COLOR #471741

HEX: #471741
RGB: (71,23,65)

Color info

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

RGB color model

#471741 color RGB value is (71,23,65).

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

RGB channels and saturation

R 71 of 255 = 28%
G 23 of 255 = 9%
B 65 of 255 = 25%

71
23
65

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

Portions of RGB colors in percentages

R + G + B =
71 + 23 + 65 = 159 (100%)
R 71 of 159 ~ 44.65%
G 23 of 159 ~ 14.47%
B 65 of 159 ~ 40.88%

%44.65
%14.47
%40.88

CMYK color model

#471741 color CMYK value is (0,68,8,72).

  • cyan value is 0.00%
  • magenta value is 67.61%
  • yellow value is 8.45%
  • key color value is 72.16%
CMYK:
(0,68,8,72)
C0M68Y8K72 
(0%,68%,8%,72%)
(0.00/0.68/0.08/0.72)	

CMYK percentages

%0
%67.61
%8.45
%72.16

Codes

Color #471741 in popluar color models

471741
RGB712365
HSL308°51.06%18.43%
HSB/HSV308°67.61%27.84%
CMYK0.00%67.61%8.45%
72.16%

Color #471741 in popluar number systems.

HEX471741
Decimal712365
Binary1000111101111000001
Octal10727101

Shades and tints

Shades of #471741

#471741
(71,23,65)
#41153C
(65,21,60)
#3B1337
(59,19,55)
#351132
(53,17,50)
#2F0F2D
(47,15,45)
#290D28
(41,13,40)
#230B23
(35,11,35)
#1D091E
(29,9,30)
#170719
(23,7,25)
#110514
(17,5,20)
#0B030F
(11,3,15)
#000000
(0,0,0)

Tints of #471741

#471741
(71,23,65)
#572C52
(87,44,82)
#674163
(103,65,99)
#775674
(119,86,116)
#876B85
(135,107,133)
#978096
(151,128,150)
#A795A7
(167,149,167)
#B7AAB8
(183,170,184)
#C7BFC9
(199,191,201)
#D7D4DA
(215,212,218)
#E7E9EB
(231,233,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #471741; }

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

This text font color is #471741.


Background Color

.myBgColor { background-color: #471741; }

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

This div background color is #471741.


Border color

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

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

This div border color is #471741.


Opacity

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

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

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

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

This text has shadow with #471741 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #471741 on black background.


Color preview on white background

This text has color #471741 on white background.



Black color preview on #471741 background

This text has black color on #471741 background.


White color preview on #471741 background

This text has white color on #471741 background.