COLOR #47002D

HEX: #47002D
RGB: (71,0,45)

Color info

#47002D contains only red and blue colors. Web safe color of #47002D is #330033 (or #303).

RGB color model

#47002D color RGB value is (71,0,45).

  • red value is 71;
  • green value is 0;
  • blue value is 45.
RGB:
(71,0,45)
(28%,0%,18%)

RGB channels and saturation

R 71 of 255 = 28%
G 0 of 255 = 0%
B 45 of 255 = 18%

71
0
45

R + G + B ~ 15%. #47002D is dark color.

Portions of RGB colors in percentages

R + G + B =
71 + 0 + 45 = 116 (100%)
R 71 of 116 ~ 61.21%
G 0 of 116 ~ 0%
B 45 of 116 ~ 38.79%

%61.21
%38.79

CMYK color model

#47002D color CMYK value is (0,100,37,72).

  • cyan value is 0.00%
  • magenta value is 100.00%
  • yellow value is 36.62%
  • key color value is 72.16%
CMYK:
(0,100,37,72)
C0M100Y37K72 
(0%,100%,37%,72%)
(0.00/1.00/0.37/0.72)	

CMYK percentages

%0
%100
%36.62
%72.16

Codes

Color #47002D in popluar color models

47002D
RGB71045
HSL322°100.00%13.92%
HSB/HSV322°100.00%27.84%
CMYK0.00%100.00%36.62%
72.16%

Color #47002D in popluar number systems.

HEX47002D
Decimal71045
Binary10001110101101
Octal107055

Shades and tints

Shades of #47002D

#47002D
(71,0,45)
#410029
(65,0,41)
#3B0025
(59,0,37)
#350021
(53,0,33)
#2F001D
(47,0,29)
#290019
(41,0,25)
#230015
(35,0,21)
#1D0011
(29,0,17)
#17000D
(23,0,13)
#110009
(17,0,9)
#0B0005
(11,0,5)
#000000
(0,0,0)

Tints of #47002D

#47002D
(71,0,45)
#571740
(87,23,64)
#672E53
(103,46,83)
#774566
(119,69,102)
#875C79
(135,92,121)
#97738C
(151,115,140)
#A78A9F
(167,138,159)
#B7A1B2
(183,161,178)
#C7B8C5
(199,184,197)
#D7CFD8
(215,207,216)
#E7E6EB
(231,230,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #47002D color. Also use rgb(71,0,45) instead hex code.

Text Font Color

.myTextColor { color: #47002D; }

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

This text font color is #47002D.


Background Color

.myBgColor { background-color: #47002D; }

<div style="background-color:#47002D">Inner text</div>

This div background color is #47002D.


Border color

.myBorderColor { border: 1px solid #47002D; }

<div style="border:3px solid #47002D">Div</div>

This div border color is #47002D.


Opacity

.myOpacity80 { color: #47002D; opacity: 0.8; }

<p style="color:#47002D;opacity:0.8;">80%</p>

Text with #47002D 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 #47002D;}

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

This text has shadow with #47002D color.

.textShadow {text-shadow: 3px 3px 1px #47002D, 3px 3px 1px red;}

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

This text has shadow with #47002D primary color and red secondary color.


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

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

This text has shadow with #47002D and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #47002D on black background.


Color preview on white background

This text has color #47002D on white background.



Black color preview on #47002D background

This text has black color on #47002D background.


White color preview on #47002D background

This text has white color on #47002D background.