COLOR #473034

HEX: #473034
RGB: (71,48,52)

Color info

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

RGB color model

#473034 color RGB value is (71,48,52).

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

RGB channels and saturation

R 71 of 255 = 28%
G 48 of 255 = 19%
B 52 of 255 = 20%

71
48
52

R + G + B ~ 22%. #473034 is dark color.

Portions of RGB colors in percentages

R + G + B =
71 + 48 + 52 = 171 (100%)
R 71 of 171 ~ 41.52%
G 48 of 171 ~ 28.07%
B 52 of 171 ~ 30.41%

%41.52
%28.07
%30.41

CMYK color model

#473034 color CMYK value is (0,32,27,72).

  • cyan value is 0.00%
  • magenta value is 32.39%
  • yellow value is 26.76%
  • key color value is 72.16%
CMYK:
(0,32,27,72)
C0M32Y27K72 
(0%,32%,27%,72%)
(0.00/0.32/0.27/0.72)	

CMYK percentages

%0
%32.39
%26.76
%72.16

Codes

Color #473034 in popluar color models

473034
RGB714852
HSL350°19.33%23.33%
HSB/HSV350°32.39%27.84%
CMYK0.00%32.39%26.76%
72.16%

Color #473034 in popluar number systems.

HEX473034
Decimal714852
Binary1000111110000110100
Octal1076064

Shades and tints

Shades of #473034

#473034
(71,48,52)
#412C30
(65,44,48)
#3B282C
(59,40,44)
#352428
(53,36,40)
#2F2024
(47,32,36)
#291C20
(41,28,32)
#23181C
(35,24,28)
#1D1418
(29,20,24)
#171014
(23,16,20)
#110C10
(17,12,16)
#0B080C
(11,8,12)
#000000
(0,0,0)

Tints of #473034

#473034
(71,48,52)
#574246
(87,66,70)
#675458
(103,84,88)
#77666A
(119,102,106)
#87787C
(135,120,124)
#978A8E
(151,138,142)
#A79CA0
(167,156,160)
#B7AEB2
(183,174,178)
#C7C0C4
(199,192,196)
#D7D2D6
(215,210,214)
#E7E4E8
(231,228,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #473034; }

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

This text font color is #473034.


Background Color

.myBgColor { background-color: #473034; }

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

This div background color is #473034.


Border color

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

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

This div border color is #473034.


Opacity

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

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

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

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

This text has shadow with #473034 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #473034 on black background.


Color preview on white background

This text has color #473034 on white background.



Black color preview on #473034 background

This text has black color on #473034 background.


White color preview on #473034 background

This text has white color on #473034 background.