COLOR #476F38

HEX: #476F38
RGB: (71,111,56)

Color info

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

RGB color model

#476F38 color RGB value is (71,111,56).

  • red value is 71;
  • green value is 111;
  • blue value is 56.
RGB:
(71,111,56)
(28%,44%,22%)

RGB channels and saturation

R 71 of 255 = 28%
G 111 of 255 = 44%
B 56 of 255 = 22%

71
111
56

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

Portions of RGB colors in percentages

R + G + B =
71 + 111 + 56 = 238 (100%)
R 71 of 238 ~ 29.83%
G 111 of 238 ~ 46.64%
B 56 of 238 ~ 23.53%

%29.83
%46.64
%23.53

CMYK color model

#476F38 color CMYK value is (36,0,50,56).

  • cyan value is 36.04%
  • magenta value is 0.00%
  • yellow value is 49.55%
  • key color value is 56.47%
CMYK:
(36,0,50,56)
C36M0Y50K56 
(36%,0%,50%,56%)
(0.36/0.00/0.50/0.56)	

CMYK percentages

%36.04
%0
%49.55
%56.47

Codes

Color #476F38 in popluar color models

476F38
RGB7111156
HSL104°32.93%32.75%
HSB/HSV104°49.55%43.53%
CMYK36.04%0.00%49.55%
56.47%

Color #476F38 in popluar number systems.

HEX476F38
Decimal7111156
Binary10001111101111111000
Octal10715770

Shades and tints

Shades of #476F38

#476F38
(71,111,56)
#416533
(65,101,51)
#3B5B2E
(59,91,46)
#355129
(53,81,41)
#2F4724
(47,71,36)
#293D1F
(41,61,31)
#23331A
(35,51,26)
#1D2915
(29,41,21)
#171F10
(23,31,16)
#11150B
(17,21,11)
#0B0B06
(11,11,6)
#000000
(0,0,0)

Tints of #476F38

#476F38
(71,111,56)
#577C4A
(87,124,74)
#67895C
(103,137,92)
#77966E
(119,150,110)
#87A380
(135,163,128)
#97B092
(151,176,146)
#A7BDA4
(167,189,164)
#B7CAB6
(183,202,182)
#C7D7C8
(199,215,200)
#D7E4DA
(215,228,218)
#E7F1EC
(231,241,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #476F38 color. Also use rgb(71,111,56) instead hex code.

Text Font Color

.myTextColor { color: #476F38; }

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

This text font color is #476F38.


Background Color

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

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

This div background color is #476F38.


Border color

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

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

This div border color is #476F38.


Opacity

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

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

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

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

This text has shadow with #476F38 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #476F38 on black background.


Color preview on white background

This text has color #476F38 on white background.



Black color preview on #476F38 background

This text has black color on #476F38 background.


White color preview on #476F38 background

This text has white color on #476F38 background.