COLOR #47593F

HEX: #47593F
RGB: (71,89,63)

Color info

#47593F contains red, green and blue colors in about the same proportion. Web safe color of #47593F is #336633 (or #363).

RGB color model

#47593F color RGB value is (71,89,63).

  • red value is 71;
  • green value is 89;
  • blue value is 63.
RGB:
(71,89,63)
(28%,35%,25%)

RGB channels and saturation

R 71 of 255 = 28%
G 89 of 255 = 35%
B 63 of 255 = 25%

71
89
63

R + G + B ~ 29%. #47593F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
71 + 89 + 63 = 223 (100%)
R 71 of 223 ~ 31.84%
G 89 of 223 ~ 39.91%
B 63 of 223 ~ 28.25%

%31.84
%39.91
%28.25

CMYK color model

#47593F color CMYK value is (20,0,29,65).

  • cyan value is 20.22%
  • magenta value is 0.00%
  • yellow value is 29.21%
  • key color value is 65.10%
CMYK:
(20,0,29,65)
C20M0Y29K65 
(20%,0%,29%,65%)
(0.20/0.00/0.29/0.65)	

CMYK percentages

%20.22
%0
%29.21
%65.1

Codes

Color #47593F in popluar color models

47593F
RGB718963
HSL102°17.11%29.80%
HSB/HSV102°29.21%34.90%
CMYK20.22%0.00%29.21%
65.10%

Color #47593F in popluar number systems.

HEX47593F
Decimal718963
Binary10001111011001111111
Octal10713177

Shades and tints

Shades of #47593F

#47593F
(71,89,63)
#41513A
(65,81,58)
#3B4935
(59,73,53)
#354130
(53,65,48)
#2F392B
(47,57,43)
#293126
(41,49,38)
#232921
(35,41,33)
#1D211C
(29,33,28)
#171917
(23,25,23)
#111112
(17,17,18)
#0B090D
(11,9,13)
#000000
(0,0,0)

Tints of #47593F

#47593F
(71,89,63)
#576850
(87,104,80)
#677761
(103,119,97)
#778672
(119,134,114)
#879583
(135,149,131)
#97A494
(151,164,148)
#A7B3A5
(167,179,165)
#B7C2B6
(183,194,182)
#C7D1C7
(199,209,199)
#D7E0D8
(215,224,216)
#E7EFE9
(231,239,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #47593F color. Also use rgb(71,89,63) instead hex code.

Text Font Color

.myTextColor { color: #47593F; }

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

This text font color is #47593F.


Background Color

.myBgColor { background-color: #47593F; }

<div style="background-color:#47593F">Inner text</div>

This div background color is #47593F.


Border color

.myBorderColor { border: 1px solid #47593F; }

<div style="border:3px solid #47593F">Div</div>

This div border color is #47593F.


Opacity

.myOpacity80 { color: #47593F; opacity: 0.8; }

<p style="color:#47593F;opacity:0.8;">80%</p>

Text with #47593F 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 #47593F;}

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

This text has shadow with #47593F color.

.textShadow {text-shadow: 3px 3px 1px #47593F, 3px 3px 1px red;}

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

This text has shadow with #47593F primary color and red secondary color.


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

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

This text has shadow with #47593F and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #47593F on black background.


Color preview on white background

This text has color #47593F on white background.



Black color preview on #47593F background

This text has black color on #47593F background.


White color preview on #47593F background

This text has white color on #47593F background.