COLOR #47330A

HEX: #47330A
RGB: (71,51,10)

Color info

#47330A contains mainly red and green colors. Web safe color of #47330A is #333300 (or #330).

RGB color model

#47330A color RGB value is (71,51,10).

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

RGB channels and saturation

R 71 of 255 = 28%
G 51 of 255 = 20%
B 10 of 255 = 4%

71
51
10

R + G + B ~ 17%. #47330A is dark color.

Portions of RGB colors in percentages

R + G + B =
71 + 51 + 10 = 132 (100%)
R 71 of 132 ~ 53.79%
G 51 of 132 ~ 38.64%
B 10 of 132 ~ 7.58%

%53.79
%38.64

CMYK color model

#47330A color CMYK value is (0,28,86,72).

  • cyan value is 0.00%
  • magenta value is 28.17%
  • yellow value is 85.92%
  • key color value is 72.16%
CMYK:
(0,28,86,72)
C0M28Y86K72 
(0%,28%,86%,72%)
(0.00/0.28/0.86/0.72)	

CMYK percentages

%0
%28.17
%85.92
%72.16

Codes

Color #47330A in popluar color models

47330A
RGB715110
HSL40°75.31%15.88%
HSB/HSV40°85.92%27.84%
CMYK0.00%28.17%85.92%
72.16%

Color #47330A in popluar number systems.

HEX47330A
Decimal715110
Binary10001111100111010
Octal1076312

Shades and tints

Shades of #47330A

#47330A
(71,51,10)
#412F0A
(65,47,10)
#3B2B0A
(59,43,10)
#35270A
(53,39,10)
#2F230A
(47,35,10)
#291F0A
(41,31,10)
#231B0A
(35,27,10)
#1D170A
(29,23,10)
#17130A
(23,19,10)
#110F0A
(17,15,10)
#0B0B0A
(11,11,10)
#000000
(0,0,0)

Tints of #47330A

#47330A
(71,51,10)
#574520
(87,69,32)
#675736
(103,87,54)
#77694C
(119,105,76)
#877B62
(135,123,98)
#978D78
(151,141,120)
#A79F8E
(167,159,142)
#B7B1A4
(183,177,164)
#C7C3BA
(199,195,186)
#D7D5D0
(215,213,208)
#E7E7E6
(231,231,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #47330A; }

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

This text font color is #47330A.


Background Color

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

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

This div background color is #47330A.


Border color

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

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

This div border color is #47330A.


Opacity

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

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

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

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

This text has shadow with #47330A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #47330A on black background.


Color preview on white background

This text has color #47330A on white background.



Black color preview on #47330A background

This text has black color on #47330A background.


White color preview on #47330A background

This text has white color on #47330A background.