COLOR #47230B

HEX: #47230B
RGB: (71,35,11)

Color info

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

RGB color model

#47230B color RGB value is (71,35,11).

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

RGB channels and saturation

R 71 of 255 = 28%
G 35 of 255 = 14%
B 11 of 255 = 4%

71
35
11

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

Portions of RGB colors in percentages

R + G + B =
71 + 35 + 11 = 117 (100%)
R 71 of 117 ~ 60.68%
G 35 of 117 ~ 29.91%
B 11 of 117 ~ 9.4%

%60.68
%29.91

CMYK color model

#47230B color CMYK value is (0,51,85,72).

  • cyan value is 0.00%
  • magenta value is 50.70%
  • yellow value is 84.51%
  • key color value is 72.16%
CMYK:
(0,51,85,72)
C0M51Y85K72 
(0%,51%,85%,72%)
(0.00/0.51/0.85/0.72)	

CMYK percentages

%0
%50.7
%84.51
%72.16

Codes

Color #47230B in popluar color models

47230B
RGB713511
HSL24°73.17%16.08%
HSB/HSV24°84.51%27.84%
CMYK0.00%50.70%84.51%
72.16%

Color #47230B in popluar number systems.

HEX47230B
Decimal713511
Binary10001111000111011
Octal1074313

Shades and tints

Shades of #47230B

#47230B
(71,35,11)
#41200A
(65,32,10)
#3B1D09
(59,29,9)
#351A08
(53,26,8)
#2F1707
(47,23,7)
#291406
(41,20,6)
#231105
(35,17,5)
#1D0E04
(29,14,4)
#170B03
(23,11,3)
#110802
(17,8,2)
#0B0501
(11,5,1)
#000000
(0,0,0)

Tints of #47230B

#47230B
(71,35,11)
#573721
(87,55,33)
#674B37
(103,75,55)
#775F4D
(119,95,77)
#877363
(135,115,99)
#978779
(151,135,121)
#A79B8F
(167,155,143)
#B7AFA5
(183,175,165)
#C7C3BB
(199,195,187)
#D7D7D1
(215,215,209)
#E7EBE7
(231,235,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #47230B; }

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

This text font color is #47230B.


Background Color

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

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

This div background color is #47230B.


Border color

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

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

This div border color is #47230B.


Opacity

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

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

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

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

This text has shadow with #47230B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #47230B on black background.


Color preview on white background

This text has color #47230B on white background.



Black color preview on #47230B background

This text has black color on #47230B background.


White color preview on #47230B background

This text has white color on #47230B background.