COLOR #47696A

HEX: #47696A
RGB: (71,105,106)

Color info

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

RGB color model

#47696A color RGB value is (71,105,106).

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

RGB channels and saturation

R 71 of 255 = 28%
G 105 of 255 = 41%
B 106 of 255 = 42%

71
105
106

R + G + B ~ 37%. #47696A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
71 + 105 + 106 = 282 (100%)
R 71 of 282 ~ 25.18%
G 105 of 282 ~ 37.23%
B 106 of 282 ~ 37.59%

%25.18
%37.23
%37.59

CMYK color model

#47696A color CMYK value is (33,1,0,58).

  • cyan value is 33.02%
  • magenta value is 0.94%
  • yellow value is 0.00%
  • key color value is 58.43%
CMYK:
(33,1,0,58)
C33M1Y0K58 
(33%,1%,0%,58%)
(0.33/0.01/0.00/0.58)	

CMYK percentages

%33.02
%0.94
%0
%58.43

Codes

Color #47696A in popluar color models

47696A
RGB71105106
HSL182°19.77%34.71%
HSB/HSV182°33.02%41.57%
CMYK33.02%0.94%0.00%
58.43%

Color #47696A in popluar number systems.

HEX47696A
Decimal71105106
Binary100011111010011101010
Octal107151152

Shades and tints

Shades of #47696A

#47696A
(71,105,106)
#416061
(65,96,97)
#3B5758
(59,87,88)
#354E4F
(53,78,79)
#2F4546
(47,69,70)
#293C3D
(41,60,61)
#233334
(35,51,52)
#1D2A2B
(29,42,43)
#172122
(23,33,34)
#111819
(17,24,25)
#0B0F10
(11,15,16)
#000000
(0,0,0)

Tints of #47696A

#47696A
(71,105,106)
#577677
(87,118,119)
#678384
(103,131,132)
#779091
(119,144,145)
#879D9E
(135,157,158)
#97AAAB
(151,170,171)
#A7B7B8
(167,183,184)
#B7C4C5
(183,196,197)
#C7D1D2
(199,209,210)
#D7DEDF
(215,222,223)
#E7EBEC
(231,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #47696A color. Also use rgb(71,105,106) instead hex code.

Text Font Color

.myTextColor { color: #47696A; }

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

This text font color is #47696A.


Background Color

.myBgColor { background-color: #47696A; }

<div style="background-color:#47696A">Inner text</div>

This div background color is #47696A.


Border color

.myBorderColor { border: 1px solid #47696A; }

<div style="border:3px solid #47696A">Div</div>

This div border color is #47696A.


Opacity

.myOpacity80 { color: #47696A; opacity: 0.8; }

<p style="color:#47696A;opacity:0.8;">80%</p>

Text with #47696A 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 #47696A;}

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

This text has shadow with #47696A color.

.textShadow {text-shadow: 3px 3px 1px #47696A, 3px 3px 1px red;}

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

This text has shadow with #47696A primary color and red secondary color.


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

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

This text has shadow with #47696A and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #47696A on black background.


Color preview on white background

This text has color #47696A on white background.



Black color preview on #47696A background

This text has black color on #47696A background.


White color preview on #47696A background

This text has white color on #47696A background.