COLOR #471745

HEX: #471745
RGB: (71,23,69)

Color info

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

RGB color model

#471745 color RGB value is (71,23,69).

  • red value is 71;
  • green value is 23;
  • blue value is 69.
RGB:
(71,23,69)
(28%,9%,27%)

RGB channels and saturation

R 71 of 255 = 28%
G 23 of 255 = 9%
B 69 of 255 = 27%

71
23
69

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

Portions of RGB colors in percentages

R + G + B =
71 + 23 + 69 = 163 (100%)
R 71 of 163 ~ 43.56%
G 23 of 163 ~ 14.11%
B 69 of 163 ~ 42.33%

%43.56
%14.11
%42.33

CMYK color model

#471745 color CMYK value is (0,68,3,72).

  • cyan value is 0.00%
  • magenta value is 67.61%
  • yellow value is 2.82%
  • key color value is 72.16%
CMYK:
(0,68,3,72)
C0M68Y3K72 
(0%,68%,3%,72%)
(0.00/0.68/0.03/0.72)	

CMYK percentages

%0
%67.61
%2.82
%72.16

Codes

Color #471745 in popluar color models

471745
RGB712369
HSL303°51.06%18.43%
HSB/HSV303°67.61%27.84%
CMYK0.00%67.61%2.82%
72.16%

Color #471745 in popluar number systems.

HEX471745
Decimal712369
Binary1000111101111000101
Octal10727105

Shades and tints

Shades of #471745

#471745
(71,23,69)
#41153F
(65,21,63)
#3B1339
(59,19,57)
#351133
(53,17,51)
#2F0F2D
(47,15,45)
#290D27
(41,13,39)
#230B21
(35,11,33)
#1D091B
(29,9,27)
#170715
(23,7,21)
#11050F
(17,5,15)
#0B0309
(11,3,9)
#000000
(0,0,0)

Tints of #471745

#471745
(71,23,69)
#572C55
(87,44,85)
#674165
(103,65,101)
#775675
(119,86,117)
#876B85
(135,107,133)
#978095
(151,128,149)
#A795A5
(167,149,165)
#B7AAB5
(183,170,181)
#C7BFC5
(199,191,197)
#D7D4D5
(215,212,213)
#E7E9E5
(231,233,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #471745 color. Also use rgb(71,23,69) instead hex code.

Text Font Color

.myTextColor { color: #471745; }

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

This text font color is #471745.


Background Color

.myBgColor { background-color: #471745; }

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

This div background color is #471745.


Border color

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

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

This div border color is #471745.


Opacity

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

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

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

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

This text has shadow with #471745 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #471745 on black background.


Color preview on white background

This text has color #471745 on white background.



Black color preview on #471745 background

This text has black color on #471745 background.


White color preview on #471745 background

This text has white color on #471745 background.