COLOR #473748

HEX: #473748
RGB: (71,55,72)

Color info

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

RGB color model

#473748 color RGB value is (71,55,72).

  • red value is 71;
  • green value is 55;
  • blue value is 72.
RGB:
(71,55,72)
(28%,22%,28%)

RGB channels and saturation

R 71 of 255 = 28%
G 55 of 255 = 22%
B 72 of 255 = 28%

71
55
72

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

Portions of RGB colors in percentages

R + G + B =
71 + 55 + 72 = 198 (100%)
R 71 of 198 ~ 35.86%
G 55 of 198 ~ 27.78%
B 72 of 198 ~ 36.36%

%35.86
%27.78
%36.36

CMYK color model

#473748 color CMYK value is (1,24,0,72).

  • cyan value is 1.39%
  • magenta value is 23.61%
  • yellow value is 0.00%
  • key color value is 71.76%
CMYK:
(1,24,0,72)
C1M24Y0K72 
(1%,24%,0%,72%)
(0.01/0.24/0.00/0.72)	

CMYK percentages

%1.39
%23.61
%0
%71.76

Codes

Color #473748 in popluar color models

473748
RGB715572
HSL296°13.39%24.90%
HSB/HSV296°23.61%28.24%
CMYK1.39%23.61%0.00%
71.76%

Color #473748 in popluar number systems.

HEX473748
Decimal715572
Binary10001111101111001000
Octal10767110

Shades and tints

Shades of #473748

#473748
(71,55,72)
#413242
(65,50,66)
#3B2D3C
(59,45,60)
#352836
(53,40,54)
#2F2330
(47,35,48)
#291E2A
(41,30,42)
#231924
(35,25,36)
#1D141E
(29,20,30)
#170F18
(23,15,24)
#110A12
(17,10,18)
#0B050C
(11,5,12)
#000000
(0,0,0)

Tints of #473748

#473748
(71,55,72)
#574958
(87,73,88)
#675B68
(103,91,104)
#776D78
(119,109,120)
#877F88
(135,127,136)
#979198
(151,145,152)
#A7A3A8
(167,163,168)
#B7B5B8
(183,181,184)
#C7C7C8
(199,199,200)
#D7D9D8
(215,217,216)
#E7EBE8
(231,235,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #473748 color. Also use rgb(71,55,72) instead hex code.

Text Font Color

.myTextColor { color: #473748; }

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

This text font color is #473748.


Background Color

.myBgColor { background-color: #473748; }

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

This div background color is #473748.


Border color

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

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

This div border color is #473748.


Opacity

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

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

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

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

This text has shadow with #473748 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #473748 on black background.


Color preview on white background

This text has color #473748 on white background.



Black color preview on #473748 background

This text has black color on #473748 background.


White color preview on #473748 background

This text has white color on #473748 background.