COLOR #475A0D

HEX: #475A0D
RGB: (71,90,13)

Color info

#475A0D contains mainly red and green colors. Web safe color of #475A0D is #336600 (or #360).

RGB color model

#475A0D color RGB value is (71,90,13).

  • red value is 71;
  • green value is 90;
  • blue value is 13.
RGB:
(71,90,13)
(28%,35%,5%)

RGB channels and saturation

R 71 of 255 = 28%
G 90 of 255 = 35%
B 13 of 255 = 5%

71
90
13

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

Portions of RGB colors in percentages

R + G + B =
71 + 90 + 13 = 174 (100%)
R 71 of 174 ~ 40.8%
G 90 of 174 ~ 51.72%
B 13 of 174 ~ 7.47%

%40.8
%51.72

CMYK color model

#475A0D color CMYK value is (21,0,86,65).

  • cyan value is 21.11%
  • magenta value is 0.00%
  • yellow value is 85.56%
  • key color value is 64.71%
CMYK:
(21,0,86,65)
C21M0Y86K65 
(21%,0%,86%,65%)
(0.21/0.00/0.86/0.65)	

CMYK percentages

%21.11
%0
%85.56
%64.71

Codes

Color #475A0D in popluar color models

475A0D
RGB719013
HSL75°74.76%20.20%
HSB/HSV75°85.56%35.29%
CMYK21.11%0.00%85.56%
64.71%

Color #475A0D in popluar number systems.

HEX475A0D
Decimal719013
Binary100011110110101101
Octal10713215

Shades and tints

Shades of #475A0D

#475A0D
(71,90,13)
#41520C
(65,82,12)
#3B4A0B
(59,74,11)
#35420A
(53,66,10)
#2F3A09
(47,58,9)
#293208
(41,50,8)
#232A07
(35,42,7)
#1D2206
(29,34,6)
#171A05
(23,26,5)
#111204
(17,18,4)
#0B0A03
(11,10,3)
#000000
(0,0,0)

Tints of #475A0D

#475A0D
(71,90,13)
#576923
(87,105,35)
#677839
(103,120,57)
#77874F
(119,135,79)
#879665
(135,150,101)
#97A57B
(151,165,123)
#A7B491
(167,180,145)
#B7C3A7
(183,195,167)
#C7D2BD
(199,210,189)
#D7E1D3
(215,225,211)
#E7F0E9
(231,240,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #475A0D color. Also use rgb(71,90,13) instead hex code.

Text Font Color

.myTextColor { color: #475A0D; }

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

This text font color is #475A0D.


Background Color

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

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

This div background color is #475A0D.


Border color

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

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

This div border color is #475A0D.


Opacity

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

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

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

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

This text has shadow with #475A0D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #475A0D on black background.


Color preview on white background

This text has color #475A0D on white background.



Black color preview on #475A0D background

This text has black color on #475A0D background.


White color preview on #475A0D background

This text has white color on #475A0D background.