COLOR #473842

HEX: #473842
RGB: (71,56,66)

Color info

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

RGB color model

#473842 color RGB value is (71,56,66).

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

RGB channels and saturation

R 71 of 255 = 28%
G 56 of 255 = 22%
B 66 of 255 = 26%

71
56
66

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

Portions of RGB colors in percentages

R + G + B =
71 + 56 + 66 = 193 (100%)
R 71 of 193 ~ 36.79%
G 56 of 193 ~ 29.02%
B 66 of 193 ~ 34.2%

%36.79
%29.02
%34.2

CMYK color model

#473842 color CMYK value is (0,21,7,72).

  • cyan value is 0.00%
  • magenta value is 21.13%
  • yellow value is 7.04%
  • key color value is 72.16%
CMYK:
(0,21,7,72)
C0M21Y7K72 
(0%,21%,7%,72%)
(0.00/0.21/0.07/0.72)	

CMYK percentages

%0
%21.13
%7.04
%72.16

Codes

Color #473842 in popluar color models

473842
RGB715666
HSL320°11.81%24.90%
HSB/HSV320°21.13%27.84%
CMYK0.00%21.13%7.04%
72.16%

Color #473842 in popluar number systems.

HEX473842
Decimal715666
Binary10001111110001000010
Octal10770102

Shades and tints

Shades of #473842

#473842
(71,56,66)
#41333C
(65,51,60)
#3B2E36
(59,46,54)
#352930
(53,41,48)
#2F242A
(47,36,42)
#291F24
(41,31,36)
#231A1E
(35,26,30)
#1D1518
(29,21,24)
#171012
(23,16,18)
#110B0C
(17,11,12)
#0B0606
(11,6,6)
#000000
(0,0,0)

Tints of #473842

#473842
(71,56,66)
#574A53
(87,74,83)
#675C64
(103,92,100)
#776E75
(119,110,117)
#878086
(135,128,134)
#979297
(151,146,151)
#A7A4A8
(167,164,168)
#B7B6B9
(183,182,185)
#C7C8CA
(199,200,202)
#D7DADB
(215,218,219)
#E7ECEC
(231,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #473842; }

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

This text font color is #473842.


Background Color

.myBgColor { background-color: #473842; }

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

This div background color is #473842.


Border color

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

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

This div border color is #473842.


Opacity

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

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

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

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

This text has shadow with #473842 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #473842 on black background.


Color preview on white background

This text has color #473842 on white background.



Black color preview on #473842 background

This text has black color on #473842 background.


White color preview on #473842 background

This text has white color on #473842 background.