COLOR #47465F

HEX: #47465F
RGB: (71,70,95)

Color info

#47465F contains red, green and blue colors in about the same proportion. Web safe color of #47465F is #333366 (or #336).

RGB color model

#47465F color RGB value is (71,70,95).

  • red value is 71;
  • green value is 70;
  • blue value is 95.
RGB:
(71,70,95)
(28%,27%,37%)

RGB channels and saturation

R 71 of 255 = 28%
G 70 of 255 = 27%
B 95 of 255 = 37%

71
70
95

R + G + B ~ 31%. #47465F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
71 + 70 + 95 = 236 (100%)
R 71 of 236 ~ 30.08%
G 70 of 236 ~ 29.66%
B 95 of 236 ~ 40.25%

%30.08
%29.66
%40.25

CMYK color model

#47465F color CMYK value is (25,26,0,63).

  • cyan value is 25.26%
  • magenta value is 26.32%
  • yellow value is 0.00%
  • key color value is 62.75%
CMYK:
(25,26,0,63)
C25M26Y0K63 
(25%,26%,0%,63%)
(0.25/0.26/0.00/0.63)	

CMYK percentages

%25.26
%26.32
%0
%62.75

Codes

Color #47465F in popluar color models

47465F
RGB717095
HSL242°15.15%32.35%
HSB/HSV242°26.32%37.25%
CMYK25.26%26.32%0.00%
62.75%

Color #47465F in popluar number systems.

HEX47465F
Decimal717095
Binary100011110001101011111
Octal107106137

Shades and tints

Shades of #47465F

#47465F
(71,70,95)
#414057
(65,64,87)
#3B3A4F
(59,58,79)
#353447
(53,52,71)
#2F2E3F
(47,46,63)
#292837
(41,40,55)
#23222F
(35,34,47)
#1D1C27
(29,28,39)
#17161F
(23,22,31)
#111017
(17,16,23)
#0B0A0F
(11,10,15)
#000000
(0,0,0)

Tints of #47465F

#47465F
(71,70,95)
#57566D
(87,86,109)
#67667B
(103,102,123)
#777689
(119,118,137)
#878697
(135,134,151)
#9796A5
(151,150,165)
#A7A6B3
(167,166,179)
#B7B6C1
(183,182,193)
#C7C6CF
(199,198,207)
#D7D6DD
(215,214,221)
#E7E6EB
(231,230,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #47465F; }

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

This text font color is #47465F.


Background Color

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

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

This div background color is #47465F.


Border color

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

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

This div border color is #47465F.


Opacity

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

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

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

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

This text has shadow with #47465F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #47465F on black background.


Color preview on white background

This text has color #47465F on white background.



Black color preview on #47465F background

This text has black color on #47465F background.


White color preview on #47465F background

This text has white color on #47465F background.