COLOR #476238

HEX: #476238
RGB: (71,98,56)

Color info

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

RGB color model

#476238 color RGB value is (71,98,56).

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

RGB channels and saturation

R 71 of 255 = 28%
G 98 of 255 = 38%
B 56 of 255 = 22%

71
98
56

R + G + B ~ 29%. #476238 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
71 + 98 + 56 = 225 (100%)
R 71 of 225 ~ 31.56%
G 98 of 225 ~ 43.56%
B 56 of 225 ~ 24.89%

%31.56
%43.56
%24.89

CMYK color model

#476238 color CMYK value is (28,0,43,62).

  • cyan value is 27.55%
  • magenta value is 0.00%
  • yellow value is 42.86%
  • key color value is 61.57%
CMYK:
(28,0,43,62)
C28M0Y43K62 
(28%,0%,43%,62%)
(0.28/0.00/0.43/0.62)	

CMYK percentages

%27.55
%0
%42.86
%61.57

Codes

Color #476238 in popluar color models

476238
RGB719856
HSL99°27.27%30.20%
HSB/HSV99°42.86%38.43%
CMYK27.55%0.00%42.86%
61.57%

Color #476238 in popluar number systems.

HEX476238
Decimal719856
Binary10001111100010111000
Octal10714270

Shades and tints

Shades of #476238

#476238
(71,98,56)
#415A33
(65,90,51)
#3B522E
(59,82,46)
#354A29
(53,74,41)
#2F4224
(47,66,36)
#293A1F
(41,58,31)
#23321A
(35,50,26)
#1D2A15
(29,42,21)
#172210
(23,34,16)
#111A0B
(17,26,11)
#0B1206
(11,18,6)
#000000
(0,0,0)

Tints of #476238

#476238
(71,98,56)
#57704A
(87,112,74)
#677E5C
(103,126,92)
#778C6E
(119,140,110)
#879A80
(135,154,128)
#97A892
(151,168,146)
#A7B6A4
(167,182,164)
#B7C4B6
(183,196,182)
#C7D2C8
(199,210,200)
#D7E0DA
(215,224,218)
#E7EEEC
(231,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #476238; }

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

This text font color is #476238.


Background Color

.myBgColor { background-color: #476238; }

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

This div background color is #476238.


Border color

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

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

This div border color is #476238.


Opacity

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

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

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

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

This text has shadow with #476238 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #476238 on black background.


Color preview on white background

This text has color #476238 on white background.



Black color preview on #476238 background

This text has black color on #476238 background.


White color preview on #476238 background

This text has white color on #476238 background.