COLOR #476839

HEX: #476839
RGB: (71,104,57)

Color info

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

RGB color model

#476839 color RGB value is (71,104,57).

  • red value is 71;
  • green value is 104;
  • blue value is 57.
RGB:
(71,104,57)
(28%,41%,22%)

RGB channels and saturation

R 71 of 255 = 28%
G 104 of 255 = 41%
B 57 of 255 = 22%

71
104
57

R + G + B ~ 30%. #476839 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
71 + 104 + 57 = 232 (100%)
R 71 of 232 ~ 30.6%
G 104 of 232 ~ 44.83%
B 57 of 232 ~ 24.57%

%30.6
%44.83
%24.57

CMYK color model

#476839 color CMYK value is (32,0,45,59).

  • cyan value is 31.73%
  • magenta value is 0.00%
  • yellow value is 45.19%
  • key color value is 59.22%
CMYK:
(32,0,45,59)
C32M0Y45K59 
(32%,0%,45%,59%)
(0.32/0.00/0.45/0.59)	

CMYK percentages

%31.73
%0
%45.19
%59.22

Codes

Color #476839 in popluar color models

476839
RGB7110457
HSL102°29.19%31.57%
HSB/HSV102°45.19%40.78%
CMYK31.73%0.00%45.19%
59.22%

Color #476839 in popluar number systems.

HEX476839
Decimal7110457
Binary10001111101000111001
Octal10715071

Shades and tints

Shades of #476839

#476839
(71,104,57)
#415F34
(65,95,52)
#3B562F
(59,86,47)
#354D2A
(53,77,42)
#2F4425
(47,68,37)
#293B20
(41,59,32)
#23321B
(35,50,27)
#1D2916
(29,41,22)
#172011
(23,32,17)
#11170C
(17,23,12)
#0B0E07
(11,14,7)
#000000
(0,0,0)

Tints of #476839

#476839
(71,104,57)
#57754B
(87,117,75)
#67825D
(103,130,93)
#778F6F
(119,143,111)
#879C81
(135,156,129)
#97A993
(151,169,147)
#A7B6A5
(167,182,165)
#B7C3B7
(183,195,183)
#C7D0C9
(199,208,201)
#D7DDDB
(215,221,219)
#E7EAED
(231,234,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #476839 color. Also use rgb(71,104,57) instead hex code.

Text Font Color

.myTextColor { color: #476839; }

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

This text font color is #476839.


Background Color

.myBgColor { background-color: #476839; }

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

This div background color is #476839.


Border color

.myBorderColor { border: 1px solid #476839; }

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

This div border color is #476839.


Opacity

.myOpacity80 { color: #476839; opacity: 0.8; }

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

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

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

This text has shadow with #476839 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #476839 on black background.


Color preview on white background

This text has color #476839 on white background.



Black color preview on #476839 background

This text has black color on #476839 background.


White color preview on #476839 background

This text has white color on #476839 background.