COLOR #475E1B

HEX: #475E1B RGB: (71,94,27)

Color info

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

RGB color model

#475E1B color RGB value is (71,94,27).

RGB: (71,94,27) (28%, 37%, 11%)

RGB channels and saturation

R 71 of 255 = 28%
G 94 of 255 = 37%
B 27 of 255 = 11%

71
94
27

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

Portions of RGB colors in percentages

R + G + B = 71 + 94 + 27 = 192 (100%)
R 71 of 192 ~ 36.98%
G 94 of 192 ~ 48.96%
B 27 of 192 ~ 14.06'%

%36.98
%48.96
%14.06

CMYK color model

#475E1B color CMYK value is (24,0,71,63).

  • cyan value is 24.47%
  • magenta value is 0.00%
  • yellow value is 71.28%
  • key color value is 63.14%

CMYK: (24,0,71,63)
C24M0Y71K63 (24%, 0%, 71%, 63%)
(0.24 / 0.00 / 0.71 / 0.63)

CMYK percentages

%24.47
%0
%71.28
%63.14

Codes

Color #475E1B in popluar color models

47 5E 1B
RGB 71 94 27
HSL 81° 55.37% 23.73%
HSB/HSV 81° 71.28% 36.86%
CMYK 24.47% 0.00% 71.28%
63.14%

Color #475E1B in popluar number systems.

HEX 47 5E 1B
Decimal 71 94 27
Binary 1000111 1011110 11011
Octal 107 136 33

Shades and tints

Shades of #475E1B

#475E1B
(71,94,27)
#415619
(65,86,25)
#3B4E17
(59,78,23)
#354615
(53,70,21)
#2F3E13
(47,62,19)
#293611
(41,54,17)
#232E0F
(35,46,15)
#1D260D
(29,38,13)
#171E0B
(23,30,11)
#111609
(17,22,9)
#0B0E07
(11,14,7)
#000000
(0,0,0)

Tints of #475E1B

#475E1B
(71,94,27)
#576C2F
(87,108,47)
#677A43
(103,122,67)
#778857
(119,136,87)
#87966B
(135,150,107)
#97A47F
(151,164,127)
#A7B293
(167,178,147)
#B7C0A7
(183,192,167)
#C7CEBB
(199,206,187)
#D7DCCF
(215,220,207)
#E7EAE3
(231,234,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #475E1B color. Also use rgb(71,94,27) instead hex code.

Text Font Color

.myTextColor { color: #475E1B; }

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

This text font color is #475E1B.

Background Color

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

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

This div background color is #475E1B.

Border color

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

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

This div border color is #475E1B.

Opacity

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

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

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

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

This text has shadow with #475E1B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #475E1B.

Preview

Color preview on black background

This text has color #475E1B on black background.


Color preview on white background

This text has color #475E1B on white background.


Black color preview on #475E1B background

This text has black color on #475E1B background.


White color preview on #475E1B background

This text has white color on #475E1B background.


Related colors

Complementary color

Complementary color for #hex is #B8A1E4.


I love getcolorcode.com

Triadic colors

1 #1B475E and #5E1B47 with #475E1B are triadic colors.

2 #1B5E47 and #5E471B with #475E1B are triadic colors.