COLOR #35491F

HEX: #35491F
RGB: (53,73,31)

Color info

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

RGB color model

#35491F color RGB value is (53,73,31).

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

RGB channels and saturation

R 53 of 255 = 21%
G 73 of 255 = 29%
B 31 of 255 = 12%

53
73
31

R + G + B ~ 21%. #35491F is dark color.

Portions of RGB colors in percentages

R + G + B =
53 + 73 + 31 = 157 (100%)
R 53 of 157 ~ 33.76%
G 73 of 157 ~ 46.5%
B 31 of 157 ~ 19.75%

%33.76
%46.5
%19.75

CMYK color model

#35491F color CMYK value is (27,0,58,71).

  • cyan value is 27.40%
  • magenta value is 0.00%
  • yellow value is 57.53%
  • key color value is 71.37%
CMYK:
(27,0,58,71)
C27M0Y58K71 
(27%,0%,58%,71%)
(0.27/0.00/0.58/0.71)	

CMYK percentages

%27.4
%0
%57.53
%71.37

Codes

Color #35491F in popluar color models

35491F
RGB537331
HSL89°40.38%20.39%
HSB/HSV89°57.53%28.63%
CMYK27.40%0.00%57.53%
71.37%

Color #35491F in popluar number systems.

HEX35491F
Decimal537331
Binary110101100100111111
Octal6511137

Shades and tints

Shades of #35491F

#35491F
(53,73,31)
#31431D
(49,67,29)
#2D3D1B
(45,61,27)
#293719
(41,55,25)
#253117
(37,49,23)
#212B15
(33,43,21)
#1D2513
(29,37,19)
#191F11
(25,31,17)
#15190F
(21,25,15)
#11130D
(17,19,13)
#0D0D0B
(13,13,11)
#000000
(0,0,0)

Tints of #35491F

#35491F
(53,73,31)
#475933
(71,89,51)
#596947
(89,105,71)
#6B795B
(107,121,91)
#7D896F
(125,137,111)
#8F9983
(143,153,131)
#A1A997
(161,169,151)
#B3B9AB
(179,185,171)
#C5C9BF
(197,201,191)
#D7D9D3
(215,217,211)
#E9E9E7
(233,233,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #35491F; }

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

This text font color is #35491F.


Background Color

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

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

This div background color is #35491F.


Border color

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

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

This div border color is #35491F.


Opacity

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

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

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

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

This text has shadow with #35491F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #35491F on black background.


Color preview on white background

This text has color #35491F on white background.



Black color preview on #35491F background

This text has black color on #35491F background.


White color preview on #35491F background

This text has white color on #35491F background.