COLOR #473946

HEX: #473946
RGB: (71,57,70)

Color info

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

RGB color model

#473946 color RGB value is (71,57,70).

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

RGB channels and saturation

R 71 of 255 = 28%
G 57 of 255 = 22%
B 70 of 255 = 27%

71
57
70

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

Portions of RGB colors in percentages

R + G + B =
71 + 57 + 70 = 198 (100%)
R 71 of 198 ~ 35.86%
G 57 of 198 ~ 28.79%
B 70 of 198 ~ 35.35%

%35.86
%28.79
%35.35

CMYK color model

#473946 color CMYK value is (0,20,1,72).

  • cyan value is 0.00%
  • magenta value is 19.72%
  • yellow value is 1.41%
  • key color value is 72.16%
CMYK:
(0,20,1,72)
C0M20Y1K72 
(0%,20%,1%,72%)
(0.00/0.20/0.01/0.72)	

CMYK percentages

%0
%19.72
%1.41
%72.16

Codes

Color #473946 in popluar color models

473946
RGB715770
HSL304°10.94%25.10%
HSB/HSV304°19.72%27.84%
CMYK0.00%19.72%1.41%
72.16%

Color #473946 in popluar number systems.

HEX473946
Decimal715770
Binary10001111110011000110
Octal10771106

Shades and tints

Shades of #473946

#473946
(71,57,70)
#413440
(65,52,64)
#3B2F3A
(59,47,58)
#352A34
(53,42,52)
#2F252E
(47,37,46)
#292028
(41,32,40)
#231B22
(35,27,34)
#1D161C
(29,22,28)
#171116
(23,17,22)
#110C10
(17,12,16)
#0B070A
(11,7,10)
#000000
(0,0,0)

Tints of #473946

#473946
(71,57,70)
#574B56
(87,75,86)
#675D66
(103,93,102)
#776F76
(119,111,118)
#878186
(135,129,134)
#979396
(151,147,150)
#A7A5A6
(167,165,166)
#B7B7B6
(183,183,182)
#C7C9C6
(199,201,198)
#D7DBD6
(215,219,214)
#E7EDE6
(231,237,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #473946; }

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

This text font color is #473946.


Background Color

.myBgColor { background-color: #473946; }

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

This div background color is #473946.


Border color

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

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

This div border color is #473946.


Opacity

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

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

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

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

This text has shadow with #473946 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #473946 on black background.


Color preview on white background

This text has color #473946 on white background.



Black color preview on #473946 background

This text has black color on #473946 background.


White color preview on #473946 background

This text has white color on #473946 background.