COLOR #47A079

HEX: #47A079
RGB: (71,160,121)

Renk bilgisi

#47A079 contains mainly green and blue colors. #47A079 ‘ nin web güvenlik rengi #339966 (ya da #396) dir.

RGB renk modeli

#47A079 color RGB value is (71,160,121).

  • kırmız ton 71;
  • yeşil ton 160;
  • mavi ton 121.
RGB:
(71,160,121)
(28%,63%,47%)

RGB bağlantıları ve doygunluk

R 71 of 255 = 28%
G 160 of 255 = 63%
B 121 of 255 = 47%

71
160
121

R + G + B ~ 46%. #47A079 is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
71 + 160 + 121 = 352 (100%)
R 71 of 352 ~ 20.17%
G 160 of 352 ~ 45.45%
B 121 of 352 ~ 34.38%

%20.17
%45.45
%34.38

CMYK RENK MODELİ

#47A079 rengi CMYK tonu (56,0,24,37).

  • camgöbeği tonu 55.63%
  • eflatun tonu 0.00%
  • sarı tonu 24.38%
  • ana renk tonu 37.25%
CMYK:
(56,0,24,37)
C56M0Y24K37 
(56%,0%,24%,37%)
(0.56/0.00/0.24/0.37)	

CMYK yüzdeleri

%55.63
%0
%24.38
%37.25

Codes

Color #47A079 in popluar color models

47A079
RGB71160121
HSL154°38.53%45.29%
HSB/HSV154°55.63%62.75%
CMYK55.63%0.00%24.38%
37.25%

Color #47A079 in popluar number systems.

HEX47A079
Decimal71160121
Binary1000111101000001111001
Octal107240171

Shades and tints

Shades of #47A079

#47A079
(71,160,121)
#41926E
(65,146,110)
#3B8463
(59,132,99)
#357658
(53,118,88)
#2F684D
(47,104,77)
#295A42
(41,90,66)
#234C37
(35,76,55)
#1D3E2C
(29,62,44)
#173021
(23,48,33)
#112216
(17,34,22)
#0B140B
(11,20,11)
#000000
(0,0,0)

Tints of #47A079

#47A079
(71,160,121)
#57A885
(87,168,133)
#67B091
(103,176,145)
#77B89D
(119,184,157)
#87C0A9
(135,192,169)
#97C8B5
(151,200,181)
#A7D0C1
(167,208,193)
#B7D8CD
(183,216,205)
#C7E0D9
(199,224,217)
#D7E8E5
(215,232,229)
#E7F0F1
(231,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #47A079 color. Also use rgb(71,160,121) instead hex code.

Text Font Color

.myTextColor { color: #47A079; }

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

This text font color is #47A079.


Background Color

.myBgColor { background-color: #47A079; }

<div style="background-color:#47A079">Inner text</div>

This div background color is #47A079.


Border color

.myBorderColor { border: 1px solid #47A079; }

<div style="border:3px solid #47A079">Div</div>

This div border color is #47A079.


Opacity

.myOpacity80 { color: #47A079; opacity: 0.8; }

<p style="color:#47A079;opacity:0.8;">80%</p>

Text with #47A079 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 #47A079;}

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

This text has shadow with #47A079 color.

.textShadow {text-shadow: 3px 3px 1px #47A079, 3px 3px 1px red;}

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

This text has shadow with #47A079 primary color and red secondary color.


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

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

This text has shadow with #47A079 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #47A079 on black background.


Color preview on white background

This text has color #47A079 on white background.



Black color preview on #47A079 background

This text has black color on #47A079 background.


White color preview on #47A079 background

This text has white color on #47A079 background.