COLOR #47656D

HEX: #47656D RGB: (71,101,109)

Color info

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

RGB color model

#47656D color RGB value is (71,101,109).

RGB: (71,101,109) (28%, 40%, 43%)

RGB channels and saturation

R 71 of 255 = 28%
G 101 of 255 = 40%
B 109 of 255 = 43%

71
101
109

R + G + B ~ 37%. #47656D is quite dark color.

Portions of RGB colors in percentages

R + G + B = 71 + 101 + 109 = 281 (100%)
R 71 of 281 ~ 25.27%
G 101 of 281 ~ 35.94%
B 109 of 281 ~ 38.79'%

%25.27
%35.94
%38.79

CMYK color model

#47656D color CMYK value is (35,7,0,57).

  • cyan value is 34.86%
  • magenta value is 7.34%
  • yellow value is 0.00%
  • key color value is 57.25%

CMYK: (35,7,0,57)
C35M7Y0K57 (35%, 7%, 0%, 57%)
(0.35 / 0.07 / 0.00 / 0.57)

CMYK percentages

%34.86
%7.34
%0
%57.25

Codes

Color #47656D in popluar color models

47 65 6D
RGB 71 101 109
HSL 193° 21.11% 35.29%
HSB/HSV 193° 34.86% 42.75%
CMYK 34.86% 7.34% 0.00%
57.25%

Color #47656D in popluar number systems.

HEX 47 65 6D
Decimal 71 101 109
Binary 1000111 1100101 1101101
Octal 107 145 155

Shades and tints

Shades of #47656D

#47656D
(71,101,109)
#415C64
(65,92,100)
#3B535B
(59,83,91)
#354A52
(53,74,82)
#2F4149
(47,65,73)
#293840
(41,56,64)
#232F37
(35,47,55)
#1D262E
(29,38,46)
#171D25
(23,29,37)
#11141C
(17,20,28)
#0B0B13
(11,11,19)
#000000
(0,0,0)

Tints of #47656D

#47656D
(71,101,109)
#57737A
(87,115,122)
#678187
(103,129,135)
#778F94
(119,143,148)
#879DA1
(135,157,161)
#97ABAE
(151,171,174)
#A7B9BB
(167,185,187)
#B7C7C8
(183,199,200)
#C7D5D5
(199,213,213)
#D7E3E2
(215,227,226)
#E7F1EF
(231,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #47656D color. Also use rgb(71,101,109) instead hex code.

Text Font Color

.myTextColor { color: #47656D; }

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

This text font color is #47656D.

Background Color

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

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

This div background color is #47656D.

Border color

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

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

This div border color is #47656D.

Opacity

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

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

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

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

This text has shadow with #47656D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #47656D.

Preview

Color preview on black background

This text has color #47656D on black background.


Color preview on white background

This text has color #47656D on white background.


Black color preview on #47656D background

This text has black color on #47656D background.


White color preview on #47656D background

This text has white color on #47656D background.


Related colors

Complementary color

Complementary color for #hex is #B89A92.


I love getcolorcode.com

Triadic colors

1 #6D4765 and #656D47 with #47656D are triadic colors.

2 #6D6547 and #65476D with #47656D are triadic colors.