COLOR #479E7D

HEX: #479E7D
RGB: (71,158,125)

Renk bilgisi

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

RGB renk modeli

#479E7D color RGB value is (71,158,125).

  • kırmız ton 71;
  • yeşil ton 158;
  • mavi ton 125.
RGB:
(71,158,125)
(28%,62%,49%)

RGB bağlantıları ve doygunluk

R 71 of 255 = 28%
G 158 of 255 = 62%
B 125 of 255 = 49%

71
158
125

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

Yüzdelerle RGB renk parçaları

R + G + B =
71 + 158 + 125 = 354 (100%)
R 71 of 354 ~ 20.06%
G 158 of 354 ~ 44.63%
B 125 of 354 ~ 35.31%

%20.06
%44.63
%35.31

CMYK RENK MODELİ

#479E7D rengi CMYK tonu (55,0,21,38).

  • camgöbeği tonu 55.06%
  • eflatun tonu 0.00%
  • sarı tonu 20.89%
  • ana renk tonu 38.04%
CMYK:
(55,0,21,38)
C55M0Y21K38 
(55%,0%,21%,38%)
(0.55/0.00/0.21/0.38)	

CMYK yüzdeleri

%55.06
%0
%20.89
%38.04

Codes

Color #479E7D in popluar color models

479E7D
RGB71158125
HSL157°37.99%44.90%
HSB/HSV157°55.06%61.96%
CMYK55.06%0.00%20.89%
38.04%

Color #479E7D in popluar number systems.

HEX479E7D
Decimal71158125
Binary1000111100111101111101
Octal107236175

Shades and tints

Shades of #479E7D

#479E7D
(71,158,125)
#419072
(65,144,114)
#3B8267
(59,130,103)
#35745C
(53,116,92)
#2F6651
(47,102,81)
#295846
(41,88,70)
#234A3B
(35,74,59)
#1D3C30
(29,60,48)
#172E25
(23,46,37)
#11201A
(17,32,26)
#0B120F
(11,18,15)
#000000
(0,0,0)

Tints of #479E7D

#479E7D
(71,158,125)
#57A688
(87,166,136)
#67AE93
(103,174,147)
#77B69E
(119,182,158)
#87BEA9
(135,190,169)
#97C6B4
(151,198,180)
#A7CEBF
(167,206,191)
#B7D6CA
(183,214,202)
#C7DED5
(199,222,213)
#D7E6E0
(215,230,224)
#E7EEEB
(231,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #479E7D color. Also use rgb(71,158,125) instead hex code.

Text Font Color

.myTextColor { color: #479E7D; }

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

This text font color is #479E7D.


Background Color

.myBgColor { background-color: #479E7D; }

<div style="background-color:#479E7D">Inner text</div>

This div background color is #479E7D.


Border color

.myBorderColor { border: 1px solid #479E7D; }

<div style="border:3px solid #479E7D">Div</div>

This div border color is #479E7D.


Opacity

.myOpacity80 { color: #479E7D; opacity: 0.8; }

<p style="color:#479E7D;opacity:0.8;">80%</p>

Text with #479E7D 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 #479E7D;}

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

This text has shadow with #479E7D color.

.textShadow {text-shadow: 3px 3px 1px #479E7D, 3px 3px 1px red;}

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

This text has shadow with #479E7D primary color and red secondary color.


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

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

This text has shadow with #479E7D and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #479E7D on black background.


Color preview on white background

This text has color #479E7D on white background.



Black color preview on #479E7D background

This text has black color on #479E7D background.


White color preview on #479E7D background

This text has white color on #479E7D background.