COLOR #47230D

HEX: #47230D
RGB: (71,35,13)

Color info

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

RGB color model

#47230D color RGB value is (71,35,13).

  • red value is 71;
  • green value is 35;
  • blue value is 13.
RGB:
(71,35,13)
(28%,14%,5%)

RGB channels and saturation

R 71 of 255 = 28%
G 35 of 255 = 14%
B 13 of 255 = 5%

71
35
13

R + G + B ~ 16%. #47230D is dark color.

Portions of RGB colors in percentages

R + G + B =
71 + 35 + 13 = 119 (100%)
R 71 of 119 ~ 59.66%
G 35 of 119 ~ 29.41%
B 13 of 119 ~ 10.92%

%59.66
%29.41
%10.92

CMYK color model

#47230D color CMYK value is (0,51,82,72).

  • cyan value is 0.00%
  • magenta value is 50.70%
  • yellow value is 81.69%
  • key color value is 72.16%
CMYK:
(0,51,82,72)
C0M51Y82K72 
(0%,51%,82%,72%)
(0.00/0.51/0.82/0.72)	

CMYK percentages

%0
%50.7
%81.69
%72.16

Codes

Color #47230D in popluar color models

47230D
RGB713513
HSL23°69.05%16.47%
HSB/HSV23°81.69%27.84%
CMYK0.00%50.70%81.69%
72.16%

Color #47230D in popluar number systems.

HEX47230D
Decimal713513
Binary10001111000111101
Octal1074315

Shades and tints

Shades of #47230D

#47230D
(71,35,13)
#41200C
(65,32,12)
#3B1D0B
(59,29,11)
#351A0A
(53,26,10)
#2F1709
(47,23,9)
#291408
(41,20,8)
#231107
(35,17,7)
#1D0E06
(29,14,6)
#170B05
(23,11,5)
#110804
(17,8,4)
#0B0503
(11,5,3)
#000000
(0,0,0)

Tints of #47230D

#47230D
(71,35,13)
#573723
(87,55,35)
#674B39
(103,75,57)
#775F4F
(119,95,79)
#877365
(135,115,101)
#97877B
(151,135,123)
#A79B91
(167,155,145)
#B7AFA7
(183,175,167)
#C7C3BD
(199,195,189)
#D7D7D3
(215,215,211)
#E7EBE9
(231,235,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #47230D color. Also use rgb(71,35,13) instead hex code.

Text Font Color

.myTextColor { color: #47230D; }

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

This text font color is #47230D.


Background Color

.myBgColor { background-color: #47230D; }

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

This div background color is #47230D.


Border color

.myBorderColor { border: 1px solid #47230D; }

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

This div border color is #47230D.


Opacity

.myOpacity80 { color: #47230D; opacity: 0.8; }

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

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

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

This text has shadow with #47230D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #47230D on black background.


Color preview on white background

This text has color #47230D on white background.



Black color preview on #47230D background

This text has black color on #47230D background.


White color preview on #47230D background

This text has white color on #47230D background.