COLOR #47697F

HEX: #47697F
RGB: (71,105,127)

Color info

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

RGB color model

#47697F color RGB value is (71,105,127).

  • red value is 71;
  • green value is 105;
  • blue value is 127.
RGB:
(71,105,127)
(28%,41%,50%)

RGB channels and saturation

R 71 of 255 = 28%
G 105 of 255 = 41%
B 127 of 255 = 50%

71
105
127

R + G + B ~ 40%. #47697F is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
71 + 105 + 127 = 303 (100%)
R 71 of 303 ~ 23.43%
G 105 of 303 ~ 34.65%
B 127 of 303 ~ 41.91%

%23.43
%34.65
%41.91

CMYK color model

#47697F color CMYK value is (44,17,0,50).

  • cyan value is 44.09%
  • magenta value is 17.32%
  • yellow value is 0.00%
  • key color value is 50.20%
CMYK:
(44,17,0,50)
C44M17Y0K50 
(44%,17%,0%,50%)
(0.44/0.17/0.00/0.50)	

CMYK percentages

%44.09
%17.32
%0
%50.2

Codes

Color #47697F in popluar color models

47697F
RGB71105127
HSL204°28.28%38.82%
HSB/HSV204°44.09%49.80%
CMYK44.09%17.32%0.00%
50.20%

Color #47697F in popluar number systems.

HEX47697F
Decimal71105127
Binary100011111010011111111
Octal107151177

Shades and tints

Shades of #47697F

#47697F
(71,105,127)
#416074
(65,96,116)
#3B5769
(59,87,105)
#354E5E
(53,78,94)
#2F4553
(47,69,83)
#293C48
(41,60,72)
#23333D
(35,51,61)
#1D2A32
(29,42,50)
#172127
(23,33,39)
#11181C
(17,24,28)
#0B0F11
(11,15,17)
#000000
(0,0,0)

Tints of #47697F

#47697F
(71,105,127)
#57768A
(87,118,138)
#678395
(103,131,149)
#7790A0
(119,144,160)
#879DAB
(135,157,171)
#97AAB6
(151,170,182)
#A7B7C1
(167,183,193)
#B7C4CC
(183,196,204)
#C7D1D7
(199,209,215)
#D7DEE2
(215,222,226)
#E7EBED
(231,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #47697F color. Also use rgb(71,105,127) instead hex code.

Text Font Color

.myTextColor { color: #47697F; }

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

This text font color is #47697F.


Background Color

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

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

This div background color is #47697F.


Border color

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

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

This div border color is #47697F.


Opacity

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

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

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

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

This text has shadow with #47697F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #47697F on black background.


Color preview on white background

This text has color #47697F on white background.



Black color preview on #47697F background

This text has black color on #47697F background.


White color preview on #47697F background

This text has white color on #47697F background.