COLOR #473342

HEX: #473342
RGB: (71,51,66)

Color info

#473342 contains red, green and blue colors in about the same proportion. Web safe color of #473342 is #333333 (or #333).

RGB color model

#473342 color RGB value is (71,51,66).

  • red value is 71;
  • green value is 51;
  • blue value is 66.
RGB:
(71,51,66)
(28%,20%,26%)

RGB channels and saturation

R 71 of 255 = 28%
G 51 of 255 = 20%
B 66 of 255 = 26%

71
51
66

R + G + B ~ 25%. #473342 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
71 + 51 + 66 = 188 (100%)
R 71 of 188 ~ 37.77%
G 51 of 188 ~ 27.13%
B 66 of 188 ~ 35.11%

%37.77
%27.13
%35.11

CMYK color model

#473342 color CMYK value is (0,28,7,72).

  • cyan value is 0.00%
  • magenta value is 28.17%
  • yellow value is 7.04%
  • key color value is 72.16%
CMYK:
(0,28,7,72)
C0M28Y7K72 
(0%,28%,7%,72%)
(0.00/0.28/0.07/0.72)	

CMYK percentages

%0
%28.17
%7.04
%72.16

Codes

Color #473342 in popluar color models

473342
RGB715166
HSL315°16.39%23.92%
HSB/HSV315°28.17%27.84%
CMYK0.00%28.17%7.04%
72.16%

Color #473342 in popluar number systems.

HEX473342
Decimal715166
Binary10001111100111000010
Octal10763102

Shades and tints

Shades of #473342

#473342
(71,51,66)
#412F3C
(65,47,60)
#3B2B36
(59,43,54)
#352730
(53,39,48)
#2F232A
(47,35,42)
#291F24
(41,31,36)
#231B1E
(35,27,30)
#1D1718
(29,23,24)
#171312
(23,19,18)
#110F0C
(17,15,12)
#0B0B06
(11,11,6)
#000000
(0,0,0)

Tints of #473342

#473342
(71,51,66)
#574553
(87,69,83)
#675764
(103,87,100)
#776975
(119,105,117)
#877B86
(135,123,134)
#978D97
(151,141,151)
#A79FA8
(167,159,168)
#B7B1B9
(183,177,185)
#C7C3CA
(199,195,202)
#D7D5DB
(215,213,219)
#E7E7EC
(231,231,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #473342 color. Also use rgb(71,51,66) instead hex code.

Text Font Color

.myTextColor { color: #473342; }

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

This text font color is #473342.


Background Color

.myBgColor { background-color: #473342; }

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

This div background color is #473342.


Border color

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

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

This div border color is #473342.


Opacity

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

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

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

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

This text has shadow with #473342 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #473342 on black background.


Color preview on white background

This text has color #473342 on white background.



Black color preview on #473342 background

This text has black color on #473342 background.


White color preview on #473342 background

This text has white color on #473342 background.