COLOR #47583A

HEX: #47583A
RGB: (71,88,58)

Color info

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

RGB color model

#47583A color RGB value is (71,88,58).

  • red value is 71;
  • green value is 88;
  • blue value is 58.
RGB:
(71,88,58)
(28%,35%,23%)

RGB channels and saturation

R 71 of 255 = 28%
G 88 of 255 = 35%
B 58 of 255 = 23%

71
88
58

R + G + B ~ 29%. #47583A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
71 + 88 + 58 = 217 (100%)
R 71 of 217 ~ 32.72%
G 88 of 217 ~ 40.55%
B 58 of 217 ~ 26.73%

%32.72
%40.55
%26.73

CMYK color model

#47583A color CMYK value is (19,0,34,65).

  • cyan value is 19.32%
  • magenta value is 0.00%
  • yellow value is 34.09%
  • key color value is 65.49%
CMYK:
(19,0,34,65)
C19M0Y34K65 
(19%,0%,34%,65%)
(0.19/0.00/0.34/0.65)	

CMYK percentages

%19.32
%0
%34.09
%65.49

Codes

Color #47583A in popluar color models

47583A
RGB718858
HSL94°20.55%28.63%
HSB/HSV94°34.09%34.51%
CMYK19.32%0.00%34.09%
65.49%

Color #47583A in popluar number systems.

HEX47583A
Decimal718858
Binary10001111011000111010
Octal10713072

Shades and tints

Shades of #47583A

#47583A
(71,88,58)
#415035
(65,80,53)
#3B4830
(59,72,48)
#35402B
(53,64,43)
#2F3826
(47,56,38)
#293021
(41,48,33)
#23281C
(35,40,28)
#1D2017
(29,32,23)
#171812
(23,24,18)
#11100D
(17,16,13)
#0B0808
(11,8,8)
#000000
(0,0,0)

Tints of #47583A

#47583A
(71,88,58)
#57674B
(87,103,75)
#67765C
(103,118,92)
#77856D
(119,133,109)
#87947E
(135,148,126)
#97A38F
(151,163,143)
#A7B2A0
(167,178,160)
#B7C1B1
(183,193,177)
#C7D0C2
(199,208,194)
#D7DFD3
(215,223,211)
#E7EEE4
(231,238,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #47583A color. Also use rgb(71,88,58) instead hex code.

Text Font Color

.myTextColor { color: #47583A; }

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

This text font color is #47583A.


Background Color

.myBgColor { background-color: #47583A; }

<div style="background-color:#47583A">Inner text</div>

This div background color is #47583A.


Border color

.myBorderColor { border: 1px solid #47583A; }

<div style="border:3px solid #47583A">Div</div>

This div border color is #47583A.


Opacity

.myOpacity80 { color: #47583A; opacity: 0.8; }

<p style="color:#47583A;opacity:0.8;">80%</p>

Text with #47583A 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 #47583A;}

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

This text has shadow with #47583A color.

.textShadow {text-shadow: 3px 3px 1px #47583A, 3px 3px 1px red;}

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

This text has shadow with #47583A primary color and red secondary color.


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

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

This text has shadow with #47583A and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #47583A on black background.


Color preview on white background

This text has color #47583A on white background.



Black color preview on #47583A background

This text has black color on #47583A background.


White color preview on #47583A background

This text has white color on #47583A background.