COLOR #471632

HEX: #471632
RGB: (71,22,50)

Color info

#471632 contains red, green and blue colors in about the same proportion. Web safe color of #471632 is #330033 (or #303).

RGB color model

#471632 color RGB value is (71,22,50).

  • red value is 71;
  • green value is 22;
  • blue value is 50.
RGB:
(71,22,50)
(28%,9%,20%)

RGB channels and saturation

R 71 of 255 = 28%
G 22 of 255 = 9%
B 50 of 255 = 20%

71
22
50

R + G + B ~ 19%. #471632 is dark color.

Portions of RGB colors in percentages

R + G + B =
71 + 22 + 50 = 143 (100%)
R 71 of 143 ~ 49.65%
G 22 of 143 ~ 15.38%
B 50 of 143 ~ 34.97%

%49.65
%15.38
%34.97

CMYK color model

#471632 color CMYK value is (0,69,30,72).

  • cyan value is 0.00%
  • magenta value is 69.01%
  • yellow value is 29.58%
  • key color value is 72.16%
CMYK:
(0,69,30,72)
C0M69Y30K72 
(0%,69%,30%,72%)
(0.00/0.69/0.30/0.72)	

CMYK percentages

%0
%69.01
%29.58
%72.16

Codes

Color #471632 in popluar color models

471632
RGB712250
HSL326°52.69%18.24%
HSB/HSV326°69.01%27.84%
CMYK0.00%69.01%29.58%
72.16%

Color #471632 in popluar number systems.

HEX471632
Decimal712250
Binary100011110110110010
Octal1072662

Shades and tints

Shades of #471632

#471632
(71,22,50)
#41142E
(65,20,46)
#3B122A
(59,18,42)
#351026
(53,16,38)
#2F0E22
(47,14,34)
#290C1E
(41,12,30)
#230A1A
(35,10,26)
#1D0816
(29,8,22)
#170612
(23,6,18)
#11040E
(17,4,14)
#0B020A
(11,2,10)
#000000
(0,0,0)

Tints of #471632

#471632
(71,22,50)
#572B44
(87,43,68)
#674056
(103,64,86)
#775568
(119,85,104)
#876A7A
(135,106,122)
#977F8C
(151,127,140)
#A7949E
(167,148,158)
#B7A9B0
(183,169,176)
#C7BEC2
(199,190,194)
#D7D3D4
(215,211,212)
#E7E8E6
(231,232,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #471632 color. Also use rgb(71,22,50) instead hex code.

Text Font Color

.myTextColor { color: #471632; }

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

This text font color is #471632.


Background Color

.myBgColor { background-color: #471632; }

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

This div background color is #471632.


Border color

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

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

This div border color is #471632.


Opacity

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

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

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

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

This text has shadow with #471632 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #471632 on black background.


Color preview on white background

This text has color #471632 on white background.



Black color preview on #471632 background

This text has black color on #471632 background.


White color preview on #471632 background

This text has white color on #471632 background.