COLOR #47857D

HEX: #47857D RGB: (71,133,125)

Color info

#47857D contains mainly green and blue colors. Web safe color of #47857D is #339966 (or #396).

RGB color model

#47857D color RGB value is (71,133,125).

RGB: (71,133,125) (28%, 52%, 49%)

RGB channels and saturation

R 71 of 255 = 28%
G 133 of 255 = 52%
B 125 of 255 = 49%

71
133
125

R + G + B ~ 43%. #47857D is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 71 + 133 + 125 = 329 (100%)
R 71 of 329 ~ 21.58%
G 133 of 329 ~ 40.43%
B 125 of 329 ~ 37.99'%

%21.58
%40.43
%37.99

CMYK color model

#47857D color CMYK value is (47,0,6,48).

  • cyan value is 46.62%
  • magenta value is 0.00%
  • yellow value is 6.02%
  • key color value is 47.84%

CMYK: (47,0,6,48)
C47M0Y6K48 (47%, 0%, 6%, 48%)
(0.47 / 0.00 / 0.06 / 0.48)

CMYK percentages

%46.62
%0
%6.02
%47.84

Codes

Color #47857D in popluar color models

47 85 7D
RGB 71 133 125
HSL 172° 30.39% 40.00%
HSB/HSV 172° 46.62% 52.16%
CMYK 46.62% 0.00% 6.02%
47.84%

Color #47857D in popluar number systems.

HEX 47 85 7D
Decimal 71 133 125
Binary 1000111 10000101 1111101
Octal 107 205 175

Shades and tints

Shades of #47857D

#47857D
(71,133,125)
#417972
(65,121,114)
#3B6D67
(59,109,103)
#35615C
(53,97,92)
#2F5551
(47,85,81)
#294946
(41,73,70)
#233D3B
(35,61,59)
#1D3130
(29,49,48)
#172525
(23,37,37)
#11191A
(17,25,26)
#0B0D0F
(11,13,15)
#000000
(0,0,0)

Tints of #47857D

#47857D
(71,133,125)
#579088
(87,144,136)
#679B93
(103,155,147)
#77A69E
(119,166,158)
#87B1A9
(135,177,169)
#97BCB4
(151,188,180)
#A7C7BF
(167,199,191)
#B7D2CA
(183,210,202)
#C7DDD5
(199,221,213)
#D7E8E0
(215,232,224)
#E7F3EB
(231,243,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #47857D color. Also use rgb(71,133,125) instead hex code.

Text Font Color

.myTextColor { color: #47857D; }

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

This text font color is #47857D.

Background Color

.myBgColor { background-color: #47857D; }

<div style="background-color:#47857D">Inner text</div>

This div background color is #47857D.

Border color

.myBorderColor { border: 1px solid #47857D; }

<div style="border:3px solid #47857D">Div</div>

This div border color is #47857D.

Opacity

.myOpacity80 { color: #47857D; opacity: 0.8; }

<p style="color:#47857D;opacity:0.8;">80%</p>

Text with #47857D 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 #47857D;}

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

This text has shadow with #47857D color.


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

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

This text has shadow with #47857D primary color and red secondary color.


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

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

This text has shadow with #47857D and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #47857D.

Preview

Color preview on black background

This text has color #47857D on black background.


Color preview on white background

This text has color #47857D on white background.


Black color preview on #47857D background

This text has black color on #47857D background.


White color preview on #47857D background

This text has white color on #47857D background.


Related colors

Complementary color

Complementary color for #hex is #B87A82.


I love getcolorcode.com

Triadic colors

1 #7D4785 and #857D47 with #47857D are triadic colors.

2 #7D8547 and #85477D with #47857D are triadic colors.