COLOR #472615

HEX: #472615
RGB: (71,38,21)

Color info

#472615 contains red, green and blue colors in about the same proportion. Web safe color of #472615 is #333300 (or #330).

RGB color model

#472615 color RGB value is (71,38,21).

  • red value is 71;
  • green value is 38;
  • blue value is 21.
RGB: (71,38,21) (28%,15%,8%)

RGB channels and saturation

R 71 of 255 = 28%
G 38 of 255 = 15%
B 21 of 255 = 8%

71
38
21

R + G + B ~ 17%. #472615 is dark color.

Portions of RGB colors in percentages

R + G + B =
71 + 38 + 21 = 130 (100%)
R 71 of 130 ~ 54.62%
G 38 of 130 ~ 29.23%
B 21 of 130 ~ 16.15%

%54.62
%29.23
%16.15

CMYK color model

#472615 color CMYK value is (0,46,70,72).

  • cyan value is 0.00%
  • magenta value is 46.48%
  • yellow value is 70.42%
  • key color value is 72.16%
CMYK: (0,46,70,72) C0M46Y70K72 (0%,46%,70%,72%) (0.00/0.46/0.70/0.72)

CMYK percentages

%0
%46.48
%70.42
%72.16

Codes

Color #472615 in popluar color models

472615
RGB713821
HSL20°54.35%18.04%
HSB/HSV20°70.42%27.84%
CMYK0.00%46.48%70.42%
72.16%

Color #472615 in popluar number systems.

HEX472615
Decimal713821
Binary100011110011010101
Octal1074625

Shades and tints

Shades of #472615

#472615
(71,38,21)
#412314
(65,35,20)
#3B2013
(59,32,19)
#351D12
(53,29,18)
#2F1A11
(47,26,17)
#291710
(41,23,16)
#23140F
(35,20,15)
#1D110E
(29,17,14)
#170E0D
(23,14,13)
#110B0C
(17,11,12)
#0B080B
(11,8,11)
#000000
(0,0,0)

Tints of #472615

#472615
(71,38,21)
#57392A
(87,57,42)
#674C3F
(103,76,63)
#775F54
(119,95,84)
#877269
(135,114,105)
#97857E
(151,133,126)
#A79893
(167,152,147)
#B7ABA8
(183,171,168)
#C7BEBD
(199,190,189)
#D7D1D2
(215,209,210)
#E7E4E7
(231,228,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #472615 color. Also use rgb(71,38,21) instead hex code.

Text Font Color

.myTextColor { color: #472615; }

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

This text font color is #472615.


Background Color

.myBgColor { background-color: #472615; }

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

This div background color is #472615.


Border color

.myBorderColor { border: 1px solid #472615; }

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

This div border color is #472615.


Opacity

.myOpacity80 { color: #472615; opacity: 0.8; }

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

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

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

This text has shadow with #472615 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #472615 on black background.


Color preview on white background

This text has color #472615 on white background.



Black color preview on #472615 background

This text has black color on #472615 background.


White color preview on #472615 background

This text has white color on #472615 background.