COLOR #475F09

HEX: #475F09 RGB: (71,95,9)

Color info

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

RGB color model

#475F09 color RGB value is (71,95,9).

RGB: (71,95,9) (28%, 37%, 4%)

RGB channels and saturation

R 71 of 255 = 28%
G 95 of 255 = 37%
B 9 of 255 = 4%

71
95
9

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

Portions of RGB colors in percentages

R + G + B = 71 + 95 + 9 = 175 (100%)
R 71 of 175 ~ 40.57%
G 95 of 175 ~ 54.29%
B 9 of 175 ~ 5.14'%

%40.57
%54.29

CMYK color model

#475F09 color CMYK value is (25,0,91,63).

  • cyan value is 25.26%
  • magenta value is 0.00%
  • yellow value is 90.53%
  • key color value is 62.75%

CMYK: (25,0,91,63)
C25M0Y91K63 (25%, 0%, 91%, 63%)
(0.25 / 0.00 / 0.91 / 0.63)

CMYK percentages

%25.26
%0
%90.53
%62.75

Codes

Color #475F09 in popluar color models

47 5F 09
RGB 71 95 9
HSL 77° 82.69% 20.39%
HSB/HSV 77° 90.53% 37.25%
CMYK 25.26% 0.00% 90.53%
62.75%

Color #475F09 in popluar number systems.

HEX 47 5F 09
Decimal 71 95 9
Binary 1000111 1011111 1001
Octal 107 137 11

Shades and tints

Shades of #475F09

#475F09
(71,95,9)
#415709
(65,87,9)
#3B4F09
(59,79,9)
#354709
(53,71,9)
#2F3F09
(47,63,9)
#293709
(41,55,9)
#232F09
(35,47,9)
#1D2709
(29,39,9)
#171F09
(23,31,9)
#111709
(17,23,9)
#0B0F09
(11,15,9)
#000000
(0,0,0)

Tints of #475F09

#475F09
(71,95,9)
#576D1F
(87,109,31)
#677B35
(103,123,53)
#77894B
(119,137,75)
#879761
(135,151,97)
#97A577
(151,165,119)
#A7B38D
(167,179,141)
#B7C1A3
(183,193,163)
#C7CFB9
(199,207,185)
#D7DDCF
(215,221,207)
#E7EBE5
(231,235,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #475F09 color. Also use rgb(71,95,9) instead hex code.

Text Font Color

.myTextColor { color: #475F09; }

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

This text font color is #475F09.

Background Color

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

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

This div background color is #475F09.

Border color

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

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

This div border color is #475F09.

Opacity

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

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

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

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

This text has shadow with #475F09 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #475F09.

Preview

Color preview on black background

This text has color #475F09 on black background.


Color preview on white background

This text has color #475F09 on white background.


Black color preview on #475F09 background

This text has black color on #475F09 background.


White color preview on #475F09 background

This text has white color on #475F09 background.


Related colors

Complementary color

Complementary color for #hex is #B8A0F6.


I love getcolorcode.com

Triadic colors

1 #09475F and #5F0947 with #475F09 are triadic colors.

2 #095F47 and #5F4709 with #475F09 are triadic colors.