COLOR #473752

HEX: #473752
RGB: (71,55,82)

Color info

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

RGB color model

#473752 color RGB value is (71,55,82).

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

RGB channels and saturation

R 71 of 255 = 28%
G 55 of 255 = 22%
B 82 of 255 = 32%

71
55
82

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

Portions of RGB colors in percentages

R + G + B =
71 + 55 + 82 = 208 (100%)
R 71 of 208 ~ 34.13%
G 55 of 208 ~ 26.44%
B 82 of 208 ~ 39.42%

%34.13
%26.44
%39.42

CMYK color model

#473752 color CMYK value is (13,33,0,68).

  • cyan value is 13.41%
  • magenta value is 32.93%
  • yellow value is 0.00%
  • key color value is 67.84%
CMYK:
(13,33,0,68)
C13M33Y0K68 
(13%,33%,0%,68%)
(0.13/0.33/0.00/0.68)	

CMYK percentages

%13.41
%32.93
%0
%67.84

Codes

Color #473752 in popluar color models

473752
RGB715582
HSL276°19.71%26.86%
HSB/HSV276°32.93%32.16%
CMYK13.41%32.93%0.00%
67.84%

Color #473752 in popluar number systems.

HEX473752
Decimal715582
Binary10001111101111010010
Octal10767122

Shades and tints

Shades of #473752

#473752
(71,55,82)
#41324B
(65,50,75)
#3B2D44
(59,45,68)
#35283D
(53,40,61)
#2F2336
(47,35,54)
#291E2F
(41,30,47)
#231928
(35,25,40)
#1D1421
(29,20,33)
#170F1A
(23,15,26)
#110A13
(17,10,19)
#0B050C
(11,5,12)
#000000
(0,0,0)

Tints of #473752

#473752
(71,55,82)
#574961
(87,73,97)
#675B70
(103,91,112)
#776D7F
(119,109,127)
#877F8E
(135,127,142)
#97919D
(151,145,157)
#A7A3AC
(167,163,172)
#B7B5BB
(183,181,187)
#C7C7CA
(199,199,202)
#D7D9D9
(215,217,217)
#E7EBE8
(231,235,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #473752 color. Also use rgb(71,55,82) instead hex code.

Text Font Color

.myTextColor { color: #473752; }

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

This text font color is #473752.


Background Color

.myBgColor { background-color: #473752; }

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

This div background color is #473752.


Border color

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

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

This div border color is #473752.


Opacity

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

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

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

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

This text has shadow with #473752 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #473752 on black background.


Color preview on white background

This text has color #473752 on white background.



Black color preview on #473752 background

This text has black color on #473752 background.


White color preview on #473752 background

This text has white color on #473752 background.