COLOR #476E35

HEX: #476E35
RGB: (71,110,53)

Color info

#476E35 contains red, green and blue colors in about the same proportion. Web safe color of #476E35 is #336633 (or #363).

RGB color model

#476E35 color RGB value is (71,110,53).

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

RGB channels and saturation

R 71 of 255 = 28%
G 110 of 255 = 43%
B 53 of 255 = 21%

71
110
53

R + G + B ~ 31%. #476E35 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
71 + 110 + 53 = 234 (100%)
R 71 of 234 ~ 30.34%
G 110 of 234 ~ 47.01%
B 53 of 234 ~ 22.65%

%30.34
%47.01
%22.65

CMYK color model

#476E35 color CMYK value is (35,0,52,57).

  • cyan value is 35.45%
  • magenta value is 0.00%
  • yellow value is 51.82%
  • key color value is 56.86%
CMYK:
(35,0,52,57)
C35M0Y52K57 
(35%,0%,52%,57%)
(0.35/0.00/0.52/0.57)	

CMYK percentages

%35.45
%0
%51.82
%56.86

Codes

Color #476E35 in popluar color models

476E35
RGB7111053
HSL101°34.97%31.96%
HSB/HSV101°51.82%43.14%
CMYK35.45%0.00%51.82%
56.86%

Color #476E35 in popluar number systems.

HEX476E35
Decimal7111053
Binary10001111101110110101
Octal10715665

Shades and tints

Shades of #476E35

#476E35
(71,110,53)
#416431
(65,100,49)
#3B5A2D
(59,90,45)
#355029
(53,80,41)
#2F4625
(47,70,37)
#293C21
(41,60,33)
#23321D
(35,50,29)
#1D2819
(29,40,25)
#171E15
(23,30,21)
#111411
(17,20,17)
#0B0A0D
(11,10,13)
#000000
(0,0,0)

Tints of #476E35

#476E35
(71,110,53)
#577B47
(87,123,71)
#678859
(103,136,89)
#77956B
(119,149,107)
#87A27D
(135,162,125)
#97AF8F
(151,175,143)
#A7BCA1
(167,188,161)
#B7C9B3
(183,201,179)
#C7D6C5
(199,214,197)
#D7E3D7
(215,227,215)
#E7F0E9
(231,240,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #476E35 color. Also use rgb(71,110,53) instead hex code.

Text Font Color

.myTextColor { color: #476E35; }

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

This text font color is #476E35.


Background Color

.myBgColor { background-color: #476E35; }

<div style="background-color:#476E35">Inner text</div>

This div background color is #476E35.


Border color

.myBorderColor { border: 1px solid #476E35; }

<div style="border:3px solid #476E35">Div</div>

This div border color is #476E35.


Opacity

.myOpacity80 { color: #476E35; opacity: 0.8; }

<p style="color:#476E35;opacity:0.8;">80%</p>

Text with #476E35 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 #476E35;}

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

This text has shadow with #476E35 color.

.textShadow {text-shadow: 3px 3px 1px #476E35, 3px 3px 1px red;}

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

This text has shadow with #476E35 primary color and red secondary color.


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

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

This text has shadow with #476E35 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #476E35 on black background.


Color preview on white background

This text has color #476E35 on white background.



Black color preview on #476E35 background

This text has black color on #476E35 background.


White color preview on #476E35 background

This text has white color on #476E35 background.