COLOR #47607A

HEX: #47607A
RGB: (71,96,122)

Color info

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

RGB color model

#47607A color RGB value is (71,96,122).

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

RGB channels and saturation

R 71 of 255 = 28%
G 96 of 255 = 38%
B 122 of 255 = 48%

71
96
122

R + G + B ~ 38%. #47607A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
71 + 96 + 122 = 289 (100%)
R 71 of 289 ~ 24.57%
G 96 of 289 ~ 33.22%
B 122 of 289 ~ 42.21%

%24.57
%33.22
%42.21

CMYK color model

#47607A color CMYK value is (42,21,0,52).

  • cyan value is 41.80%
  • magenta value is 21.31%
  • yellow value is 0.00%
  • key color value is 52.16%
CMYK:
(42,21,0,52)
C42M21Y0K52 
(42%,21%,0%,52%)
(0.42/0.21/0.00/0.52)	

CMYK percentages

%41.8
%21.31
%0
%52.16

Codes

Color #47607A in popluar color models

47607A
RGB7196122
HSL211°26.42%37.84%
HSB/HSV211°41.80%47.84%
CMYK41.80%21.31%0.00%
52.16%

Color #47607A in popluar number systems.

HEX47607A
Decimal7196122
Binary100011111000001111010
Octal107140172

Shades and tints

Shades of #47607A

#47607A
(71,96,122)
#41586F
(65,88,111)
#3B5064
(59,80,100)
#354859
(53,72,89)
#2F404E
(47,64,78)
#293843
(41,56,67)
#233038
(35,48,56)
#1D282D
(29,40,45)
#172022
(23,32,34)
#111817
(17,24,23)
#0B100C
(11,16,12)
#000000
(0,0,0)

Tints of #47607A

#47607A
(71,96,122)
#576E86
(87,110,134)
#677C92
(103,124,146)
#778A9E
(119,138,158)
#8798AA
(135,152,170)
#97A6B6
(151,166,182)
#A7B4C2
(167,180,194)
#B7C2CE
(183,194,206)
#C7D0DA
(199,208,218)
#D7DEE6
(215,222,230)
#E7ECF2
(231,236,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #47607A; }

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

This text font color is #47607A.


Background Color

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

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

This div background color is #47607A.


Border color

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

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

This div border color is #47607A.


Opacity

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

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

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

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

This text has shadow with #47607A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #47607A on black background.


Color preview on white background

This text has color #47607A on white background.



Black color preview on #47607A background

This text has black color on #47607A background.


White color preview on #47607A background

This text has white color on #47607A background.