COLOR #473038

HEX: #473038
RGB: (71,48,56)

Color info

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

RGB color model

#473038 color RGB value is (71,48,56).

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

RGB channels and saturation

R 71 of 255 = 28%
G 48 of 255 = 19%
B 56 of 255 = 22%

71
48
56

R + G + B ~ 23%. #473038 is dark color.

Portions of RGB colors in percentages

R + G + B =
71 + 48 + 56 = 175 (100%)
R 71 of 175 ~ 40.57%
G 48 of 175 ~ 27.43%
B 56 of 175 ~ 32%

%40.57
%27.43
%32

CMYK color model

#473038 color CMYK value is (0,32,21,72).

  • cyan value is 0.00%
  • magenta value is 32.39%
  • yellow value is 21.13%
  • key color value is 72.16%
CMYK:
(0,32,21,72)
C0M32Y21K72 
(0%,32%,21%,72%)
(0.00/0.32/0.21/0.72)	

CMYK percentages

%0
%32.39
%21.13
%72.16

Codes

Color #473038 in popluar color models

473038
RGB714856
HSL339°19.33%23.33%
HSB/HSV339°32.39%27.84%
CMYK0.00%32.39%21.13%
72.16%

Color #473038 in popluar number systems.

HEX473038
Decimal714856
Binary1000111110000111000
Octal1076070

Shades and tints

Shades of #473038

#473038
(71,48,56)
#412C33
(65,44,51)
#3B282E
(59,40,46)
#352429
(53,36,41)
#2F2024
(47,32,36)
#291C1F
(41,28,31)
#23181A
(35,24,26)
#1D1415
(29,20,21)
#171010
(23,16,16)
#110C0B
(17,12,11)
#0B0806
(11,8,6)
#000000
(0,0,0)

Tints of #473038

#473038
(71,48,56)
#57424A
(87,66,74)
#67545C
(103,84,92)
#77666E
(119,102,110)
#877880
(135,120,128)
#978A92
(151,138,146)
#A79CA4
(167,156,164)
#B7AEB6
(183,174,182)
#C7C0C8
(199,192,200)
#D7D2DA
(215,210,218)
#E7E4EC
(231,228,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #473038; }

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

This text font color is #473038.


Background Color

.myBgColor { background-color: #473038; }

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

This div background color is #473038.


Border color

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

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

This div border color is #473038.


Opacity

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

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

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

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

This text has shadow with #473038 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #473038 on black background.


Color preview on white background

This text has color #473038 on white background.



Black color preview on #473038 background

This text has black color on #473038 background.


White color preview on #473038 background

This text has white color on #473038 background.