COLOR #475F2D

HEX: #475F2D
RGB: (71,95,45)

Color info

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

RGB color model

#475F2D color RGB value is (71,95,45).

  • red value is 71;
  • green value is 95;
  • blue value is 45.
RGB:
(71,95,45)
(28%,37%,18%)

RGB channels and saturation

R 71 of 255 = 28%
G 95 of 255 = 37%
B 45 of 255 = 18%

71
95
45

R + G + B ~ 28%. #475F2D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
71 + 95 + 45 = 211 (100%)
R 71 of 211 ~ 33.65%
G 95 of 211 ~ 45.02%
B 45 of 211 ~ 21.33%

%33.65
%45.02
%21.33

CMYK color model

#475F2D color CMYK value is (25,0,53,63).

  • cyan value is 25.26%
  • magenta value is 0.00%
  • yellow value is 52.63%
  • key color value is 62.75%
CMYK:
(25,0,53,63)
C25M0Y53K63 
(25%,0%,53%,63%)
(0.25/0.00/0.53/0.63)	

CMYK percentages

%25.26
%0
%52.63
%62.75

Codes

Color #475F2D in popluar color models

475F2D
RGB719545
HSL89°35.71%27.45%
HSB/HSV89°52.63%37.25%
CMYK25.26%0.00%52.63%
62.75%

Color #475F2D in popluar number systems.

HEX475F2D
Decimal719545
Binary10001111011111101101
Octal10713755

Shades and tints

Shades of #475F2D

#475F2D
(71,95,45)
#415729
(65,87,41)
#3B4F25
(59,79,37)
#354721
(53,71,33)
#2F3F1D
(47,63,29)
#293719
(41,55,25)
#232F15
(35,47,21)
#1D2711
(29,39,17)
#171F0D
(23,31,13)
#111709
(17,23,9)
#0B0F05
(11,15,5)
#000000
(0,0,0)

Tints of #475F2D

#475F2D
(71,95,45)
#576D40
(87,109,64)
#677B53
(103,123,83)
#778966
(119,137,102)
#879779
(135,151,121)
#97A58C
(151,165,140)
#A7B39F
(167,179,159)
#B7C1B2
(183,193,178)
#C7CFC5
(199,207,197)
#D7DDD8
(215,221,216)
#E7EBEB
(231,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #475F2D; }

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

This text font color is #475F2D.


Background Color

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

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

This div background color is #475F2D.


Border color

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

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

This div border color is #475F2D.


Opacity

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

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

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

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

This text has shadow with #475F2D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #475F2D on black background.


Color preview on white background

This text has color #475F2D on white background.



Black color preview on #475F2D background

This text has black color on #475F2D background.


White color preview on #475F2D background

This text has white color on #475F2D background.