COLOR #47604A

HEX: #47604A
RGB: (71,96,74)

Color info

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

RGB color model

#47604A color RGB value is (71,96,74).

  • red value is 71;
  • green value is 96;
  • blue value is 74.
RGB:
(71,96,74)
(28%,38%,29%)

RGB channels and saturation

R 71 of 255 = 28%
G 96 of 255 = 38%
B 74 of 255 = 29%

71
96
74

R + G + B ~ 32%. #47604A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
71 + 96 + 74 = 241 (100%)
R 71 of 241 ~ 29.46%
G 96 of 241 ~ 39.83%
B 74 of 241 ~ 30.71%

%29.46
%39.83
%30.71

CMYK color model

#47604A color CMYK value is (26,0,23,62).

  • cyan value is 26.04%
  • magenta value is 0.00%
  • yellow value is 22.92%
  • key color value is 62.35%
CMYK:
(26,0,23,62)
C26M0Y23K62 
(26%,0%,23%,62%)
(0.26/0.00/0.23/0.62)	

CMYK percentages

%26.04
%0
%22.92
%62.35

Codes

Color #47604A in popluar color models

47604A
RGB719674
HSL127°14.97%32.75%
HSB/HSV127°26.04%37.65%
CMYK26.04%0.00%22.92%
62.35%

Color #47604A in popluar number systems.

HEX47604A
Decimal719674
Binary100011111000001001010
Octal107140112

Shades and tints

Shades of #47604A

#47604A
(71,96,74)
#415844
(65,88,68)
#3B503E
(59,80,62)
#354838
(53,72,56)
#2F4032
(47,64,50)
#29382C
(41,56,44)
#233026
(35,48,38)
#1D2820
(29,40,32)
#17201A
(23,32,26)
#111814
(17,24,20)
#0B100E
(11,16,14)
#000000
(0,0,0)

Tints of #47604A

#47604A
(71,96,74)
#576E5A
(87,110,90)
#677C6A
(103,124,106)
#778A7A
(119,138,122)
#87988A
(135,152,138)
#97A69A
(151,166,154)
#A7B4AA
(167,180,170)
#B7C2BA
(183,194,186)
#C7D0CA
(199,208,202)
#D7DEDA
(215,222,218)
#E7ECEA
(231,236,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #47604A color. Also use rgb(71,96,74) instead hex code.

Text Font Color

.myTextColor { color: #47604A; }

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

This text font color is #47604A.


Background Color

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

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

This div background color is #47604A.


Border color

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

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

This div border color is #47604A.


Opacity

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

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

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

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

This text has shadow with #47604A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #47604A on black background.


Color preview on white background

This text has color #47604A on white background.



Black color preview on #47604A background

This text has black color on #47604A background.


White color preview on #47604A background

This text has white color on #47604A background.