COLOR #47330F

HEX: #47330F
RGB: (71,51,15)

Color info

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

RGB color model

#47330F color RGB value is (71,51,15).

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

RGB channels and saturation

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

71
51
15

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

Portions of RGB colors in percentages

R + G + B =
71 + 51 + 15 = 137 (100%)
R 71 of 137 ~ 51.82%
G 51 of 137 ~ 37.23%
B 15 of 137 ~ 10.95%

%51.82
%37.23
%10.95

CMYK color model

#47330F color CMYK value is (0,28,79,72).

  • cyan value is 0.00%
  • magenta value is 28.17%
  • yellow value is 78.87%
  • key color value is 72.16%
CMYK:
(0,28,79,72)
C0M28Y79K72 
(0%,28%,79%,72%)
(0.00/0.28/0.79/0.72)	

CMYK percentages

%0
%28.17
%78.87
%72.16

Codes

Color #47330F in popluar color models

47330F
RGB715115
HSL39°65.12%16.86%
HSB/HSV39°78.87%27.84%
CMYK0.00%28.17%78.87%
72.16%

Color #47330F in popluar number systems.

HEX47330F
Decimal715115
Binary10001111100111111
Octal1076317

Shades and tints

Shades of #47330F

#47330F
(71,51,15)
#412F0E
(65,47,14)
#3B2B0D
(59,43,13)
#35270C
(53,39,12)
#2F230B
(47,35,11)
#291F0A
(41,31,10)
#231B09
(35,27,9)
#1D1708
(29,23,8)
#171307
(23,19,7)
#110F06
(17,15,6)
#0B0B05
(11,11,5)
#000000
(0,0,0)

Tints of #47330F

#47330F
(71,51,15)
#574524
(87,69,36)
#675739
(103,87,57)
#77694E
(119,105,78)
#877B63
(135,123,99)
#978D78
(151,141,120)
#A79F8D
(167,159,141)
#B7B1A2
(183,177,162)
#C7C3B7
(199,195,183)
#D7D5CC
(215,213,204)
#E7E7E1
(231,231,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #47330F; }

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

This text font color is #47330F.


Background Color

.myBgColor { background-color: #47330F; }

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

This div background color is #47330F.


Border color

.myBorderColor { border: 1px solid #47330F; }

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

This div border color is #47330F.


Opacity

.myOpacity80 { color: #47330F; opacity: 0.8; }

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

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

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

This text has shadow with #47330F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #47330F on black background.


Color preview on white background

This text has color #47330F on white background.



Black color preview on #47330F background

This text has black color on #47330F background.


White color preview on #47330F background

This text has white color on #47330F background.