COLOR #472635

HEX: #472635
RGB: (71,38,53)

Color info

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

RGB color model

#472635 color RGB value is (71,38,53).

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

RGB channels and saturation

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

71
38
53

R + G + B ~ 21%. #472635 is dark color.

Portions of RGB colors in percentages

R + G + B =
71 + 38 + 53 = 162 (100%)
R 71 of 162 ~ 43.83%
G 38 of 162 ~ 23.46%
B 53 of 162 ~ 32.72%

%43.83
%23.46
%32.72

CMYK color model

#472635 color CMYK value is (0,46,25,72).

  • cyan value is 0.00%
  • magenta value is 46.48%
  • yellow value is 25.35%
  • key color value is 72.16%
CMYK:
(0,46,25,72)
C0M46Y25K72 
(0%,46%,25%,72%)
(0.00/0.46/0.25/0.72)	

CMYK percentages

%0
%46.48
%25.35
%72.16

Codes

Color #472635 in popluar color models

472635
RGB713853
HSL333°30.28%21.37%
HSB/HSV333°46.48%27.84%
CMYK0.00%46.48%25.35%
72.16%

Color #472635 in popluar number systems.

HEX472635
Decimal713853
Binary1000111100110110101
Octal1074665

Shades and tints

Shades of #472635

#472635
(71,38,53)
#412331
(65,35,49)
#3B202D
(59,32,45)
#351D29
(53,29,41)
#2F1A25
(47,26,37)
#291721
(41,23,33)
#23141D
(35,20,29)
#1D1119
(29,17,25)
#170E15
(23,14,21)
#110B11
(17,11,17)
#0B080D
(11,8,13)
#000000
(0,0,0)

Tints of #472635

#472635
(71,38,53)
#573947
(87,57,71)
#674C59
(103,76,89)
#775F6B
(119,95,107)
#87727D
(135,114,125)
#97858F
(151,133,143)
#A798A1
(167,152,161)
#B7ABB3
(183,171,179)
#C7BEC5
(199,190,197)
#D7D1D7
(215,209,215)
#E7E4E9
(231,228,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #472635; }

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

This text font color is #472635.


Background Color

.myBgColor { background-color: #472635; }

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

This div background color is #472635.


Border color

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

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

This div border color is #472635.


Opacity

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

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

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

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

This text has shadow with #472635 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #472635 on black background.


Color preview on white background

This text has color #472635 on white background.



Black color preview on #472635 background

This text has black color on #472635 background.


White color preview on #472635 background

This text has white color on #472635 background.