COLOR #47606C

HEX: #47606C
RGB: (71,96,108)

Color info

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

RGB color model

#47606C color RGB value is (71,96,108).

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

RGB channels and saturation

R 71 of 255 = 28%
G 96 of 255 = 38%
B 108 of 255 = 42%

71
96
108

R + G + B ~ 36%. #47606C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
71 + 96 + 108 = 275 (100%)
R 71 of 275 ~ 25.82%
G 96 of 275 ~ 34.91%
B 108 of 275 ~ 39.27%

%25.82
%34.91
%39.27

CMYK color model

#47606C color CMYK value is (34,11,0,58).

  • cyan value is 34.26%
  • magenta value is 11.11%
  • yellow value is 0.00%
  • key color value is 57.65%
CMYK:
(34,11,0,58)
C34M11Y0K58 
(34%,11%,0%,58%)
(0.34/0.11/0.00/0.58)	

CMYK percentages

%34.26
%11.11
%0
%57.65

Codes

Color #47606C in popluar color models

47606C
RGB7196108
HSL199°20.67%35.10%
HSB/HSV199°34.26%42.35%
CMYK34.26%11.11%0.00%
57.65%

Color #47606C in popluar number systems.

HEX47606C
Decimal7196108
Binary100011111000001101100
Octal107140154

Shades and tints

Shades of #47606C

#47606C
(71,96,108)
#415863
(65,88,99)
#3B505A
(59,80,90)
#354851
(53,72,81)
#2F4048
(47,64,72)
#29383F
(41,56,63)
#233036
(35,48,54)
#1D282D
(29,40,45)
#172024
(23,32,36)
#11181B
(17,24,27)
#0B1012
(11,16,18)
#000000
(0,0,0)

Tints of #47606C

#47606C
(71,96,108)
#576E79
(87,110,121)
#677C86
(103,124,134)
#778A93
(119,138,147)
#8798A0
(135,152,160)
#97A6AD
(151,166,173)
#A7B4BA
(167,180,186)
#B7C2C7
(183,194,199)
#C7D0D4
(199,208,212)
#D7DEE1
(215,222,225)
#E7ECEE
(231,236,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #47606C color. Also use rgb(71,96,108) instead hex code.

Text Font Color

.myTextColor { color: #47606C; }

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

This text font color is #47606C.


Background Color

.myBgColor { background-color: #47606C; }

<div style="background-color:#47606C">Inner text</div>

This div background color is #47606C.


Border color

.myBorderColor { border: 1px solid #47606C; }

<div style="border:3px solid #47606C">Div</div>

This div border color is #47606C.


Opacity

.myOpacity80 { color: #47606C; opacity: 0.8; }

<p style="color:#47606C;opacity:0.8;">80%</p>

Text with #47606C 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 #47606C;}

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

This text has shadow with #47606C color.

.textShadow {text-shadow: 3px 3px 1px #47606C, 3px 3px 1px red;}

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

This text has shadow with #47606C primary color and red secondary color.


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

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

This text has shadow with #47606C and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #47606C on black background.


Color preview on white background

This text has color #47606C on white background.



Black color preview on #47606C background

This text has black color on #47606C background.


White color preview on #47606C background

This text has white color on #47606C background.