COLOR #35311F

HEX: #35311F
RGB: (53,49,31)

Color info

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

RGB color model

#35311F color RGB value is (53,49,31).

  • red value is 53;
  • green value is 49;
  • blue value is 31.
RGB:
(53,49,31)
(21%,19%,12%)

RGB channels and saturation

R 53 of 255 = 21%
G 49 of 255 = 19%
B 31 of 255 = 12%

53
49
31

R + G + B ~ 17%. #35311F is dark color.

Portions of RGB colors in percentages

R + G + B =
53 + 49 + 31 = 133 (100%)
R 53 of 133 ~ 39.85%
G 49 of 133 ~ 36.84%
B 31 of 133 ~ 23.31%

%39.85
%36.84
%23.31

CMYK color model

#35311F color CMYK value is (0,8,42,79).

  • cyan value is 0.00%
  • magenta value is 7.55%
  • yellow value is 41.51%
  • key color value is 79.22%
CMYK:
(0,8,42,79)
C0M8Y42K79 
(0%,8%,42%,79%)
(0.00/0.08/0.42/0.79)	

CMYK percentages

%0
%7.55
%41.51
%79.22

Codes

Color #35311F in popluar color models

35311F
RGB534931
HSL49°26.19%16.47%
HSB/HSV49°41.51%20.78%
CMYK0.00%7.55%41.51%
79.22%

Color #35311F in popluar number systems.

HEX35311F
Decimal534931
Binary11010111000111111
Octal656137

Shades and tints

Shades of #35311F

#35311F
(53,49,31)
#312D1D
(49,45,29)
#2D291B
(45,41,27)
#292519
(41,37,25)
#252117
(37,33,23)
#211D15
(33,29,21)
#1D1913
(29,25,19)
#191511
(25,21,17)
#15110F
(21,17,15)
#110D0D
(17,13,13)
#0D090B
(13,9,11)
#000000
(0,0,0)

Tints of #35311F

#35311F
(53,49,31)
#474333
(71,67,51)
#595547
(89,85,71)
#6B675B
(107,103,91)
#7D796F
(125,121,111)
#8F8B83
(143,139,131)
#A19D97
(161,157,151)
#B3AFAB
(179,175,171)
#C5C1BF
(197,193,191)
#D7D3D3
(215,211,211)
#E9E5E7
(233,229,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #35311F; }

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

This text font color is #35311F.


Background Color

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

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

This div background color is #35311F.


Border color

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

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

This div border color is #35311F.


Opacity

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

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

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

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

This text has shadow with #35311F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #35311F on black background.


Color preview on white background

This text has color #35311F on white background.



Black color preview on #35311F background

This text has black color on #35311F background.


White color preview on #35311F background

This text has white color on #35311F background.