COLOR #475F3B

HEX: #475F3B RGB: (71,95,59)

Color info

#475F3B contains red, green and blue colors in about the same proportion. Web safe color of #475F3B is #336633 (or #363).

RGB color model

#475F3B color RGB value is (71,95,59).

RGB: (71,95,59) (28%, 37%, 23%)

RGB channels and saturation

R 71 of 255 = 28%
G 95 of 255 = 37%
B 59 of 255 = 23%

71
95
59

R + G + B ~ 29%. #475F3B is quite dark color.

Portions of RGB colors in percentages

R + G + B = 71 + 95 + 59 = 225 (100%)
R 71 of 225 ~ 31.56%
G 95 of 225 ~ 42.22%
B 59 of 225 ~ 26.22'%

%31.56
%42.22
%26.22

CMYK color model

#475F3B color CMYK value is (25,0,38,63).

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

CMYK: (25,0,38,63)
C25M0Y38K63 (25%, 0%, 38%, 63%)
(0.25 / 0.00 / 0.38 / 0.63)

CMYK percentages

%25.26
%0
%37.89
%62.75

Codes

Color #475F3B in popluar color models

47 5F 3B
RGB 71 95 59
HSL 100° 23.38% 30.20%
HSB/HSV 100° 37.89% 37.25%
CMYK 25.26% 0.00% 37.89%
62.75%

Color #475F3B in popluar number systems.

HEX 47 5F 3B
Decimal 71 95 59
Binary 1000111 1011111 111011
Octal 107 137 73

Shades and tints

Shades of #475F3B

#475F3B
(71,95,59)
#415736
(65,87,54)
#3B4F31
(59,79,49)
#35472C
(53,71,44)
#2F3F27
(47,63,39)
#293722
(41,55,34)
#232F1D
(35,47,29)
#1D2718
(29,39,24)
#171F13
(23,31,19)
#11170E
(17,23,14)
#0B0F09
(11,15,9)
#000000
(0,0,0)

Tints of #475F3B

#475F3B
(71,95,59)
#576D4C
(87,109,76)
#677B5D
(103,123,93)
#77896E
(119,137,110)
#87977F
(135,151,127)
#97A590
(151,165,144)
#A7B3A1
(167,179,161)
#B7C1B2
(183,193,178)
#C7CFC3
(199,207,195)
#D7DDD4
(215,221,212)
#E7EBE5
(231,235,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #475F3B; }

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

This text font color is #475F3B.

Background Color

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

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

This div background color is #475F3B.

Border color

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

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

This div border color is #475F3B.

Opacity

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

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

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

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

This text has shadow with #475F3B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #475F3B.

Preview

Color preview on black background

This text has color #475F3B on black background.


Color preview on white background

This text has color #475F3B on white background.


Black color preview on #475F3B background

This text has black color on #475F3B background.


White color preview on #475F3B background

This text has white color on #475F3B background.


Related colors

Complementary color

Complementary color for #hex is #B8A0C4.


I love getcolorcode.com

Triadic colors

1 #3B475F and #5F3B47 with #475F3B are triadic colors.

2 #3B5F47 and #5F473B with #475F3B are triadic colors.