COLOR #472F3D

HEX: #472F3D
RGB: (71,47,61)

Color info

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

RGB color model

#472F3D color RGB value is (71,47,61).

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

RGB channels and saturation

R 71 of 255 = 28%
G 47 of 255 = 18%
B 61 of 255 = 24%

71
47
61

R + G + B ~ 23%. #472F3D is dark color.

Portions of RGB colors in percentages

R + G + B =
71 + 47 + 61 = 179 (100%)
R 71 of 179 ~ 39.66%
G 47 of 179 ~ 26.26%
B 61 of 179 ~ 34.08%

%39.66
%26.26
%34.08

CMYK color model

#472F3D color CMYK value is (0,34,14,72).

  • cyan value is 0.00%
  • magenta value is 33.80%
  • yellow value is 14.08%
  • key color value is 72.16%
CMYK:
(0,34,14,72)
C0M34Y14K72 
(0%,34%,14%,72%)
(0.00/0.34/0.14/0.72)	

CMYK percentages

%0
%33.8
%14.08
%72.16

Codes

Color #472F3D in popluar color models

472F3D
RGB714761
HSL325°20.34%23.14%
HSB/HSV325°33.80%27.84%
CMYK0.00%33.80%14.08%
72.16%

Color #472F3D in popluar number systems.

HEX472F3D
Decimal714761
Binary1000111101111111101
Octal1075775

Shades and tints

Shades of #472F3D

#472F3D
(71,47,61)
#412B38
(65,43,56)
#3B2733
(59,39,51)
#35232E
(53,35,46)
#2F1F29
(47,31,41)
#291B24
(41,27,36)
#23171F
(35,23,31)
#1D131A
(29,19,26)
#170F15
(23,15,21)
#110B10
(17,11,16)
#0B070B
(11,7,11)
#000000
(0,0,0)

Tints of #472F3D

#472F3D
(71,47,61)
#57414E
(87,65,78)
#67535F
(103,83,95)
#776570
(119,101,112)
#877781
(135,119,129)
#978992
(151,137,146)
#A79BA3
(167,155,163)
#B7ADB4
(183,173,180)
#C7BFC5
(199,191,197)
#D7D1D6
(215,209,214)
#E7E3E7
(231,227,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #472F3D; }

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

This text font color is #472F3D.


Background Color

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

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

This div background color is #472F3D.


Border color

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

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

This div border color is #472F3D.


Opacity

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

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

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

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

This text has shadow with #472F3D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #472F3D on black background.


Color preview on white background

This text has color #472F3D on white background.



Black color preview on #472F3D background

This text has black color on #472F3D background.


White color preview on #472F3D background

This text has white color on #472F3D background.