COLOR #471435

HEX: #471435
RGB: (71,20,53)

Color info

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

RGB color model

#471435 color RGB value is (71,20,53).

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

RGB channels and saturation

R 71 of 255 = 28%
G 20 of 255 = 8%
B 53 of 255 = 21%

71
20
53

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

Portions of RGB colors in percentages

R + G + B =
71 + 20 + 53 = 144 (100%)
R 71 of 144 ~ 49.31%
G 20 of 144 ~ 13.89%
B 53 of 144 ~ 36.81%

%49.31
%13.89
%36.81

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 71.83%
  • yellow value is 25.35%
  • key color value is 72.16%
CMYK:
(0,72,25,72)
C0M72Y25K72 
(0%,72%,25%,72%)
(0.00/0.72/0.25/0.72)	

CMYK percentages

%0
%71.83
%25.35
%72.16

Codes

Color #471435 in popluar color models

471435
RGB712053
HSL321°56.04%17.84%
HSB/HSV321°71.83%27.84%
CMYK0.00%71.83%25.35%
72.16%

Color #471435 in popluar number systems.

HEX471435
Decimal712053
Binary100011110100110101
Octal1072465

Shades and tints

Shades of #471435

#471435
(71,20,53)
#411331
(65,19,49)
#3B122D
(59,18,45)
#351129
(53,17,41)
#2F1025
(47,16,37)
#290F21
(41,15,33)
#230E1D
(35,14,29)
#1D0D19
(29,13,25)
#170C15
(23,12,21)
#110B11
(17,11,17)
#0B0A0D
(11,10,13)
#000000
(0,0,0)

Tints of #471435

#471435
(71,20,53)
#572947
(87,41,71)
#673E59
(103,62,89)
#77536B
(119,83,107)
#87687D
(135,104,125)
#977D8F
(151,125,143)
#A792A1
(167,146,161)
#B7A7B3
(183,167,179)
#C7BCC5
(199,188,197)
#D7D1D7
(215,209,215)
#E7E6E9
(231,230,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #471435; }

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

This text font color is #471435.


Background Color

.myBgColor { background-color: #471435; }

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

This div background color is #471435.


Border color

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

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

This div border color is #471435.


Opacity

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

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

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

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

This text has shadow with #471435 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #471435 on black background.


Color preview on white background

This text has color #471435 on white background.



Black color preview on #471435 background

This text has black color on #471435 background.


White color preview on #471435 background

This text has white color on #471435 background.