COLOR #47262B

HEX: #47262B
RGB: (71,38,43)

Color info

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

RGB color model

#47262B color RGB value is (71,38,43).

  • red value is 71;
  • green value is 38;
  • blue value is 43.
RGB:
(71,38,43)
(28%,15%,17%)

RGB channels and saturation

R 71 of 255 = 28%
G 38 of 255 = 15%
B 43 of 255 = 17%

71
38
43

R + G + B ~ 20%. #47262B is dark color.

Portions of RGB colors in percentages

R + G + B =
71 + 38 + 43 = 152 (100%)
R 71 of 152 ~ 46.71%
G 38 of 152 ~ 25%
B 43 of 152 ~ 28.29%

%46.71
%25
%28.29

CMYK color model

#47262B color CMYK value is (0,46,39,72).

  • cyan value is 0.00%
  • magenta value is 46.48%
  • yellow value is 39.44%
  • key color value is 72.16%
CMYK:
(0,46,39,72)
C0M46Y39K72 
(0%,46%,39%,72%)
(0.00/0.46/0.39/0.72)	

CMYK percentages

%0
%46.48
%39.44
%72.16

Codes

Color #47262B in popluar color models

47262B
RGB713843
HSL351°30.28%21.37%
HSB/HSV351°46.48%27.84%
CMYK0.00%46.48%39.44%
72.16%

Color #47262B in popluar number systems.

HEX47262B
Decimal713843
Binary1000111100110101011
Octal1074653

Shades and tints

Shades of #47262B

#47262B
(71,38,43)
#412328
(65,35,40)
#3B2025
(59,32,37)
#351D22
(53,29,34)
#2F1A1F
(47,26,31)
#29171C
(41,23,28)
#231419
(35,20,25)
#1D1116
(29,17,22)
#170E13
(23,14,19)
#110B10
(17,11,16)
#0B080D
(11,8,13)
#000000
(0,0,0)

Tints of #47262B

#47262B
(71,38,43)
#57393E
(87,57,62)
#674C51
(103,76,81)
#775F64
(119,95,100)
#877277
(135,114,119)
#97858A
(151,133,138)
#A7989D
(167,152,157)
#B7ABB0
(183,171,176)
#C7BEC3
(199,190,195)
#D7D1D6
(215,209,214)
#E7E4E9
(231,228,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #47262B color. Also use rgb(71,38,43) instead hex code.

Text Font Color

.myTextColor { color: #47262B; }

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

This text font color is #47262B.


Background Color

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

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

This div background color is #47262B.


Border color

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

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

This div border color is #47262B.


Opacity

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

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

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

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

This text has shadow with #47262B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #47262B on black background.


Color preview on white background

This text has color #47262B on white background.



Black color preview on #47262B background

This text has black color on #47262B background.


White color preview on #47262B background

This text has white color on #47262B background.