COLOR #47161B

HEX: #47161B
RGB: (71,22,27)

Color info

#47161B contains red, green and blue colors in about the same proportion. Web safe color of #47161B is #330033 (or #303).

RGB color model

#47161B color RGB value is (71,22,27).

  • red value is 71;
  • green value is 22;
  • blue value is 27.
RGB:
(71,22,27)
(28%,9%,11%)

RGB channels and saturation

R 71 of 255 = 28%
G 22 of 255 = 9%
B 27 of 255 = 11%

71
22
27

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

Portions of RGB colors in percentages

R + G + B =
71 + 22 + 27 = 120 (100%)
R 71 of 120 ~ 59.17%
G 22 of 120 ~ 18.33%
B 27 of 120 ~ 22.5%

%59.17
%18.33
%22.5

CMYK color model

#47161B color CMYK value is (0,69,62,72).

  • cyan value is 0.00%
  • magenta value is 69.01%
  • yellow value is 61.97%
  • key color value is 72.16%
CMYK:
(0,69,62,72)
C0M69Y62K72 
(0%,69%,62%,72%)
(0.00/0.69/0.62/0.72)	

CMYK percentages

%0
%69.01
%61.97
%72.16

Codes

Color #47161B in popluar color models

47161B
RGB712227
HSL354°52.69%18.24%
HSB/HSV354°69.01%27.84%
CMYK0.00%69.01%61.97%
72.16%

Color #47161B in popluar number systems.

HEX47161B
Decimal712227
Binary10001111011011011
Octal1072633

Shades and tints

Shades of #47161B

#47161B
(71,22,27)
#411419
(65,20,25)
#3B1217
(59,18,23)
#351015
(53,16,21)
#2F0E13
(47,14,19)
#290C11
(41,12,17)
#230A0F
(35,10,15)
#1D080D
(29,8,13)
#17060B
(23,6,11)
#110409
(17,4,9)
#0B0207
(11,2,7)
#000000
(0,0,0)

Tints of #47161B

#47161B
(71,22,27)
#572B2F
(87,43,47)
#674043
(103,64,67)
#775557
(119,85,87)
#876A6B
(135,106,107)
#977F7F
(151,127,127)
#A79493
(167,148,147)
#B7A9A7
(183,169,167)
#C7BEBB
(199,190,187)
#D7D3CF
(215,211,207)
#E7E8E3
(231,232,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #47161B color. Also use rgb(71,22,27) instead hex code.

Text Font Color

.myTextColor { color: #47161B; }

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

This text font color is #47161B.


Background Color

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

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

This div background color is #47161B.


Border color

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

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

This div border color is #47161B.


Opacity

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

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

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

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

This text has shadow with #47161B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #47161B on black background.


Color preview on white background

This text has color #47161B on white background.



Black color preview on #47161B background

This text has black color on #47161B background.


White color preview on #47161B background

This text has white color on #47161B background.