COLOR #475F1C

HEX: #475F1C RGB: (71,95,28)

Color info

#475F1C contains mainly red and green colors. Web safe color of #475F1C is #336633 (or #363).

RGB color model

#475F1C color RGB value is (71,95,28).

RGB: (71,95,28) (28%, 37%, 11%)

RGB channels and saturation

R 71 of 255 = 28%
G 95 of 255 = 37%
B 28 of 255 = 11%

71
95
28

R + G + B ~ 25%. #475F1C is quite dark color.

Portions of RGB colors in percentages

R + G + B = 71 + 95 + 28 = 194 (100%)
R 71 of 194 ~ 36.6%
G 95 of 194 ~ 48.97%
B 28 of 194 ~ 14.43'%

%36.6
%48.97
%14.43

CMYK color model

#475F1C color CMYK value is (25,0,71,63).

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

CMYK: (25,0,71,63)
C25M0Y71K63 (25%, 0%, 71%, 63%)
(0.25 / 0.00 / 0.71 / 0.63)

CMYK percentages

%25.26
%0
%70.53
%62.75

Codes

Color #475F1C in popluar color models

47 5F 1C
RGB 71 95 28
HSL 81° 54.47% 24.12%
HSB/HSV 81° 70.53% 37.25%
CMYK 25.26% 0.00% 70.53%
62.75%

Color #475F1C in popluar number systems.

HEX 47 5F 1C
Decimal 71 95 28
Binary 1000111 1011111 11100
Octal 107 137 34

Shades and tints

Shades of #475F1C

#475F1C
(71,95,28)
#41571A
(65,87,26)
#3B4F18
(59,79,24)
#354716
(53,71,22)
#2F3F14
(47,63,20)
#293712
(41,55,18)
#232F10
(35,47,16)
#1D270E
(29,39,14)
#171F0C
(23,31,12)
#11170A
(17,23,10)
#0B0F08
(11,15,8)
#000000
(0,0,0)

Tints of #475F1C

#475F1C
(71,95,28)
#576D30
(87,109,48)
#677B44
(103,123,68)
#778958
(119,137,88)
#87976C
(135,151,108)
#97A580
(151,165,128)
#A7B394
(167,179,148)
#B7C1A8
(183,193,168)
#C7CFBC
(199,207,188)
#D7DDD0
(215,221,208)
#E7EBE4
(231,235,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #475F1C; }

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

This text font color is #475F1C.

Background Color

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

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

This div background color is #475F1C.

Border color

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

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

This div border color is #475F1C.

Opacity

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

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

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

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

This text has shadow with #475F1C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #475F1C.

Preview

Color preview on black background

This text has color #475F1C on black background.


Color preview on white background

This text has color #475F1C on white background.


Black color preview on #475F1C background

This text has black color on #475F1C background.


White color preview on #475F1C background

This text has white color on #475F1C background.


Related colors

Complementary color

Complementary color for #hex is #B8A0E3.


I love getcolorcode.com

Triadic colors

1 #1C475F and #5F1C47 with #475F1C are triadic colors.

2 #1C5F47 and #5F471C with #475F1C are triadic colors.