COLOR #47604F

HEX: #47604F
RGB: (71,96,79)

Color info

#47604F contains red, green and blue colors in about the same proportion. Web safe color of #47604F is #336666 (or #366).

RGB color model

#47604F color RGB value is (71,96,79).

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

RGB channels and saturation

R 71 of 255 = 28%
G 96 of 255 = 38%
B 79 of 255 = 31%

71
96
79

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

Portions of RGB colors in percentages

R + G + B =
71 + 96 + 79 = 246 (100%)
R 71 of 246 ~ 28.86%
G 96 of 246 ~ 39.02%
B 79 of 246 ~ 32.11%

%28.86
%39.02
%32.11

CMYK color model

#47604F color CMYK value is (26,0,18,62).

  • cyan value is 26.04%
  • magenta value is 0.00%
  • yellow value is 17.71%
  • key color value is 62.35%
CMYK:
(26,0,18,62)
C26M0Y18K62 
(26%,0%,18%,62%)
(0.26/0.00/0.18/0.62)	

CMYK percentages

%26.04
%0
%17.71
%62.35

Codes

Color #47604F in popluar color models

47604F
RGB719679
HSL139°14.97%32.75%
HSB/HSV139°26.04%37.65%
CMYK26.04%0.00%17.71%
62.35%

Color #47604F in popluar number systems.

HEX47604F
Decimal719679
Binary100011111000001001111
Octal107140117

Shades and tints

Shades of #47604F

#47604F
(71,96,79)
#415848
(65,88,72)
#3B5041
(59,80,65)
#35483A
(53,72,58)
#2F4033
(47,64,51)
#29382C
(41,56,44)
#233025
(35,48,37)
#1D281E
(29,40,30)
#172017
(23,32,23)
#111810
(17,24,16)
#0B1009
(11,16,9)
#000000
(0,0,0)

Tints of #47604F

#47604F
(71,96,79)
#576E5F
(87,110,95)
#677C6F
(103,124,111)
#778A7F
(119,138,127)
#87988F
(135,152,143)
#97A69F
(151,166,159)
#A7B4AF
(167,180,175)
#B7C2BF
(183,194,191)
#C7D0CF
(199,208,207)
#D7DEDF
(215,222,223)
#E7ECEF
(231,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #47604F; }

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

This text font color is #47604F.


Background Color

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

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

This div background color is #47604F.


Border color

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

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

This div border color is #47604F.


Opacity

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

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

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

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

This text has shadow with #47604F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #47604F on black background.


Color preview on white background

This text has color #47604F on white background.



Black color preview on #47604F background

This text has black color on #47604F background.


White color preview on #47604F background

This text has white color on #47604F background.