COLOR #47453D

HEX: #47453D
RGB: (71,69,61)

Color info

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

RGB color model

#47453D color RGB value is (71,69,61).

  • red value is 71;
  • green value is 69;
  • blue value is 61.
RGB:
(71,69,61)
(28%,27%,24%)

RGB channels and saturation

R 71 of 255 = 28%
G 69 of 255 = 27%
B 61 of 255 = 24%

71
69
61

R + G + B ~ 26%. #47453D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
71 + 69 + 61 = 201 (100%)
R 71 of 201 ~ 35.32%
G 69 of 201 ~ 34.33%
B 61 of 201 ~ 30.35%

%35.32
%34.33
%30.35

CMYK color model

#47453D color CMYK value is (0,3,14,72).

  • cyan value is 0.00%
  • magenta value is 2.82%
  • yellow value is 14.08%
  • key color value is 72.16%
CMYK:
(0,3,14,72)
C0M3Y14K72 
(0%,3%,14%,72%)
(0.00/0.03/0.14/0.72)	

CMYK percentages

%0
%2.82
%14.08
%72.16

Codes

Color #47453D in popluar color models

47453D
RGB716961
HSL48°7.58%25.88%
HSB/HSV48°14.08%27.84%
CMYK0.00%2.82%14.08%
72.16%

Color #47453D in popluar number systems.

HEX47453D
Decimal716961
Binary10001111000101111101
Octal10710575

Shades and tints

Shades of #47453D

#47453D
(71,69,61)
#413F38
(65,63,56)
#3B3933
(59,57,51)
#35332E
(53,51,46)
#2F2D29
(47,45,41)
#292724
(41,39,36)
#23211F
(35,33,31)
#1D1B1A
(29,27,26)
#171515
(23,21,21)
#110F10
(17,15,16)
#0B090B
(11,9,11)
#000000
(0,0,0)

Tints of #47453D

#47453D
(71,69,61)
#57554E
(87,85,78)
#67655F
(103,101,95)
#777570
(119,117,112)
#878581
(135,133,129)
#979592
(151,149,146)
#A7A5A3
(167,165,163)
#B7B5B4
(183,181,180)
#C7C5C5
(199,197,197)
#D7D5D6
(215,213,214)
#E7E5E7
(231,229,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #47453D color. Also use rgb(71,69,61) instead hex code.

Text Font Color

.myTextColor { color: #47453D; }

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

This text font color is #47453D.


Background Color

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

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

This div background color is #47453D.


Border color

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

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

This div border color is #47453D.


Opacity

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

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

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

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

This text has shadow with #47453D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #47453D on black background.


Color preview on white background

This text has color #47453D on white background.



Black color preview on #47453D background

This text has black color on #47453D background.


White color preview on #47453D background

This text has white color on #47453D background.