COLOR #47787E

HEX: #47787E RGB: (71,120,126)

Color info

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

RGB color model

#47787E color RGB value is (71,120,126).

RGB: (71,120,126) (28%, 47%, 49%)

RGB channels and saturation

R 71 of 255 = 28%
G 120 of 255 = 47%
B 126 of 255 = 49%

71
120
126

R + G + B ~ 41%. #47787E is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 71 + 120 + 126 = 317 (100%)
R 71 of 317 ~ 22.4%
G 120 of 317 ~ 37.85%
B 126 of 317 ~ 39.75'%

%22.4
%37.85
%39.75

CMYK color model

#47787E color CMYK value is (44,5,0,51).

  • cyan value is 43.65%
  • magenta value is 4.76%
  • yellow value is 0.00%
  • key color value is 50.59%

CMYK: (44,5,0,51)
C44M5Y0K51 (44%, 5%, 0%, 51%)
(0.44 / 0.05 / 0.00 / 0.51)

CMYK percentages

%43.65
%4.76
%0
%50.59

Codes

Color #47787E in popluar color models

47 78 7E
RGB 71 120 126
HSL 187° 27.92% 38.63%
HSB/HSV 187° 43.65% 49.41%
CMYK 43.65% 4.76% 0.00%
50.59%

Color #47787E in popluar number systems.

HEX 47 78 7E
Decimal 71 120 126
Binary 1000111 1111000 1111110
Octal 107 170 176

Shades and tints

Shades of #47787E

#47787E
(71,120,126)
#416E73
(65,110,115)
#3B6468
(59,100,104)
#355A5D
(53,90,93)
#2F5052
(47,80,82)
#294647
(41,70,71)
#233C3C
(35,60,60)
#1D3231
(29,50,49)
#172826
(23,40,38)
#111E1B
(17,30,27)
#0B1410
(11,20,16)
#000000
(0,0,0)

Tints of #47787E

#47787E
(71,120,126)
#578489
(87,132,137)
#679094
(103,144,148)
#779C9F
(119,156,159)
#87A8AA
(135,168,170)
#97B4B5
(151,180,181)
#A7C0C0
(167,192,192)
#B7CCCB
(183,204,203)
#C7D8D6
(199,216,214)
#D7E4E1
(215,228,225)
#E7F0EC
(231,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #47787E color. Also use rgb(71,120,126) instead hex code.

Text Font Color

.myTextColor { color: #47787E; }

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

This text font color is #47787E.

Background Color

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

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

This div background color is #47787E.

Border color

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

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

This div border color is #47787E.

Opacity

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

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

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

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

This text has shadow with #47787E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #47787E.

Preview

Color preview on black background

This text has color #47787E on black background.


Color preview on white background

This text has color #47787E on white background.


Black color preview on #47787E background

This text has black color on #47787E background.


White color preview on #47787E background

This text has white color on #47787E background.


Related colors

Complementary color

Complementary color for #hex is #B88781.


I love getcolorcode.com

Triadic colors

1 #7E4778 and #787E47 with #47787E are triadic colors.

2 #7E7847 and #78477E with #47787E are triadic colors.