COLOR #471C35

HEX: #471C35
RGB: (71,28,53)

Color info

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

RGB color model

#471C35 color RGB value is (71,28,53).

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

RGB channels and saturation

R 71 of 255 = 28%
G 28 of 255 = 11%
B 53 of 255 = 21%

71
28
53

R + G + B ~ 20%. #471C35 is dark color.

Portions of RGB colors in percentages

R + G + B =
71 + 28 + 53 = 152 (100%)
R 71 of 152 ~ 46.71%
G 28 of 152 ~ 18.42%
B 53 of 152 ~ 34.87%

%46.71
%18.42
%34.87

CMYK color model

#471C35 color CMYK value is (0,61,25,72).

  • cyan value is 0.00%
  • magenta value is 60.56%
  • yellow value is 25.35%
  • key color value is 72.16%
CMYK:
(0,61,25,72)
C0M61Y25K72 
(0%,61%,25%,72%)
(0.00/0.61/0.25/0.72)	

CMYK percentages

%0
%60.56
%25.35
%72.16

Codes

Color #471C35 in popluar color models

471C35
RGB712853
HSL325°43.43%19.41%
HSB/HSV325°60.56%27.84%
CMYK0.00%60.56%25.35%
72.16%

Color #471C35 in popluar number systems.

HEX471C35
Decimal712853
Binary100011111100110101
Octal1073465

Shades and tints

Shades of #471C35

#471C35
(71,28,53)
#411A31
(65,26,49)
#3B182D
(59,24,45)
#351629
(53,22,41)
#2F1425
(47,20,37)
#291221
(41,18,33)
#23101D
(35,16,29)
#1D0E19
(29,14,25)
#170C15
(23,12,21)
#110A11
(17,10,17)
#0B080D
(11,8,13)
#000000
(0,0,0)

Tints of #471C35

#471C35
(71,28,53)
#573047
(87,48,71)
#674459
(103,68,89)
#77586B
(119,88,107)
#876C7D
(135,108,125)
#97808F
(151,128,143)
#A794A1
(167,148,161)
#B7A8B3
(183,168,179)
#C7BCC5
(199,188,197)
#D7D0D7
(215,208,215)
#E7E4E9
(231,228,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #471C35; }

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

This text font color is #471C35.


Background Color

.myBgColor { background-color: #471C35; }

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

This div background color is #471C35.


Border color

.myBorderColor { border: 1px solid #471C35; }

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

This div border color is #471C35.


Opacity

.myOpacity80 { color: #471C35; opacity: 0.8; }

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

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

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

This text has shadow with #471C35 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #471C35 on black background.


Color preview on white background

This text has color #471C35 on white background.



Black color preview on #471C35 background

This text has black color on #471C35 background.


White color preview on #471C35 background

This text has white color on #471C35 background.