COLOR #35481E

HEX: #35481E
RGB: (53,72,30)

Color info

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

RGB color model

#35481E color RGB value is (53,72,30).

  • red value is 53;
  • green value is 72;
  • blue value is 30.
RGB:
(53,72,30)
(21%,28%,12%)

RGB channels and saturation

R 53 of 255 = 21%
G 72 of 255 = 28%
B 30 of 255 = 12%

53
72
30

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

Portions of RGB colors in percentages

R + G + B =
53 + 72 + 30 = 155 (100%)
R 53 of 155 ~ 34.19%
G 72 of 155 ~ 46.45%
B 30 of 155 ~ 19.35%

%34.19
%46.45
%19.35

CMYK color model

#35481E color CMYK value is (26,0,58,72).

  • cyan value is 26.39%
  • magenta value is 0.00%
  • yellow value is 58.33%
  • key color value is 71.76%
CMYK:
(26,0,58,72)
C26M0Y58K72 
(26%,0%,58%,72%)
(0.26/0.00/0.58/0.72)	

CMYK percentages

%26.39
%0
%58.33
%71.76

Codes

Color #35481E in popluar color models

35481E
RGB537230
HSL87°41.18%20.00%
HSB/HSV87°58.33%28.24%
CMYK26.39%0.00%58.33%
71.76%

Color #35481E in popluar number systems.

HEX35481E
Decimal537230
Binary110101100100011110
Octal6511036

Shades and tints

Shades of #35481E

#35481E
(53,72,30)
#31421C
(49,66,28)
#2D3C1A
(45,60,26)
#293618
(41,54,24)
#253016
(37,48,22)
#212A14
(33,42,20)
#1D2412
(29,36,18)
#191E10
(25,30,16)
#15180E
(21,24,14)
#11120C
(17,18,12)
#0D0C0A
(13,12,10)
#000000
(0,0,0)

Tints of #35481E

#35481E
(53,72,30)
#475832
(71,88,50)
#596846
(89,104,70)
#6B785A
(107,120,90)
#7D886E
(125,136,110)
#8F9882
(143,152,130)
#A1A896
(161,168,150)
#B3B8AA
(179,184,170)
#C5C8BE
(197,200,190)
#D7D8D2
(215,216,210)
#E9E8E6
(233,232,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #35481E color. Also use rgb(53,72,30) instead hex code.

Text Font Color

.myTextColor { color: #35481E; }

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

This text font color is #35481E.


Background Color

.myBgColor { background-color: #35481E; }

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

This div background color is #35481E.


Border color

.myBorderColor { border: 1px solid #35481E; }

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

This div border color is #35481E.


Opacity

.myOpacity80 { color: #35481E; opacity: 0.8; }

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

Text with #35481E 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 #35481E;}

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

This text has shadow with #35481E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #35481E on black background.


Color preview on white background

This text has color #35481E on white background.



Black color preview on #35481E background

This text has black color on #35481E background.


White color preview on #35481E background

This text has white color on #35481E background.