COLOR #47636D

HEX: #47636D
RGB: (71,99,109)

Color info

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

RGB color model

#47636D color RGB value is (71,99,109).

  • red value is 71;
  • green value is 99;
  • blue value is 109.
RGB:
(71,99,109)
(28%,39%,43%)

RGB channels and saturation

R 71 of 255 = 28%
G 99 of 255 = 39%
B 109 of 255 = 43%

71
99
109

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

Portions of RGB colors in percentages

R + G + B =
71 + 99 + 109 = 279 (100%)
R 71 of 279 ~ 25.45%
G 99 of 279 ~ 35.48%
B 109 of 279 ~ 39.07%

%25.45
%35.48
%39.07

CMYK color model

#47636D color CMYK value is (35,9,0,57).

  • cyan value is 34.86%
  • magenta value is 9.17%
  • yellow value is 0.00%
  • key color value is 57.25%
CMYK:
(35,9,0,57)
C35M9Y0K57 
(35%,9%,0%,57%)
(0.35/0.09/0.00/0.57)	

CMYK percentages

%34.86
%9.17
%0
%57.25

Codes

Color #47636D in popluar color models

47636D
RGB7199109
HSL196°21.11%35.29%
HSB/HSV196°34.86%42.75%
CMYK34.86%9.17%0.00%
57.25%

Color #47636D in popluar number systems.

HEX47636D
Decimal7199109
Binary100011111000111101101
Octal107143155

Shades and tints

Shades of #47636D

#47636D
(71,99,109)
#415A64
(65,90,100)
#3B515B
(59,81,91)
#354852
(53,72,82)
#2F3F49
(47,63,73)
#293640
(41,54,64)
#232D37
(35,45,55)
#1D242E
(29,36,46)
#171B25
(23,27,37)
#11121C
(17,18,28)
#0B0913
(11,9,19)
#000000
(0,0,0)

Tints of #47636D

#47636D
(71,99,109)
#57717A
(87,113,122)
#677F87
(103,127,135)
#778D94
(119,141,148)
#879BA1
(135,155,161)
#97A9AE
(151,169,174)
#A7B7BB
(167,183,187)
#B7C5C8
(183,197,200)
#C7D3D5
(199,211,213)
#D7E1E2
(215,225,226)
#E7EFEF
(231,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #47636D color. Also use rgb(71,99,109) instead hex code.

Text Font Color

.myTextColor { color: #47636D; }

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

This text font color is #47636D.


Background Color

.myBgColor { background-color: #47636D; }

<div style="background-color:#47636D">Inner text</div>

This div background color is #47636D.


Border color

.myBorderColor { border: 1px solid #47636D; }

<div style="border:3px solid #47636D">Div</div>

This div border color is #47636D.


Opacity

.myOpacity80 { color: #47636D; opacity: 0.8; }

<p style="color:#47636D;opacity:0.8;">80%</p>

Text with #47636D 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 #47636D;}

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

This text has shadow with #47636D color.

.textShadow {text-shadow: 3px 3px 1px #47636D, 3px 3px 1px red;}

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

This text has shadow with #47636D primary color and red secondary color.


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

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

This text has shadow with #47636D and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #47636D on black background.


Color preview on white background

This text has color #47636D on white background.



Black color preview on #47636D background

This text has black color on #47636D background.


White color preview on #47636D background

This text has white color on #47636D background.