COLOR #47626B

HEX: #47626B
RGB: (71,98,107)

Color info

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

RGB color model

#47626B color RGB value is (71,98,107).

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

RGB channels and saturation

R 71 of 255 = 28%
G 98 of 255 = 38%
B 107 of 255 = 42%

71
98
107

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

Portions of RGB colors in percentages

R + G + B =
71 + 98 + 107 = 276 (100%)
R 71 of 276 ~ 25.72%
G 98 of 276 ~ 35.51%
B 107 of 276 ~ 38.77%

%25.72
%35.51
%38.77

CMYK color model

#47626B color CMYK value is (34,8,0,58).

  • cyan value is 33.64%
  • magenta value is 8.41%
  • yellow value is 0.00%
  • key color value is 58.04%
CMYK:
(34,8,0,58)
C34M8Y0K58 
(34%,8%,0%,58%)
(0.34/0.08/0.00/0.58)	

CMYK percentages

%33.64
%8.41
%0
%58.04

Codes

Color #47626B in popluar color models

47626B
RGB7198107
HSL195°20.22%34.90%
HSB/HSV195°33.64%41.96%
CMYK33.64%8.41%0.00%
58.04%

Color #47626B in popluar number systems.

HEX47626B
Decimal7198107
Binary100011111000101101011
Octal107142153

Shades and tints

Shades of #47626B

#47626B
(71,98,107)
#415A62
(65,90,98)
#3B5259
(59,82,89)
#354A50
(53,74,80)
#2F4247
(47,66,71)
#293A3E
(41,58,62)
#233235
(35,50,53)
#1D2A2C
(29,42,44)
#172223
(23,34,35)
#111A1A
(17,26,26)
#0B1211
(11,18,17)
#000000
(0,0,0)

Tints of #47626B

#47626B
(71,98,107)
#577078
(87,112,120)
#677E85
(103,126,133)
#778C92
(119,140,146)
#879A9F
(135,154,159)
#97A8AC
(151,168,172)
#A7B6B9
(167,182,185)
#B7C4C6
(183,196,198)
#C7D2D3
(199,210,211)
#D7E0E0
(215,224,224)
#E7EEED
(231,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #47626B color. Also use rgb(71,98,107) instead hex code.

Text Font Color

.myTextColor { color: #47626B; }

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

This text font color is #47626B.


Background Color

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

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

This div background color is #47626B.


Border color

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

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

This div border color is #47626B.


Opacity

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

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

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

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

This text has shadow with #47626B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #47626B on black background.


Color preview on white background

This text has color #47626B on white background.



Black color preview on #47626B background

This text has black color on #47626B background.


White color preview on #47626B background

This text has white color on #47626B background.