COLOR #35211F

HEX: #35211F RGB: (53,33,31)

Color info

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

RGB color model

#35211F color RGB value is (53,33,31).

RGB: (53,33,31) (21%, 13%, 12%)

RGB channels and saturation

R 53 of 255 = 21%
G 33 of 255 = 13%
B 31 of 255 = 12%

53
33
31

R + G + B ~ 15%. #35211F is dark color.

Portions of RGB colors in percentages

R + G + B = 53 + 33 + 31 = 117 (100%)
R 53 of 117 ~ 45.3%
G 33 of 117 ~ 28.21%
B 31 of 117 ~ 26.5'%

%45.3
%28.21
%26.5

CMYK color model

#35211F color CMYK value is (0,38,42,79).

  • cyan value is 0.00%
  • magenta value is 37.74%
  • yellow value is 41.51%
  • key color value is 79.22%
CMYK: (0,38,42,79) C0M38Y42K79 (0%,38%,42%,79%) (0.00/0.38/0.42/0.79) 

CMYK percentages

%0
%37.74
%41.51
%79.22

Codes

Color #35211F in popluar color models

35 21 1F
RGB 53 33 31
HSL 26.19% 16.47%
HSB/HSV 41.51% 20.78%
CMYK 0.00% 37.74% 41.51%
79.22%

Color #35211F in popluar number systems.

HEX 35 21 1F
Decimal 53 33 31
Binary 110101 100001 11111
Octal 65 41 37

Shades and tints

Shades of #35211F

#35211F
(53,33,31)
#311E1D
(49,30,29)
#2D1B1B
(45,27,27)
#291819
(41,24,25)
#251517
(37,21,23)
#211215
(33,18,21)
#1D0F13
(29,15,19)
#190C11
(25,12,17)
#15090F
(21,9,15)
#11060D
(17,6,13)
#0D030B
(13,3,11)
#000000
(0,0,0)

Tints of #35211F

#35211F
(53,33,31)
#473533
(71,53,51)
#594947
(89,73,71)
#6B5D5B
(107,93,91)
#7D716F
(125,113,111)
#8F8583
(143,133,131)
#A19997
(161,153,151)
#B3ADAB
(179,173,171)
#C5C1BF
(197,193,191)
#D7D5D3
(215,213,211)
#E9E9E7
(233,233,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #35211F; }

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

This text font color is #35211F.

Background Color

.myBgColor { background-color: #35211F; }

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

This div background color is #35211F.

Border color

.myBorderColor { border: 1px solid #35211F; }

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

This div border color is #35211F.

Opacity

.myOpacity80 { color: #35211F; opacity: 0.8; }

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

Text with #35211F 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 #35211F;}

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

This text has shadow with #35211F color.


.textShadow {text-shadow: 3px 3px 1px #35211F', 3px 3px 1px red;}

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

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


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

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

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

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #35211F; -webkit-box-shadow: 1px 1px 3px 2px #35211F; box-shadow:1px 1px 3px 2px #35211F;">
Div content here
</div>

This div box has shadow with color #35211F.

Preview

Color preview on black background

This text has color #35211F on black background.


Color preview on white background

This text has color #35211F on white background.


Black color preview on #35211F background

This text has black color on #35211F background.


White color preview on #35211F background

This text has white color on #35211F background.


Related colors

Complementary color

Complementary color for #hex is #CADEE0.


I love getcolorcode.com

Triadic colors

1 #1F3521 and #211F35 with #35211F are triadic colors.

2 #1F2135 and #21351F with #35211F are triadic colors.