COLOR #35470F

HEX: #35470F
RGB: (53,71,15)

Color info

#35470F contains red, green and blue colors in about the same proportion. Web safe color of #35470F is #333300 (or #330).

RGB color model

#35470F color RGB value is (53,71,15).

  • red value is 53;
  • green value is 71;
  • blue value is 15.
RGB:
(53,71,15)
(21%,28%,6%)

RGB channels and saturation

R 53 of 255 = 21%
G 71 of 255 = 28%
B 15 of 255 = 6%

53
71
15

R + G + B ~ 18%. #35470F is dark color.

Portions of RGB colors in percentages

R + G + B =
53 + 71 + 15 = 139 (100%)
R 53 of 139 ~ 38.13%
G 71 of 139 ~ 51.08%
B 15 of 139 ~ 10.79%

%38.13
%51.08
%10.79

CMYK color model

#35470F color CMYK value is (25,0,79,72).

  • cyan value is 25.35%
  • magenta value is 0.00%
  • yellow value is 78.87%
  • key color value is 72.16%
CMYK:
(25,0,79,72)
C25M0Y79K72 
(25%,0%,79%,72%)
(0.25/0.00/0.79/0.72)	

CMYK percentages

%25.35
%0
%78.87
%72.16

Codes

Color #35470F in popluar color models

35470F
RGB537115
HSL79°65.12%16.86%
HSB/HSV79°78.87%27.84%
CMYK25.35%0.00%78.87%
72.16%

Color #35470F in popluar number systems.

HEX35470F
Decimal537115
Binary11010110001111111
Octal6510717

Shades and tints

Shades of #35470F

#35470F
(53,71,15)
#31410E
(49,65,14)
#2D3B0D
(45,59,13)
#29350C
(41,53,12)
#252F0B
(37,47,11)
#21290A
(33,41,10)
#1D2309
(29,35,9)
#191D08
(25,29,8)
#151707
(21,23,7)
#111106
(17,17,6)
#0D0B05
(13,11,5)
#000000
(0,0,0)

Tints of #35470F

#35470F
(53,71,15)
#475724
(71,87,36)
#596739
(89,103,57)
#6B774E
(107,119,78)
#7D8763
(125,135,99)
#8F9778
(143,151,120)
#A1A78D
(161,167,141)
#B3B7A2
(179,183,162)
#C5C7B7
(197,199,183)
#D7D7CC
(215,215,204)
#E9E7E1
(233,231,225)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #35470F color. Also use rgb(53,71,15) instead hex code.

Text Font Color

.myTextColor { color: #35470F; }

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

This text font color is #35470F.


Background Color

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

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

This div background color is #35470F.


Border color

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

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

This div border color is #35470F.


Opacity

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

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

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

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

This text has shadow with #35470F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #35470F on black background.


Color preview on white background

This text has color #35470F on white background.



Black color preview on #35470F background

This text has black color on #35470F background.


White color preview on #35470F background

This text has white color on #35470F background.