COLOR #47616E

HEX: #47616E
RGB: (71,97,110)

Color info

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

RGB color model

#47616E color RGB value is (71,97,110).

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

RGB channels and saturation

R 71 of 255 = 28%
G 97 of 255 = 38%
B 110 of 255 = 43%

71
97
110

R + G + B ~ 36%. #47616E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
71 + 97 + 110 = 278 (100%)
R 71 of 278 ~ 25.54%
G 97 of 278 ~ 34.89%
B 110 of 278 ~ 39.57%

%25.54
%34.89
%39.57

CMYK color model

#47616E color CMYK value is (35,12,0,57).

  • cyan value is 35.45%
  • magenta value is 11.82%
  • yellow value is 0.00%
  • key color value is 56.86%
CMYK:
(35,12,0,57)
C35M12Y0K57 
(35%,12%,0%,57%)
(0.35/0.12/0.00/0.57)	

CMYK percentages

%35.45
%11.82
%0
%56.86

Codes

Color #47616E in popluar color models

47616E
RGB7197110
HSL200°21.55%35.49%
HSB/HSV200°35.45%43.14%
CMYK35.45%11.82%0.00%
56.86%

Color #47616E in popluar number systems.

HEX47616E
Decimal7197110
Binary100011111000011101110
Octal107141156

Shades and tints

Shades of #47616E

#47616E
(71,97,110)
#415964
(65,89,100)
#3B515A
(59,81,90)
#354950
(53,73,80)
#2F4146
(47,65,70)
#29393C
(41,57,60)
#233132
(35,49,50)
#1D2928
(29,41,40)
#17211E
(23,33,30)
#111914
(17,25,20)
#0B110A
(11,17,10)
#000000
(0,0,0)

Tints of #47616E

#47616E
(71,97,110)
#576F7B
(87,111,123)
#677D88
(103,125,136)
#778B95
(119,139,149)
#8799A2
(135,153,162)
#97A7AF
(151,167,175)
#A7B5BC
(167,181,188)
#B7C3C9
(183,195,201)
#C7D1D6
(199,209,214)
#D7DFE3
(215,223,227)
#E7EDF0
(231,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #47616E color. Also use rgb(71,97,110) instead hex code.

Text Font Color

.myTextColor { color: #47616E; }

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

This text font color is #47616E.


Background Color

.myBgColor { background-color: #47616E; }

<div style="background-color:#47616E">Inner text</div>

This div background color is #47616E.


Border color

.myBorderColor { border: 1px solid #47616E; }

<div style="border:3px solid #47616E">Div</div>

This div border color is #47616E.


Opacity

.myOpacity80 { color: #47616E; opacity: 0.8; }

<p style="color:#47616E;opacity:0.8;">80%</p>

Text with #47616E 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 #47616E;}

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

This text has shadow with #47616E color.

.textShadow {text-shadow: 3px 3px 1px #47616E, 3px 3px 1px red;}

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

This text has shadow with #47616E primary color and red secondary color.


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

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

This text has shadow with #47616E and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #47616E on black background.


Color preview on white background

This text has color #47616E on white background.



Black color preview on #47616E background

This text has black color on #47616E background.


White color preview on #47616E background

This text has white color on #47616E background.