COLOR #47251C

HEX: #47251C RGB: (71,37,28)

Color info

#47251C contains red, green and blue colors in about the same proportion. Web safe color of #47251C is #333333 (or #333).

RGB color model

#47251C color RGB value is (71,37,28).

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

RGB channels and saturation

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

71
37
28

R + G + B ~ 18%. #47251C is dark color.

Portions of RGB colors in percentages

R + G + B = 71 + 37 + 28 = 136 (100%)
R 71 of 136 ~ 52.21%
G 37 of 136 ~ 27.21%
B 28 of 136 ~ 20.59'%

%52.21
%27.21
%20.59

CMYK color model

#47251C color CMYK value is (0,48,61,72).

  • cyan value is 0.00%
  • magenta value is 47.89%
  • yellow value is 60.56%
  • key color value is 72.16%

CMYK: (0,48,61,72)
C0M48Y61K72 (0%, 48%, 61%, 72%)
(0.00 / 0.48 / 0.61 / 0.72)

CMYK percentages

%0
%47.89
%60.56
%72.16

Codes

Color #47251C in popluar color models

47 25 1C
RGB 71 37 28
HSL 13° 43.43% 19.41%
HSB/HSV 13° 60.56% 27.84%
CMYK 0.00% 47.89% 60.56%
72.16%

Color #47251C in popluar number systems.

HEX 47 25 1C
Decimal 71 37 28
Binary 1000111 100101 11100
Octal 107 45 34

Shades and tints

Shades of #47251C

#47251C
(71,37,28)
#41221A
(65,34,26)
#3B1F18
(59,31,24)
#351C16
(53,28,22)
#2F1914
(47,25,20)
#291612
(41,22,18)
#231310
(35,19,16)
#1D100E
(29,16,14)
#170D0C
(23,13,12)
#110A0A
(17,10,10)
#0B0708
(11,7,8)
#000000
(0,0,0)

Tints of #47251C

#47251C
(71,37,28)
#573830
(87,56,48)
#674B44
(103,75,68)
#775E58
(119,94,88)
#87716C
(135,113,108)
#978480
(151,132,128)
#A79794
(167,151,148)
#B7AAA8
(183,170,168)
#C7BDBC
(199,189,188)
#D7D0D0
(215,208,208)
#E7E3E4
(231,227,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #47251C; }

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

This text font color is #47251C.

Background Color

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

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

This div background color is #47251C.

Border color

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

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

This div border color is #47251C.

Opacity

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

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

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

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

This text has shadow with #47251C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #47251C.

Preview

Color preview on black background

This text has color #47251C on black background.


Color preview on white background

This text has color #47251C on white background.


Black color preview on #47251C background

This text has black color on #47251C background.


White color preview on #47251C background

This text has white color on #47251C background.


Related colors

Complementary color

Complementary color for #hex is #B8DAE3.


I love getcolorcode.com

Triadic colors

1 #1C4725 and #251C47 with #47251C are triadic colors.

2 #1C2547 and #25471C with #47251C are triadic colors.