COLOR #472F23

HEX: #472F23
RGB: (71,47,35)

Color info

#472F23 contains red, green and blue colors in about the same proportion. Web safe color of #472F23 is #333333 (or #333).

RGB color model

#472F23 color RGB value is (71,47,35).

  • red value is 71;
  • green value is 47;
  • blue value is 35.
RGB:
(71,47,35)
(28%,18%,14%)

RGB channels and saturation

R 71 of 255 = 28%
G 47 of 255 = 18%
B 35 of 255 = 14%

71
47
35

R + G + B ~ 20%. #472F23 is dark color.

Portions of RGB colors in percentages

R + G + B =
71 + 47 + 35 = 153 (100%)
R 71 of 153 ~ 46.41%
G 47 of 153 ~ 30.72%
B 35 of 153 ~ 22.88%

%46.41
%30.72
%22.88

CMYK color model

#472F23 color CMYK value is (0,34,51,72).

  • cyan value is 0.00%
  • magenta value is 33.80%
  • yellow value is 50.70%
  • key color value is 72.16%
CMYK:
(0,34,51,72)
C0M34Y51K72 
(0%,34%,51%,72%)
(0.00/0.34/0.51/0.72)	

CMYK percentages

%0
%33.8
%50.7
%72.16

Codes

Color #472F23 in popluar color models

472F23
RGB714735
HSL20°33.96%20.78%
HSB/HSV20°50.70%27.84%
CMYK0.00%33.80%50.70%
72.16%

Color #472F23 in popluar number systems.

HEX472F23
Decimal714735
Binary1000111101111100011
Octal1075743

Shades and tints

Shades of #472F23

#472F23
(71,47,35)
#412B20
(65,43,32)
#3B271D
(59,39,29)
#35231A
(53,35,26)
#2F1F17
(47,31,23)
#291B14
(41,27,20)
#231711
(35,23,17)
#1D130E
(29,19,14)
#170F0B
(23,15,11)
#110B08
(17,11,8)
#0B0705
(11,7,5)
#000000
(0,0,0)

Tints of #472F23

#472F23
(71,47,35)
#574137
(87,65,55)
#67534B
(103,83,75)
#77655F
(119,101,95)
#877773
(135,119,115)
#978987
(151,137,135)
#A79B9B
(167,155,155)
#B7ADAF
(183,173,175)
#C7BFC3
(199,191,195)
#D7D1D7
(215,209,215)
#E7E3EB
(231,227,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #472F23 color. Also use rgb(71,47,35) instead hex code.

Text Font Color

.myTextColor { color: #472F23; }

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

This text font color is #472F23.


Background Color

.myBgColor { background-color: #472F23; }

<div style="background-color:#472F23">Inner text</div>

This div background color is #472F23.


Border color

.myBorderColor { border: 1px solid #472F23; }

<div style="border:3px solid #472F23">Div</div>

This div border color is #472F23.


Opacity

.myOpacity80 { color: #472F23; opacity: 0.8; }

<p style="color:#472F23;opacity:0.8;">80%</p>

Text with #472F23 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 #472F23;}

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

This text has shadow with #472F23 color.

.textShadow {text-shadow: 3px 3px 1px #472F23, 3px 3px 1px red;}

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

This text has shadow with #472F23 primary color and red secondary color.


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

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

This text has shadow with #472F23 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #472F23 on black background.


Color preview on white background

This text has color #472F23 on white background.



Black color preview on #472F23 background

This text has black color on #472F23 background.


White color preview on #472F23 background

This text has white color on #472F23 background.