COLOR #474367

HEX: #474367
RGB: (71,67,103)

Color info

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

RGB color model

#474367 color RGB value is (71,67,103).

  • red value is 71;
  • green value is 67;
  • blue value is 103.
RGB:
(71,67,103)
(28%,26%,40%)

RGB channels and saturation

R 71 of 255 = 28%
G 67 of 255 = 26%
B 103 of 255 = 40%

71
67
103

R + G + B ~ 31%. #474367 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
71 + 67 + 103 = 241 (100%)
R 71 of 241 ~ 29.46%
G 67 of 241 ~ 27.8%
B 103 of 241 ~ 42.74%

%29.46
%27.8
%42.74

CMYK color model

#474367 color CMYK value is (31,35,0,60).

  • cyan value is 31.07%
  • magenta value is 34.95%
  • yellow value is 0.00%
  • key color value is 59.61%
CMYK:
(31,35,0,60)
C31M35Y0K60 
(31%,35%,0%,60%)
(0.31/0.35/0.00/0.60)	

CMYK percentages

%31.07
%34.95
%0
%59.61

Codes

Color #474367 in popluar color models

474367
RGB7167103
HSL247°21.18%33.33%
HSB/HSV247°34.95%40.39%
CMYK31.07%34.95%0.00%
59.61%

Color #474367 in popluar number systems.

HEX474367
Decimal7167103
Binary100011110000111100111
Octal107103147

Shades and tints

Shades of #474367

#474367
(71,67,103)
#413D5E
(65,61,94)
#3B3755
(59,55,85)
#35314C
(53,49,76)
#2F2B43
(47,43,67)
#29253A
(41,37,58)
#231F31
(35,31,49)
#1D1928
(29,25,40)
#17131F
(23,19,31)
#110D16
(17,13,22)
#0B070D
(11,7,13)
#000000
(0,0,0)

Tints of #474367

#474367
(71,67,103)
#575474
(87,84,116)
#676581
(103,101,129)
#77768E
(119,118,142)
#87879B
(135,135,155)
#9798A8
(151,152,168)
#A7A9B5
(167,169,181)
#B7BAC2
(183,186,194)
#C7CBCF
(199,203,207)
#D7DCDC
(215,220,220)
#E7EDE9
(231,237,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #474367 color. Also use rgb(71,67,103) instead hex code.

Text Font Color

.myTextColor { color: #474367; }

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

This text font color is #474367.


Background Color

.myBgColor { background-color: #474367; }

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

This div background color is #474367.


Border color

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

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

This div border color is #474367.


Opacity

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

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

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

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

This text has shadow with #474367 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #474367 on black background.


Color preview on white background

This text has color #474367 on white background.



Black color preview on #474367 background

This text has black color on #474367 background.


White color preview on #474367 background

This text has white color on #474367 background.