COLOR #479E63

HEX: #479E63
RGB: (71,158,99)

Renk bilgisi

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

RGB renk modeli

#479E63 color RGB value is (71,158,99).

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

RGB bağlantıları ve doygunluk

R 71 of 255 = 28%
G 158 of 255 = 62%
B 99 of 255 = 39%

71
158
99

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

Yüzdelerle RGB renk parçaları

R + G + B =
71 + 158 + 99 = 328 (100%)
R 71 of 328 ~ 21.65%
G 158 of 328 ~ 48.17%
B 99 of 328 ~ 30.18%

%21.65
%48.17
%30.18

CMYK RENK MODELİ

#479E63 rengi CMYK tonu (55,0,37,38).

  • camgöbeği tonu 55.06%
  • eflatun tonu 0.00%
  • sarı tonu 37.34%
  • ana renk tonu 38.04%
CMYK:
(55,0,37,38)
C55M0Y37K38 
(55%,0%,37%,38%)
(0.55/0.00/0.37/0.38)	

CMYK yüzdeleri

%55.06
%0
%37.34
%38.04

Codes

Color #479E63 in popluar color models

479E63
RGB7115899
HSL139°37.99%44.90%
HSB/HSV139°55.06%61.96%
CMYK55.06%0.00%37.34%
38.04%

Color #479E63 in popluar number systems.

HEX479E63
Decimal7115899
Binary1000111100111101100011
Octal107236143

Shades and tints

Shades of #479E63

#479E63
(71,158,99)
#41905A
(65,144,90)
#3B8251
(59,130,81)
#357448
(53,116,72)
#2F663F
(47,102,63)
#295836
(41,88,54)
#234A2D
(35,74,45)
#1D3C24
(29,60,36)
#172E1B
(23,46,27)
#112012
(17,32,18)
#0B1209
(11,18,9)
#000000
(0,0,0)

Tints of #479E63

#479E63
(71,158,99)
#57A671
(87,166,113)
#67AE7F
(103,174,127)
#77B68D
(119,182,141)
#87BE9B
(135,190,155)
#97C6A9
(151,198,169)
#A7CEB7
(167,206,183)
#B7D6C5
(183,214,197)
#C7DED3
(199,222,211)
#D7E6E1
(215,230,225)
#E7EEEF
(231,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #479E63; }

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

This text font color is #479E63.


Background Color

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

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

This div background color is #479E63.


Border color

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

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

This div border color is #479E63.


Opacity

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

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

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

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

This text has shadow with #479E63 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #479E63 on black background.


Color preview on white background

This text has color #479E63 on white background.



Black color preview on #479E63 background

This text has black color on #479E63 background.


White color preview on #479E63 background

This text has white color on #479E63 background.