COLOR #475A05

HEX: #475A05 RGB: (71,90,5)

Color info

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

RGB color model

#475A05 color RGB value is (71,90,5).

RGB: (71,90,5) (28%, 35%, 2%)

RGB channels and saturation

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

71
90
5

R + G + B ~ 22%. #475A05 is dark color.

Portions of RGB colors in percentages

R + G + B = 71 + 90 + 5 = 166 (100%)
R 71 of 166 ~ 42.77%
G 90 of 166 ~ 54.22%
B 5 of 166 ~ 3.01'%

%42.77
%54.22

CMYK color model

#475A05 color CMYK value is (21,0,94,65).

  • cyan value is 21.11%
  • magenta value is 0.00%
  • yellow value is 94.44%
  • key color value is 64.71%

CMYK: (21,0,94,65)
C21M0Y94K65 (21%, 0%, 94%, 65%)
(0.21 / 0.00 / 0.94 / 0.65)

CMYK percentages

%21.11
%0
%94.44
%64.71

Codes

Color #475A05 in popluar color models

47 5A 05
RGB 71 90 5
HSL 73° 89.47% 18.63%
HSB/HSV 73° 94.44% 35.29%
CMYK 21.11% 0.00% 94.44%
64.71%

Color #475A05 in popluar number systems.

HEX 47 5A 05
Decimal 71 90 5
Binary 1000111 1011010 101
Octal 107 132 5

Shades and tints

Shades of #475A05

#475A05
(71,90,5)
#415205
(65,82,5)
#3B4A05
(59,74,5)
#354205
(53,66,5)
#2F3A05
(47,58,5)
#293205
(41,50,5)
#232A05
(35,42,5)
#1D2205
(29,34,5)
#171A05
(23,26,5)
#111205
(17,18,5)
#0B0A05
(11,10,5)
#000000
(0,0,0)

Tints of #475A05

#475A05
(71,90,5)
#57691B
(87,105,27)
#677831
(103,120,49)
#778747
(119,135,71)
#87965D
(135,150,93)
#97A573
(151,165,115)
#A7B489
(167,180,137)
#B7C39F
(183,195,159)
#C7D2B5
(199,210,181)
#D7E1CB
(215,225,203)
#E7F0E1
(231,240,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #475A05; }

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

This text font color is #475A05.

Background Color

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

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

This div background color is #475A05.

Border color

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

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

This div border color is #475A05.

Opacity

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

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

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

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

This text has shadow with #475A05 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #475A05.

Preview

Color preview on black background

This text has color #475A05 on black background.


Color preview on white background

This text has color #475A05 on white background.


Black color preview on #475A05 background

This text has black color on #475A05 background.


White color preview on #475A05 background

This text has white color on #475A05 background.


Related colors

Complementary color

Complementary color for #hex is #B8A5FA.


I love getcolorcode.com

Triadic colors

1 #05475A and #5A0547 with #475A05 are triadic colors.

2 #055A47 and #5A4705 with #475A05 are triadic colors.