COLOR #473757

HEX: #473757
RGB: (71,55,87)

Color info

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

RGB color model

#473757 color RGB value is (71,55,87).

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

RGB channels and saturation

R 71 of 255 = 28%
G 55 of 255 = 22%
B 87 of 255 = 34%

71
55
87

R + G + B ~ 28%. #473757 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
71 + 55 + 87 = 213 (100%)
R 71 of 213 ~ 33.33%
G 55 of 213 ~ 25.82%
B 87 of 213 ~ 40.85%

%33.33
%25.82
%40.85

CMYK color model

#473757 color CMYK value is (18,37,0,66).

  • cyan value is 18.39%
  • magenta value is 36.78%
  • yellow value is 0.00%
  • key color value is 65.88%
CMYK:
(18,37,0,66)
C18M37Y0K66 
(18%,37%,0%,66%)
(0.18/0.37/0.00/0.66)	

CMYK percentages

%18.39
%36.78
%0
%65.88

Codes

Color #473757 in popluar color models

473757
RGB715587
HSL270°22.54%27.84%
HSB/HSV270°36.78%34.12%
CMYK18.39%36.78%0.00%
65.88%

Color #473757 in popluar number systems.

HEX473757
Decimal715587
Binary10001111101111010111
Octal10767127

Shades and tints

Shades of #473757

#473757
(71,55,87)
#413250
(65,50,80)
#3B2D49
(59,45,73)
#352842
(53,40,66)
#2F233B
(47,35,59)
#291E34
(41,30,52)
#23192D
(35,25,45)
#1D1426
(29,20,38)
#170F1F
(23,15,31)
#110A18
(17,10,24)
#0B0511
(11,5,17)
#000000
(0,0,0)

Tints of #473757

#473757
(71,55,87)
#574966
(87,73,102)
#675B75
(103,91,117)
#776D84
(119,109,132)
#877F93
(135,127,147)
#9791A2
(151,145,162)
#A7A3B1
(167,163,177)
#B7B5C0
(183,181,192)
#C7C7CF
(199,199,207)
#D7D9DE
(215,217,222)
#E7EBED
(231,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #473757; }

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

This text font color is #473757.


Background Color

.myBgColor { background-color: #473757; }

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

This div background color is #473757.


Border color

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

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

This div border color is #473757.


Opacity

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

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

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

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

This text has shadow with #473757 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #473757 on black background.


Color preview on white background

This text has color #473757 on white background.



Black color preview on #473757 background

This text has black color on #473757 background.


White color preview on #473757 background

This text has white color on #473757 background.