COLOR #473310

HEX: #473310
RGB: (71,51,16)

Color info

#473310 contains red, green and blue colors in about the same proportion. Web safe color of #473310 is #333300 (or #330).

RGB color model

#473310 color RGB value is (71,51,16).

  • red value is 71;
  • green value is 51;
  • blue value is 16.
RGB:
(71,51,16)
(28%,20%,6%)

RGB channels and saturation

R 71 of 255 = 28%
G 51 of 255 = 20%
B 16 of 255 = 6%

71
51
16

R + G + B ~ 18%. #473310 is dark color.

Portions of RGB colors in percentages

R + G + B =
71 + 51 + 16 = 138 (100%)
R 71 of 138 ~ 51.45%
G 51 of 138 ~ 36.96%
B 16 of 138 ~ 11.59%

%51.45
%36.96
%11.59

CMYK color model

#473310 color CMYK value is (0,28,77,72).

  • cyan value is 0.00%
  • magenta value is 28.17%
  • yellow value is 77.46%
  • key color value is 72.16%
CMYK:
(0,28,77,72)
C0M28Y77K72 
(0%,28%,77%,72%)
(0.00/0.28/0.77/0.72)	

CMYK percentages

%0
%28.17
%77.46
%72.16

Codes

Color #473310 in popluar color models

473310
RGB715116
HSL38°63.22%17.06%
HSB/HSV38°77.46%27.84%
CMYK0.00%28.17%77.46%
72.16%

Color #473310 in popluar number systems.

HEX473310
Decimal715116
Binary100011111001110000
Octal1076320

Shades and tints

Shades of #473310

#473310
(71,51,16)
#412F0F
(65,47,15)
#3B2B0E
(59,43,14)
#35270D
(53,39,13)
#2F230C
(47,35,12)
#291F0B
(41,31,11)
#231B0A
(35,27,10)
#1D1709
(29,23,9)
#171308
(23,19,8)
#110F07
(17,15,7)
#0B0B06
(11,11,6)
#000000
(0,0,0)

Tints of #473310

#473310
(71,51,16)
#574525
(87,69,37)
#67573A
(103,87,58)
#77694F
(119,105,79)
#877B64
(135,123,100)
#978D79
(151,141,121)
#A79F8E
(167,159,142)
#B7B1A3
(183,177,163)
#C7C3B8
(199,195,184)
#D7D5CD
(215,213,205)
#E7E7E2
(231,231,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #473310 color. Also use rgb(71,51,16) instead hex code.

Text Font Color

.myTextColor { color: #473310; }

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

This text font color is #473310.


Background Color

.myBgColor { background-color: #473310; }

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

This div background color is #473310.


Border color

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

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

This div border color is #473310.


Opacity

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

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

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

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

This text has shadow with #473310 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #473310 on black background.


Color preview on white background

This text has color #473310 on white background.



Black color preview on #473310 background

This text has black color on #473310 background.


White color preview on #473310 background

This text has white color on #473310 background.