COLOR #47665F

HEX: #47665F RGB: (71,102,95)

Color info

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

RGB color model

#47665F color RGB value is (71,102,95).

RGB: (71,102,95) (28%, 40%, 37%)

RGB channels and saturation

R 71 of 255 = 28%
G 102 of 255 = 40%
B 95 of 255 = 37%

71
102
95

R + G + B ~ 35%. #47665F is quite dark color.

Portions of RGB colors in percentages

R + G + B = 71 + 102 + 95 = 268 (100%)
R 71 of 268 ~ 26.49%
G 102 of 268 ~ 38.06%
B 95 of 268 ~ 35.45'%

%26.49
%38.06
%35.45

CMYK color model

#47665F color CMYK value is (30,0,7,60).

  • cyan value is 30.39%
  • magenta value is 0.00%
  • yellow value is 6.86%
  • key color value is 60.00%

CMYK: (30,0,7,60)
C30M0Y7K60 (30%, 0%, 7%, 60%)
(0.30 / 0.00 / 0.07 / 0.60)

CMYK percentages

%30.39
%0
%6.86
%60

Codes

Color #47665F in popluar color models

47 66 5F
RGB 71 102 95
HSL 166° 17.92% 33.92%
HSB/HSV 166° 30.39% 40.00%
CMYK 30.39% 0.00% 6.86%
60.00%

Color #47665F in popluar number systems.

HEX 47 66 5F
Decimal 71 102 95
Binary 1000111 1100110 1011111
Octal 107 146 137

Shades and tints

Shades of #47665F

#47665F
(71,102,95)
#415D57
(65,93,87)
#3B544F
(59,84,79)
#354B47
(53,75,71)
#2F423F
(47,66,63)
#293937
(41,57,55)
#23302F
(35,48,47)
#1D2727
(29,39,39)
#171E1F
(23,30,31)
#111517
(17,21,23)
#0B0C0F
(11,12,15)
#000000
(0,0,0)

Tints of #47665F

#47665F
(71,102,95)
#57736D
(87,115,109)
#67807B
(103,128,123)
#778D89
(119,141,137)
#879A97
(135,154,151)
#97A7A5
(151,167,165)
#A7B4B3
(167,180,179)
#B7C1C1
(183,193,193)
#C7CECF
(199,206,207)
#D7DBDD
(215,219,221)
#E7E8EB
(231,232,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #47665F color. Also use rgb(71,102,95) instead hex code.

Text Font Color

.myTextColor { color: #47665F; }

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

This text font color is #47665F.

Background Color

.myBgColor { background-color: #47665F; }

<div style="background-color:#47665F">Inner text</div>

This div background color is #47665F.

Border color

.myBorderColor { border: 1px solid #47665F; }

<div style="border:3px solid #47665F">Div</div>

This div border color is #47665F.

Opacity

.myOpacity80 { color: #47665F; opacity: 0.8; }

<p style="color:#47665F;opacity:0.8;">80%</p>

Text with #47665F 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 #47665F;}

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

This text has shadow with #47665F color.


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

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

This text has shadow with #47665F primary color and red secondary color.


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

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

This text has shadow with #47665F and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #47665F.

Preview

Color preview on black background

This text has color #47665F on black background.


Color preview on white background

This text has color #47665F on white background.


Black color preview on #47665F background

This text has black color on #47665F background.


White color preview on #47665F background

This text has white color on #47665F background.


Related colors

Complementary color

Complementary color for #hex is #B899A0.


I love getcolorcode.com

Triadic colors

1 #5F4766 and #665F47 with #47665F are triadic colors.

2 #5F6647 and #66475F with #47665F are triadic colors.