COLOR #47665E

HEX: #47665E
RGB: (71,102,94)

Color info

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

RGB color model

#47665E color RGB value is (71,102,94).

  • red value is 71;
  • green value is 102;
  • blue value is 94.
RGB:
(71,102,94)
(28%,40%,37%)

RGB channels and saturation

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

71
102
94

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

Portions of RGB colors in percentages

R + G + B =
71 + 102 + 94 = 267 (100%)
R 71 of 267 ~ 26.59%
G 102 of 267 ~ 38.2%
B 94 of 267 ~ 35.21%

%26.59
%38.2
%35.21

CMYK color model

#47665E color CMYK value is (30,0,8,60).

  • cyan value is 30.39%
  • magenta value is 0.00%
  • yellow value is 7.84%
  • key color value is 60.00%
CMYK:
(30,0,8,60)
C30M0Y8K60 
(30%,0%,8%,60%)
(0.30/0.00/0.08/0.60)	

CMYK percentages

%30.39
%0
%7.84
%60

Codes

Color #47665E in popluar color models

47665E
RGB7110294
HSL165°17.92%33.92%
HSB/HSV165°30.39%40.00%
CMYK30.39%0.00%7.84%
60.00%

Color #47665E in popluar number systems.

HEX47665E
Decimal7110294
Binary100011111001101011110
Octal107146136

Shades and tints

Shades of #47665E

#47665E
(71,102,94)
#415D56
(65,93,86)
#3B544E
(59,84,78)
#354B46
(53,75,70)
#2F423E
(47,66,62)
#293936
(41,57,54)
#23302E
(35,48,46)
#1D2726
(29,39,38)
#171E1E
(23,30,30)
#111516
(17,21,22)
#0B0C0E
(11,12,14)
#000000
(0,0,0)

Tints of #47665E

#47665E
(71,102,94)
#57736C
(87,115,108)
#67807A
(103,128,122)
#778D88
(119,141,136)
#879A96
(135,154,150)
#97A7A4
(151,167,164)
#A7B4B2
(167,180,178)
#B7C1C0
(183,193,192)
#C7CECE
(199,206,206)
#D7DBDC
(215,219,220)
#E7E8EA
(231,232,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #47665E; }

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

This text font color is #47665E.


Background Color

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

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

This div background color is #47665E.


Border color

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

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

This div border color is #47665E.


Opacity

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

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

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

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

This text has shadow with #47665E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #47665E on black background.


Color preview on white background

This text has color #47665E on white background.



Black color preview on #47665E background

This text has black color on #47665E background.


White color preview on #47665E background

This text has white color on #47665E background.