COLOR #473968

HEX: #473968
RGB: (71,57,104)

Color info

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

RGB color model

#473968 color RGB value is (71,57,104).

  • red value is 71;
  • green value is 57;
  • blue value is 104.
RGB:
(71,57,104)
(28%,22%,41%)

RGB channels and saturation

R 71 of 255 = 28%
G 57 of 255 = 22%
B 104 of 255 = 41%

71
57
104

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

Portions of RGB colors in percentages

R + G + B =
71 + 57 + 104 = 232 (100%)
R 71 of 232 ~ 30.6%
G 57 of 232 ~ 24.57%
B 104 of 232 ~ 44.83%

%30.6
%24.57
%44.83

CMYK color model

#473968 color CMYK value is (32,45,0,59).

  • cyan value is 31.73%
  • magenta value is 45.19%
  • yellow value is 0.00%
  • key color value is 59.22%
CMYK:
(32,45,0,59)
C32M45Y0K59 
(32%,45%,0%,59%)
(0.32/0.45/0.00/0.59)	

CMYK percentages

%31.73
%45.19
%0
%59.22

Codes

Color #473968 in popluar color models

473968
RGB7157104
HSL258°29.19%31.57%
HSB/HSV258°45.19%40.78%
CMYK31.73%45.19%0.00%
59.22%

Color #473968 in popluar number systems.

HEX473968
Decimal7157104
Binary10001111110011101000
Octal10771150

Shades and tints

Shades of #473968

#473968
(71,57,104)
#41345F
(65,52,95)
#3B2F56
(59,47,86)
#352A4D
(53,42,77)
#2F2544
(47,37,68)
#29203B
(41,32,59)
#231B32
(35,27,50)
#1D1629
(29,22,41)
#171120
(23,17,32)
#110C17
(17,12,23)
#0B070E
(11,7,14)
#000000
(0,0,0)

Tints of #473968

#473968
(71,57,104)
#574B75
(87,75,117)
#675D82
(103,93,130)
#776F8F
(119,111,143)
#87819C
(135,129,156)
#9793A9
(151,147,169)
#A7A5B6
(167,165,182)
#B7B7C3
(183,183,195)
#C7C9D0
(199,201,208)
#D7DBDD
(215,219,221)
#E7EDEA
(231,237,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #473968 color. Also use rgb(71,57,104) instead hex code.

Text Font Color

.myTextColor { color: #473968; }

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

This text font color is #473968.


Background Color

.myBgColor { background-color: #473968; }

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

This div background color is #473968.


Border color

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

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

This div border color is #473968.


Opacity

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

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

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

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

This text has shadow with #473968 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #473968 on black background.


Color preview on white background

This text has color #473968 on white background.



Black color preview on #473968 background

This text has black color on #473968 background.


White color preview on #473968 background

This text has white color on #473968 background.