COLOR #472D25

HEX: #472D25 RGB: (71,45,37)

Color info

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

RGB color model

#472D25 color RGB value is (71,45,37).

RGB: (71,45,37) (28%, 18%, 15%)

RGB channels and saturation

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

71
45
37

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

Portions of RGB colors in percentages

R + G + B = 71 + 45 + 37 = 153 (100%)
R 71 of 153 ~ 46.41%
G 45 of 153 ~ 29.41%
B 37 of 153 ~ 24.18'%

%46.41
%29.41
%24.18

CMYK color model

#472D25 color CMYK value is (0,37,48,72).

  • cyan value is 0.00%
  • magenta value is 36.62%
  • yellow value is 47.89%
  • key color value is 72.16%

CMYK: (0,37,48,72)
C0M37Y48K72 (0%, 37%, 48%, 72%)
(0.00 / 0.37 / 0.48 / 0.72)

CMYK percentages

%0
%36.62
%47.89
%72.16

Codes

Color #472D25 in popluar color models

47 2D 25
RGB 71 45 37
HSL 14° 31.48% 21.18%
HSB/HSV 14° 47.89% 27.84%
CMYK 0.00% 36.62% 47.89%
72.16%

Color #472D25 in popluar number systems.

HEX 47 2D 25
Decimal 71 45 37
Binary 1000111 101101 100101
Octal 107 55 45

Shades and tints

Shades of #472D25

#472D25
(71,45,37)
#412922
(65,41,34)
#3B251F
(59,37,31)
#35211C
(53,33,28)
#2F1D19
(47,29,25)
#291916
(41,25,22)
#231513
(35,21,19)
#1D1110
(29,17,16)
#170D0D
(23,13,13)
#11090A
(17,9,10)
#0B0507
(11,5,7)
#000000
(0,0,0)

Tints of #472D25

#472D25
(71,45,37)
#574038
(87,64,56)
#67534B
(103,83,75)
#77665E
(119,102,94)
#877971
(135,121,113)
#978C84
(151,140,132)
#A79F97
(167,159,151)
#B7B2AA
(183,178,170)
#C7C5BD
(199,197,189)
#D7D8D0
(215,216,208)
#E7EBE3
(231,235,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #472D25 color. Also use rgb(71,45,37) instead hex code.

Text Font Color

.myTextColor { color: #472D25; }

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

This text font color is #472D25.

Background Color

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

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

This div background color is #472D25.

Border color

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

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

This div border color is #472D25.

Opacity

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

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

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

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

This text has shadow with #472D25 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #472D25.

Preview

Color preview on black background

This text has color #472D25 on black background.


Color preview on white background

This text has color #472D25 on white background.


Black color preview on #472D25 background

This text has black color on #472D25 background.


White color preview on #472D25 background

This text has white color on #472D25 background.


Related colors

Complementary color

Complementary color for #hex is #B8D2DA.


I love getcolorcode.com

Triadic colors

1 #25472D and #2D2547 with #472D25 are triadic colors.

2 #252D47 and #2D4725 with #472D25 are triadic colors.