COLOR #475318

HEX: #475318
RGB: (71,83,24)

Color info

#475318 contains red, green and blue colors in about the same proportion. Web safe color of #475318 is #336600 (or #360).

RGB color model

#475318 color RGB value is (71,83,24).

  • red value is 71;
  • green value is 83;
  • blue value is 24.
RGB:
(71,83,24)
(28%,33%,9%)

RGB channels and saturation

R 71 of 255 = 28%
G 83 of 255 = 33%
B 24 of 255 = 9%

71
83
24

R + G + B ~ 23%. #475318 is dark color.

Portions of RGB colors in percentages

R + G + B =
71 + 83 + 24 = 178 (100%)
R 71 of 178 ~ 39.89%
G 83 of 178 ~ 46.63%
B 24 of 178 ~ 13.48%

%39.89
%46.63
%13.48

CMYK color model

#475318 color CMYK value is (14,0,71,67).

  • cyan value is 14.46%
  • magenta value is 0.00%
  • yellow value is 71.08%
  • key color value is 67.45%
CMYK:
(14,0,71,67)
C14M0Y71K67 
(14%,0%,71%,67%)
(0.14/0.00/0.71/0.67)	

CMYK percentages

%14.46
%0
%71.08
%67.45

Codes

Color #475318 in popluar color models

475318
RGB718324
HSL72°55.14%20.98%
HSB/HSV72°71.08%32.55%
CMYK14.46%0.00%71.08%
67.45%

Color #475318 in popluar number systems.

HEX475318
Decimal718324
Binary1000111101001111000
Octal10712330

Shades and tints

Shades of #475318

#475318
(71,83,24)
#414C16
(65,76,22)
#3B4514
(59,69,20)
#353E12
(53,62,18)
#2F3710
(47,55,16)
#29300E
(41,48,14)
#23290C
(35,41,12)
#1D220A
(29,34,10)
#171B08
(23,27,8)
#111406
(17,20,6)
#0B0D04
(11,13,4)
#000000
(0,0,0)

Tints of #475318

#475318
(71,83,24)
#57622D
(87,98,45)
#677142
(103,113,66)
#778057
(119,128,87)
#878F6C
(135,143,108)
#979E81
(151,158,129)
#A7AD96
(167,173,150)
#B7BCAB
(183,188,171)
#C7CBC0
(199,203,192)
#D7DAD5
(215,218,213)
#E7E9EA
(231,233,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #475318 color. Also use rgb(71,83,24) instead hex code.

Text Font Color

.myTextColor { color: #475318; }

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

This text font color is #475318.


Background Color

.myBgColor { background-color: #475318; }

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

This div background color is #475318.


Border color

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

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

This div border color is #475318.


Opacity

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

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

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

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

This text has shadow with #475318 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #475318 on black background.


Color preview on white background

This text has color #475318 on white background.



Black color preview on #475318 background

This text has black color on #475318 background.


White color preview on #475318 background

This text has white color on #475318 background.