COLOR #473138

HEX: #473138
RGB: (71,49,56)

Color info

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

RGB color model

#473138 color RGB value is (71,49,56).

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

RGB channels and saturation

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

71
49
56

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

Portions of RGB colors in percentages

R + G + B =
71 + 49 + 56 = 176 (100%)
R 71 of 176 ~ 40.34%
G 49 of 176 ~ 27.84%
B 56 of 176 ~ 31.82%

%40.34
%27.84
%31.82

CMYK color model

#473138 color CMYK value is (0,31,21,72).

  • cyan value is 0.00%
  • magenta value is 30.99%
  • yellow value is 21.13%
  • key color value is 72.16%
CMYK:
(0,31,21,72)
C0M31Y21K72 
(0%,31%,21%,72%)
(0.00/0.31/0.21/0.72)	

CMYK percentages

%0
%30.99
%21.13
%72.16

Codes

Color #473138 in popluar color models

473138
RGB714956
HSL341°18.33%23.53%
HSB/HSV341°30.99%27.84%
CMYK0.00%30.99%21.13%
72.16%

Color #473138 in popluar number systems.

HEX473138
Decimal714956
Binary1000111110001111000
Octal1076170

Shades and tints

Shades of #473138

#473138
(71,49,56)
#412D33
(65,45,51)
#3B292E
(59,41,46)
#352529
(53,37,41)
#2F2124
(47,33,36)
#291D1F
(41,29,31)
#23191A
(35,25,26)
#1D1515
(29,21,21)
#171110
(23,17,16)
#110D0B
(17,13,11)
#0B0906
(11,9,6)
#000000
(0,0,0)

Tints of #473138

#473138
(71,49,56)
#57434A
(87,67,74)
#67555C
(103,85,92)
#77676E
(119,103,110)
#877980
(135,121,128)
#978B92
(151,139,146)
#A79DA4
(167,157,164)
#B7AFB6
(183,175,182)
#C7C1C8
(199,193,200)
#D7D3DA
(215,211,218)
#E7E5EC
(231,229,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #473138; }

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

This text font color is #473138.


Background Color

.myBgColor { background-color: #473138; }

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

This div background color is #473138.


Border color

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

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

This div border color is #473138.


Opacity

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

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

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

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

This text has shadow with #473138 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #473138 on black background.


Color preview on white background

This text has color #473138 on white background.



Black color preview on #473138 background

This text has black color on #473138 background.


White color preview on #473138 background

This text has white color on #473138 background.