COLOR #47696B

HEX: #47696B
RGB: (71,105,107)

Color info

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

RGB color model

#47696B color RGB value is (71,105,107).

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

RGB channels and saturation

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

71
105
107

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

Portions of RGB colors in percentages

R + G + B =
71 + 105 + 107 = 283 (100%)
R 71 of 283 ~ 25.09%
G 105 of 283 ~ 37.1%
B 107 of 283 ~ 37.81%

%25.09
%37.1
%37.81

CMYK color model

#47696B color CMYK value is (34,2,0,58).

  • cyan value is 33.64%
  • magenta value is 1.87%
  • yellow value is 0.00%
  • key color value is 58.04%
CMYK: (34,2,0,58) C34M2Y0K58 (34%,2%,0%,58%) (0.34/0.02/0.00/0.58)

CMYK percentages

%33.64
%1.87
%0
%58.04

Codes

Color #47696B in popluar color models

47696B
RGB71105107
HSL183°20.22%34.90%
HSB/HSV183°33.64%41.96%
CMYK33.64%1.87%0.00%
58.04%

Color #47696B in popluar number systems.

HEX47696B
Decimal71105107
Binary100011111010011101011
Octal107151153

Shades and tints

Shades of #47696B

#47696B
(71,105,107)
#416062
(65,96,98)
#3B5759
(59,87,89)
#354E50
(53,78,80)
#2F4547
(47,69,71)
#293C3E
(41,60,62)
#233335
(35,51,53)
#1D2A2C
(29,42,44)
#172123
(23,33,35)
#11181A
(17,24,26)
#0B0F11
(11,15,17)
#000000
(0,0,0)

Tints of #47696B

#47696B
(71,105,107)
#577678
(87,118,120)
#678385
(103,131,133)
#779092
(119,144,146)
#879D9F
(135,157,159)
#97AAAC
(151,170,172)
#A7B7B9
(167,183,185)
#B7C4C6
(183,196,198)
#C7D1D3
(199,209,211)
#D7DEE0
(215,222,224)
#E7EBED
(231,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #47696B; }

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

This text font color is #47696B.


Background Color

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

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

This div background color is #47696B.


Border color

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

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

This div border color is #47696B.


Opacity

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

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

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

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

This text has shadow with #47696B color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #47696B on black background.


Color preview on white background

This text has color #47696B on white background.



Black color preview on #47696B background

This text has black color on #47696B background.


White color preview on #47696B background

This text has white color on #47696B background.