COLOR #473238

HEX: #473238
RGB: (71,50,56)

Color info

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

RGB color model

#473238 color RGB value is (71,50,56).

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

RGB channels and saturation

R 71 of 255 = 28%
G 50 of 255 = 20%
B 56 of 255 = 22%

71
50
56

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

Portions of RGB colors in percentages

R + G + B =
71 + 50 + 56 = 177 (100%)
R 71 of 177 ~ 40.11%
G 50 of 177 ~ 28.25%
B 56 of 177 ~ 31.64%

%40.11
%28.25
%31.64

CMYK color model

#473238 color CMYK value is (0,30,21,72).

  • cyan value is 0.00%
  • magenta value is 29.58%
  • yellow value is 21.13%
  • key color value is 72.16%
CMYK:
(0,30,21,72)
C0M30Y21K72 
(0%,30%,21%,72%)
(0.00/0.30/0.21/0.72)	

CMYK percentages

%0
%29.58
%21.13
%72.16

Codes

Color #473238 in popluar color models

473238
RGB715056
HSL343°17.36%23.73%
HSB/HSV343°29.58%27.84%
CMYK0.00%29.58%21.13%
72.16%

Color #473238 in popluar number systems.

HEX473238
Decimal715056
Binary1000111110010111000
Octal1076270

Shades and tints

Shades of #473238

#473238
(71,50,56)
#412E33
(65,46,51)
#3B2A2E
(59,42,46)
#352629
(53,38,41)
#2F2224
(47,34,36)
#291E1F
(41,30,31)
#231A1A
(35,26,26)
#1D1615
(29,22,21)
#171210
(23,18,16)
#110E0B
(17,14,11)
#0B0A06
(11,10,6)
#000000
(0,0,0)

Tints of #473238

#473238
(71,50,56)
#57444A
(87,68,74)
#67565C
(103,86,92)
#77686E
(119,104,110)
#877A80
(135,122,128)
#978C92
(151,140,146)
#A79EA4
(167,158,164)
#B7B0B6
(183,176,182)
#C7C2C8
(199,194,200)
#D7D4DA
(215,212,218)
#E7E6EC
(231,230,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #473238; }

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

This text font color is #473238.


Background Color

.myBgColor { background-color: #473238; }

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

This div background color is #473238.


Border color

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

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

This div border color is #473238.


Opacity

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

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

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

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

This text has shadow with #473238 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #473238 on black background.


Color preview on white background

This text has color #473238 on white background.



Black color preview on #473238 background

This text has black color on #473238 background.


White color preview on #473238 background

This text has white color on #473238 background.