COLOR #352140

HEX: #352140
RGB: (53,33,64)

Color info

#352140 contains red, green and blue colors in about the same proportion. Web safe color of #352140 is #333333 (or #333).

RGB color model

#352140 color RGB value is (53,33,64).

  • red value is 53;
  • green value is 33;
  • blue value is 64.
RGB:
(53,33,64)
(21%,13%,25%)

RGB channels and saturation

R 53 of 255 = 21%
G 33 of 255 = 13%
B 64 of 255 = 25%

53
33
64

R + G + B ~ 20%. #352140 is dark color.

Portions of RGB colors in percentages

R + G + B =
53 + 33 + 64 = 150 (100%)
R 53 of 150 ~ 35.33%
G 33 of 150 ~ 22%
B 64 of 150 ~ 42.67%

%35.33
%22
%42.67

CMYK color model

#352140 color CMYK value is (17,48,0,75).

  • cyan value is 17.19%
  • magenta value is 48.44%
  • yellow value is 0.00%
  • key color value is 74.90%
CMYK:
(17,48,0,75)
C17M48Y0K75 
(17%,48%,0%,75%)
(0.17/0.48/0.00/0.75)	

CMYK percentages

%17.19
%48.44
%0
%74.9

Codes

Color #352140 in popluar color models

352140
RGB533364
HSL279°31.96%19.02%
HSB/HSV279°48.44%25.10%
CMYK17.19%48.44%0.00%
74.90%

Color #352140 in popluar number systems.

HEX352140
Decimal533364
Binary1101011000011000000
Octal6541100

Shades and tints

Shades of #352140

#352140
(53,33,64)
#311E3B
(49,30,59)
#2D1B36
(45,27,54)
#291831
(41,24,49)
#25152C
(37,21,44)
#211227
(33,18,39)
#1D0F22
(29,15,34)
#190C1D
(25,12,29)
#150918
(21,9,24)
#110613
(17,6,19)
#0D030E
(13,3,14)
#000000
(0,0,0)

Tints of #352140

#352140
(53,33,64)
#473551
(71,53,81)
#594962
(89,73,98)
#6B5D73
(107,93,115)
#7D7184
(125,113,132)
#8F8595
(143,133,149)
#A199A6
(161,153,166)
#B3ADB7
(179,173,183)
#C5C1C8
(197,193,200)
#D7D5D9
(215,213,217)
#E9E9EA
(233,233,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #352140 color. Also use rgb(53,33,64) instead hex code.

Text Font Color

.myTextColor { color: #352140; }

<p style="color:#352140">This sample text font color is #352140.</p>

This text font color is #352140.


Background Color

.myBgColor { background-color: #352140; }

<div style="background-color:#352140">Inner text</div>

This div background color is #352140.


Border color

.myBorderColor { border: 1px solid #352140; }

<div style="border:3px solid #352140">Div</div>

This div border color is #352140.


Opacity

.myOpacity80 { color: #352140; opacity: 0.8; }

<p style="color:#352140;opacity:0.8;">80%</p>

Text with #352140 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #352140;}

<p style="text-shadow: 3px 3px 1px #352140">Text here.</p>

This text has shadow with #352140 color.

.textShadow {text-shadow: 3px 3px 1px #352140, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #352140, 5px 5px 20px red">Text here.</p>

This text has shadow with #352140 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#352140, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#352140, Direction=45, Strength=4)">Text</p>

This text has shadow with #352140 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #352140;
  -webkit-box-shadow:	1px 1px 3px 2px #352140;
  box-shadow:		1px 1px 3px 2px #352140;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #352140;
-webkit-box-shadow: 1px 1px 3px 2px #352140;
box-shadow:1px 1px 3px 2px #352140;">
Div content here</div>
This div box has shadow with color #352140.

Preview

Color preview on black background

This text has color #352140 on black background.


Color preview on white background

This text has color #352140 on white background.



Black color preview on #352140 background

This text has black color on #352140 background.


White color preview on #352140 background

This text has white color on #352140 background.