COLOR #47615B

HEX: #47615B
RGB: (71,97,91)

Color info

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

RGB color model

#47615B color RGB value is (71,97,91).

  • red value is 71;
  • green value is 97;
  • blue value is 91.
RGB:
(71,97,91)
(28%,38%,36%)

RGB channels and saturation

R 71 of 255 = 28%
G 97 of 255 = 38%
B 91 of 255 = 36%

71
97
91

R + G + B ~ 34%. #47615B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
71 + 97 + 91 = 259 (100%)
R 71 of 259 ~ 27.41%
G 97 of 259 ~ 37.45%
B 91 of 259 ~ 35.14%

%27.41
%37.45
%35.14

CMYK color model

#47615B color CMYK value is (27,0,6,62).

  • cyan value is 26.80%
  • magenta value is 0.00%
  • yellow value is 6.19%
  • key color value is 61.96%
CMYK:
(27,0,6,62)
C27M0Y6K62 
(27%,0%,6%,62%)
(0.27/0.00/0.06/0.62)	

CMYK percentages

%26.8
%0
%6.19
%61.96

Codes

Color #47615B in popluar color models

47615B
RGB719791
HSL166°15.48%32.94%
HSB/HSV166°26.80%38.04%
CMYK26.80%0.00%6.19%
61.96%

Color #47615B in popluar number systems.

HEX47615B
Decimal719791
Binary100011111000011011011
Octal107141133

Shades and tints

Shades of #47615B

#47615B
(71,97,91)
#415953
(65,89,83)
#3B514B
(59,81,75)
#354943
(53,73,67)
#2F413B
(47,65,59)
#293933
(41,57,51)
#23312B
(35,49,43)
#1D2923
(29,41,35)
#17211B
(23,33,27)
#111913
(17,25,19)
#0B110B
(11,17,11)
#000000
(0,0,0)

Tints of #47615B

#47615B
(71,97,91)
#576F69
(87,111,105)
#677D77
(103,125,119)
#778B85
(119,139,133)
#879993
(135,153,147)
#97A7A1
(151,167,161)
#A7B5AF
(167,181,175)
#B7C3BD
(183,195,189)
#C7D1CB
(199,209,203)
#D7DFD9
(215,223,217)
#E7EDE7
(231,237,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #47615B color. Also use rgb(71,97,91) instead hex code.

Text Font Color

.myTextColor { color: #47615B; }

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

This text font color is #47615B.


Background Color

.myBgColor { background-color: #47615B; }

<div style="background-color:#47615B">Inner text</div>

This div background color is #47615B.


Border color

.myBorderColor { border: 1px solid #47615B; }

<div style="border:3px solid #47615B">Div</div>

This div border color is #47615B.


Opacity

.myOpacity80 { color: #47615B; opacity: 0.8; }

<p style="color:#47615B;opacity:0.8;">80%</p>

Text with #47615B 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 #47615B;}

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

This text has shadow with #47615B color.

.textShadow {text-shadow: 3px 3px 1px #47615B, 3px 3px 1px red;}

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

This text has shadow with #47615B primary color and red secondary color.


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

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

This text has shadow with #47615B and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #47615B on black background.


Color preview on white background

This text has color #47615B on white background.



Black color preview on #47615B background

This text has black color on #47615B background.


White color preview on #47615B background

This text has white color on #47615B background.