COLOR #47250F

HEX: #47250F RGB: (71,37,15)

Color info

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

RGB color model

#47250F color RGB value is (71,37,15).

RGB: (71,37,15) (28%, 15%, 6%)

RGB channels and saturation

R 71 of 255 = 28%
G 37 of 255 = 15%
B 15 of 255 = 6%

71
37
15

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

Portions of RGB colors in percentages

R + G + B = 71 + 37 + 15 = 123 (100%)
R 71 of 123 ~ 57.72%
G 37 of 123 ~ 30.08%
B 15 of 123 ~ 12.2'%

%57.72
%30.08
%12.2

CMYK color model

#47250F color CMYK value is (0,48,79,72).

  • cyan value is 0.00%
  • magenta value is 47.89%
  • yellow value is 78.87%
  • key color value is 72.16%
CMYK: (0,48,79,72) C0M48Y79K72 (0%,48%,79%,72%) (0.00/0.48/0.79/0.72) 

CMYK percentages

%0
%47.89
%78.87
%72.16

Codes

Color #47250F in popluar color models

47 25 0F
RGB 71 37 15
HSL 24° 65.12% 16.86%
HSB/HSV 24° 78.87% 27.84%
CMYK 0.00% 47.89% 78.87%
72.16%

Color #47250F in popluar number systems.

HEX 47 25 0F
Decimal 71 37 15
Binary 1000111 100101 1111
Octal 107 45 17

Shades and tints

Shades of #47250F

#47250F
(71,37,15)
#41220E
(65,34,14)
#3B1F0D
(59,31,13)
#351C0C
(53,28,12)
#2F190B
(47,25,11)
#29160A
(41,22,10)
#231309
(35,19,9)
#1D1008
(29,16,8)
#170D07
(23,13,7)
#110A06
(17,10,6)
#0B0705
(11,7,5)
#000000
(0,0,0)

Tints of #47250F

#47250F
(71,37,15)
#573824
(87,56,36)
#674B39
(103,75,57)
#775E4E
(119,94,78)
#877163
(135,113,99)
#978478
(151,132,120)
#A7978D
(167,151,141)
#B7AAA2
(183,170,162)
#C7BDB7
(199,189,183)
#D7D0CC
(215,208,204)
#E7E3E1
(231,227,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #47250F; }

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

This text font color is #47250F.

Background Color

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

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

This div background color is #47250F.

Border color

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

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

This div border color is #47250F.

Opacity

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

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

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

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

This text has shadow with #47250F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #47250F.

Preview

Color preview on black background

This text has color #47250F on black background.


Color preview on white background

This text has color #47250F on white background.


Black color preview on #47250F background

This text has black color on #47250F background.


White color preview on #47250F background

This text has white color on #47250F background.


Related colors

Complementary color

Complementary color for #hex is #B8DAF0.


I love getcolorcode.com

Triadic colors

1 #0F4725 and #250F47 with #47250F are triadic colors.

2 #0F2547 and #25470F with #47250F are triadic colors.