COLOR #47250C

HEX: #47250C
RGB: (71,37,12)

Color info

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

RGB color model

#47250C color RGB value is (71,37,12).

  • red value is 71;
  • green value is 37;
  • blue value is 12.
RGB:
(71,37,12)
(28%,15%,5%)

RGB channels and saturation

R 71 of 255 = 28%
G 37 of 255 = 15%
B 12 of 255 = 5%

71
37
12

R + G + B ~ 16%. #47250C is dark color.

Portions of RGB colors in percentages

R + G + B =
71 + 37 + 12 = 120 (100%)
R 71 of 120 ~ 59.17%
G 37 of 120 ~ 30.83%
B 12 of 120 ~ 10%

%59.17
%30.83
%10

CMYK color model

#47250C color CMYK value is (0,48,83,72).

  • cyan value is 0.00%
  • magenta value is 47.89%
  • yellow value is 83.10%
  • key color value is 72.16%
CMYK:
(0,48,83,72)
C0M48Y83K72 
(0%,48%,83%,72%)
(0.00/0.48/0.83/0.72)	

CMYK percentages

%0
%47.89
%83.1
%72.16

Codes

Color #47250C in popluar color models

47250C
RGB713712
HSL25°71.08%16.27%
HSB/HSV25°83.10%27.84%
CMYK0.00%47.89%83.10%
72.16%

Color #47250C in popluar number systems.

HEX47250C
Decimal713712
Binary10001111001011100
Octal1074514

Shades and tints

Shades of #47250C

#47250C
(71,37,12)
#41220B
(65,34,11)
#3B1F0A
(59,31,10)
#351C09
(53,28,9)
#2F1908
(47,25,8)
#291607
(41,22,7)
#231306
(35,19,6)
#1D1005
(29,16,5)
#170D04
(23,13,4)
#110A03
(17,10,3)
#0B0702
(11,7,2)
#000000
(0,0,0)

Tints of #47250C

#47250C
(71,37,12)
#573822
(87,56,34)
#674B38
(103,75,56)
#775E4E
(119,94,78)
#877164
(135,113,100)
#97847A
(151,132,122)
#A79790
(167,151,144)
#B7AAA6
(183,170,166)
#C7BDBC
(199,189,188)
#D7D0D2
(215,208,210)
#E7E3E8
(231,227,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #47250C color. Also use rgb(71,37,12) instead hex code.

Text Font Color

.myTextColor { color: #47250C; }

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

This text font color is #47250C.


Background Color

.myBgColor { background-color: #47250C; }

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

This div background color is #47250C.


Border color

.myBorderColor { border: 1px solid #47250C; }

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

This div border color is #47250C.


Opacity

.myOpacity80 { color: #47250C; opacity: 0.8; }

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

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

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

This text has shadow with #47250C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #47250C on black background.


Color preview on white background

This text has color #47250C on white background.



Black color preview on #47250C background

This text has black color on #47250C background.


White color preview on #47250C background

This text has white color on #47250C background.