COLOR #473845

HEX: #473845
RGB: (71,56,69)

Color info

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

RGB color model

#473845 color RGB value is (71,56,69).

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

RGB channels and saturation

R 71 of 255 = 28%
G 56 of 255 = 22%
B 69 of 255 = 27%

71
56
69

R + G + B ~ 26%. #473845 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
71 + 56 + 69 = 196 (100%)
R 71 of 196 ~ 36.22%
G 56 of 196 ~ 28.57%
B 69 of 196 ~ 35.2%

%36.22
%28.57
%35.2

CMYK color model

#473845 color CMYK value is (0,21,3,72).

  • cyan value is 0.00%
  • magenta value is 21.13%
  • yellow value is 2.82%
  • key color value is 72.16%
CMYK:
(0,21,3,72)
C0M21Y3K72 
(0%,21%,3%,72%)
(0.00/0.21/0.03/0.72)	

CMYK percentages

%0
%21.13
%2.82
%72.16

Codes

Color #473845 in popluar color models

473845
RGB715669
HSL308°11.81%24.90%
HSB/HSV308°21.13%27.84%
CMYK0.00%21.13%2.82%
72.16%

Color #473845 in popluar number systems.

HEX473845
Decimal715669
Binary10001111110001000101
Octal10770105

Shades and tints

Shades of #473845

#473845
(71,56,69)
#41333F
(65,51,63)
#3B2E39
(59,46,57)
#352933
(53,41,51)
#2F242D
(47,36,45)
#291F27
(41,31,39)
#231A21
(35,26,33)
#1D151B
(29,21,27)
#171015
(23,16,21)
#110B0F
(17,11,15)
#0B0609
(11,6,9)
#000000
(0,0,0)

Tints of #473845

#473845
(71,56,69)
#574A55
(87,74,85)
#675C65
(103,92,101)
#776E75
(119,110,117)
#878085
(135,128,133)
#979295
(151,146,149)
#A7A4A5
(167,164,165)
#B7B6B5
(183,182,181)
#C7C8C5
(199,200,197)
#D7DAD5
(215,218,213)
#E7ECE5
(231,236,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #473845; }

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

This text font color is #473845.


Background Color

.myBgColor { background-color: #473845; }

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

This div background color is #473845.


Border color

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

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

This div border color is #473845.


Opacity

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

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

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

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

This text has shadow with #473845 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #473845 on black background.


Color preview on white background

This text has color #473845 on white background.



Black color preview on #473845 background

This text has black color on #473845 background.


White color preview on #473845 background

This text has white color on #473845 background.