COLOR #47706B

HEX: #47706B
RGB: (71,112,107)

Renk bilgisi

#47706B contains red, green and blue colors in about the same proportion. #47706B ‘ nin web güvenlik rengi #336666 (ya da #366) dir.

RGB renk modeli

#47706B color RGB value is (71,112,107).

  • kırmız ton 71;
  • yeşil ton 112;
  • mavi ton 107.
RGB:
(71,112,107)
(28%,44%,42%)

RGB bağlantıları ve doygunluk

R 71 of 255 = 28%
G 112 of 255 = 44%
B 107 of 255 = 42%

71
112
107

R + G + B ~ 38%. #47706B is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
71 + 112 + 107 = 290 (100%)
R 71 of 290 ~ 24.48%
G 112 of 290 ~ 38.62%
B 107 of 290 ~ 36.9%

%24.48
%38.62
%36.9

CMYK RENK MODELİ

#47706B rengi CMYK tonu (37,0,4,56).

  • camgöbeği tonu 36.61%
  • eflatun tonu 0.00%
  • sarı tonu 4.46%
  • ana renk tonu 56.08%
CMYK:
(37,0,4,56)
C37M0Y4K56 
(37%,0%,4%,56%)
(0.37/0.00/0.04/0.56)	

CMYK yüzdeleri

%36.61
%0
%4.46
%56.08

Codes

Color #47706B in popluar color models

47706B
RGB71112107
HSL173°22.40%35.88%
HSB/HSV173°36.61%43.92%
CMYK36.61%0.00%4.46%
56.08%

Color #47706B in popluar number systems.

HEX47706B
Decimal71112107
Binary100011111100001101011
Octal107160153

Shades and tints

Shades of #47706B

#47706B
(71,112,107)
#416662
(65,102,98)
#3B5C59
(59,92,89)
#355250
(53,82,80)
#2F4847
(47,72,71)
#293E3E
(41,62,62)
#233435
(35,52,53)
#1D2A2C
(29,42,44)
#172023
(23,32,35)
#11161A
(17,22,26)
#0B0C11
(11,12,17)
#000000
(0,0,0)

Tints of #47706B

#47706B
(71,112,107)
#577D78
(87,125,120)
#678A85
(103,138,133)
#779792
(119,151,146)
#87A49F
(135,164,159)
#97B1AC
(151,177,172)
#A7BEB9
(167,190,185)
#B7CBC6
(183,203,198)
#C7D8D3
(199,216,211)
#D7E5E0
(215,229,224)
#E7F2ED
(231,242,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #47706B; }

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

This text font color is #47706B.


Background Color

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

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

This div background color is #47706B.


Border color

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

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

This div border color is #47706B.


Opacity

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

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

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

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

This text has shadow with #47706B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #47706B on black background.


Color preview on white background

This text has color #47706B on white background.



Black color preview on #47706B background

This text has black color on #47706B background.


White color preview on #47706B background

This text has white color on #47706B background.