COLOR #475E30

HEX: #475E30
RGB: (71,94,48)

Color info

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

RGB color model

#475E30 color RGB value is (71,94,48).

  • red value is 71;
  • green value is 94;
  • blue value is 48.
RGB:
(71,94,48)
(28%,37%,19%)

RGB channels and saturation

R 71 of 255 = 28%
G 94 of 255 = 37%
B 48 of 255 = 19%

71
94
48

R + G + B ~ 28%. #475E30 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
71 + 94 + 48 = 213 (100%)
R 71 of 213 ~ 33.33%
G 94 of 213 ~ 44.13%
B 48 of 213 ~ 22.54%

%33.33
%44.13
%22.54

CMYK color model

#475E30 color CMYK value is (24,0,49,63).

  • cyan value is 24.47%
  • magenta value is 0.00%
  • yellow value is 48.94%
  • key color value is 63.14%
CMYK:
(24,0,49,63)
C24M0Y49K63 
(24%,0%,49%,63%)
(0.24/0.00/0.49/0.63)	

CMYK percentages

%24.47
%0
%48.94
%63.14

Codes

Color #475E30 in popluar color models

475E30
RGB719448
HSL90°32.39%27.84%
HSB/HSV90°48.94%36.86%
CMYK24.47%0.00%48.94%
63.14%

Color #475E30 in popluar number systems.

HEX475E30
Decimal719448
Binary10001111011110110000
Octal10713660

Shades and tints

Shades of #475E30

#475E30
(71,94,48)
#41562C
(65,86,44)
#3B4E28
(59,78,40)
#354624
(53,70,36)
#2F3E20
(47,62,32)
#29361C
(41,54,28)
#232E18
(35,46,24)
#1D2614
(29,38,20)
#171E10
(23,30,16)
#11160C
(17,22,12)
#0B0E08
(11,14,8)
#000000
(0,0,0)

Tints of #475E30

#475E30
(71,94,48)
#576C42
(87,108,66)
#677A54
(103,122,84)
#778866
(119,136,102)
#879678
(135,150,120)
#97A48A
(151,164,138)
#A7B29C
(167,178,156)
#B7C0AE
(183,192,174)
#C7CEC0
(199,206,192)
#D7DCD2
(215,220,210)
#E7EAE4
(231,234,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #475E30 color. Also use rgb(71,94,48) instead hex code.

Text Font Color

.myTextColor { color: #475E30; }

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

This text font color is #475E30.


Background Color

.myBgColor { background-color: #475E30; }

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

This div background color is #475E30.


Border color

.myBorderColor { border: 1px solid #475E30; }

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

This div border color is #475E30.


Opacity

.myOpacity80 { color: #475E30; opacity: 0.8; }

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

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

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

This text has shadow with #475E30 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #475E30 on black background.


Color preview on white background

This text has color #475E30 on white background.



Black color preview on #475E30 background

This text has black color on #475E30 background.


White color preview on #475E30 background

This text has white color on #475E30 background.