COLOR #473851

HEX: #473851
RGB: (71,56,81)

Color info

#473851 contains red, green and blue colors in about the same proportion. Web safe color of #473851 is #333366 (or #336).

RGB color model

#473851 color RGB value is (71,56,81).

  • red value is 71;
  • green value is 56;
  • blue value is 81.
RGB:
(71,56,81)
(28%,22%,32%)

RGB channels and saturation

R 71 of 255 = 28%
G 56 of 255 = 22%
B 81 of 255 = 32%

71
56
81

R + G + B ~ 27%. #473851 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
71 + 56 + 81 = 208 (100%)
R 71 of 208 ~ 34.13%
G 56 of 208 ~ 26.92%
B 81 of 208 ~ 38.94%

%34.13
%26.92
%38.94

CMYK color model

#473851 color CMYK value is (12,31,0,68).

  • cyan value is 12.35%
  • magenta value is 30.86%
  • yellow value is 0.00%
  • key color value is 68.24%
CMYK:
(12,31,0,68)
C12M31Y0K68 
(12%,31%,0%,68%)
(0.12/0.31/0.00/0.68)	

CMYK percentages

%12.35
%30.86
%0
%68.24

Codes

Color #473851 in popluar color models

473851
RGB715681
HSL276°18.25%26.86%
HSB/HSV276°30.86%31.76%
CMYK12.35%30.86%0.00%
68.24%

Color #473851 in popluar number systems.

HEX473851
Decimal715681
Binary10001111110001010001
Octal10770121

Shades and tints

Shades of #473851

#473851
(71,56,81)
#41334A
(65,51,74)
#3B2E43
(59,46,67)
#35293C
(53,41,60)
#2F2435
(47,36,53)
#291F2E
(41,31,46)
#231A27
(35,26,39)
#1D1520
(29,21,32)
#171019
(23,16,25)
#110B12
(17,11,18)
#0B060B
(11,6,11)
#000000
(0,0,0)

Tints of #473851

#473851
(71,56,81)
#574A60
(87,74,96)
#675C6F
(103,92,111)
#776E7E
(119,110,126)
#87808D
(135,128,141)
#97929C
(151,146,156)
#A7A4AB
(167,164,171)
#B7B6BA
(183,182,186)
#C7C8C9
(199,200,201)
#D7DAD8
(215,218,216)
#E7ECE7
(231,236,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #473851 color. Also use rgb(71,56,81) instead hex code.

Text Font Color

.myTextColor { color: #473851; }

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

This text font color is #473851.


Background Color

.myBgColor { background-color: #473851; }

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

This div background color is #473851.


Border color

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

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

This div border color is #473851.


Opacity

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

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

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

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

This text has shadow with #473851 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #473851 on black background.


Color preview on white background

This text has color #473851 on white background.



Black color preview on #473851 background

This text has black color on #473851 background.


White color preview on #473851 background

This text has white color on #473851 background.