COLOR #473C61

HEX: #473C61
RGB: (71,60,97)

Color info

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

RGB color model

#473C61 color RGB value is (71,60,97).

  • red value is 71;
  • green value is 60;
  • blue value is 97.
RGB:
(71,60,97)
(28%,24%,38%)

RGB channels and saturation

R 71 of 255 = 28%
G 60 of 255 = 24%
B 97 of 255 = 38%

71
60
97

R + G + B ~ 30%. #473C61 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
71 + 60 + 97 = 228 (100%)
R 71 of 228 ~ 31.14%
G 60 of 228 ~ 26.32%
B 97 of 228 ~ 42.54%

%31.14
%26.32
%42.54

CMYK color model

#473C61 color CMYK value is (27,38,0,62).

  • cyan value is 26.80%
  • magenta value is 38.14%
  • yellow value is 0.00%
  • key color value is 61.96%
CMYK:
(27,38,0,62)
C27M38Y0K62 
(27%,38%,0%,62%)
(0.27/0.38/0.00/0.62)	

CMYK percentages

%26.8
%38.14
%0
%61.96

Codes

Color #473C61 in popluar color models

473C61
RGB716097
HSL258°23.57%30.78%
HSB/HSV258°38.14%38.04%
CMYK26.80%38.14%0.00%
61.96%

Color #473C61 in popluar number systems.

HEX473C61
Decimal716097
Binary10001111111001100001
Octal10774141

Shades and tints

Shades of #473C61

#473C61
(71,60,97)
#413759
(65,55,89)
#3B3251
(59,50,81)
#352D49
(53,45,73)
#2F2841
(47,40,65)
#292339
(41,35,57)
#231E31
(35,30,49)
#1D1929
(29,25,41)
#171421
(23,20,33)
#110F19
(17,15,25)
#0B0A11
(11,10,17)
#000000
(0,0,0)

Tints of #473C61

#473C61
(71,60,97)
#574D6F
(87,77,111)
#675E7D
(103,94,125)
#776F8B
(119,111,139)
#878099
(135,128,153)
#9791A7
(151,145,167)
#A7A2B5
(167,162,181)
#B7B3C3
(183,179,195)
#C7C4D1
(199,196,209)
#D7D5DF
(215,213,223)
#E7E6ED
(231,230,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #473C61 color. Also use rgb(71,60,97) instead hex code.

Text Font Color

.myTextColor { color: #473C61; }

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

This text font color is #473C61.


Background Color

.myBgColor { background-color: #473C61; }

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

This div background color is #473C61.


Border color

.myBorderColor { border: 1px solid #473C61; }

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

This div border color is #473C61.


Opacity

.myOpacity80 { color: #473C61; opacity: 0.8; }

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

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

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

This text has shadow with #473C61 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #473C61 on black background.


Color preview on white background

This text has color #473C61 on white background.



Black color preview on #473C61 background

This text has black color on #473C61 background.


White color preview on #473C61 background

This text has white color on #473C61 background.