COLOR #479D58

HEX: #479D58
RGB: (71,157,88)

Renk bilgisi

#479D58 contains mainly green color. #479D58 ‘ nin web güvenlik rengi #339966 (ya da #396) dir.

RGB renk modeli

#479D58 color RGB value is (71,157,88).

  • kırmız ton 71;
  • yeşil ton 157;
  • mavi ton 88.
RGB:
(71,157,88)
(28%,62%,35%)

RGB bağlantıları ve doygunluk

R 71 of 255 = 28%
G 157 of 255 = 62%
B 88 of 255 = 35%

71
157
88

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

Yüzdelerle RGB renk parçaları

R + G + B =
71 + 157 + 88 = 316 (100%)
R 71 of 316 ~ 22.47%
G 157 of 316 ~ 49.68%
B 88 of 316 ~ 27.85%

%22.47
%49.68
%27.85

CMYK RENK MODELİ

#479D58 rengi CMYK tonu (55,0,44,38).

  • camgöbeği tonu 54.78%
  • eflatun tonu 0.00%
  • sarı tonu 43.95%
  • ana renk tonu 38.43%
CMYK:
(55,0,44,38)
C55M0Y44K38 
(55%,0%,44%,38%)
(0.55/0.00/0.44/0.38)	

CMYK yüzdeleri

%54.78
%0
%43.95
%38.43

Codes

Color #479D58 in popluar color models

479D58
RGB7115788
HSL132°37.72%44.71%
HSB/HSV132°54.78%61.57%
CMYK54.78%0.00%43.95%
38.43%

Color #479D58 in popluar number systems.

HEX479D58
Decimal7115788
Binary1000111100111011011000
Octal107235130

Shades and tints

Shades of #479D58

#479D58
(71,157,88)
#418F50
(65,143,80)
#3B8148
(59,129,72)
#357340
(53,115,64)
#2F6538
(47,101,56)
#295730
(41,87,48)
#234928
(35,73,40)
#1D3B20
(29,59,32)
#172D18
(23,45,24)
#111F10
(17,31,16)
#0B1108
(11,17,8)
#000000
(0,0,0)

Tints of #479D58

#479D58
(71,157,88)
#57A567
(87,165,103)
#67AD76
(103,173,118)
#77B585
(119,181,133)
#87BD94
(135,189,148)
#97C5A3
(151,197,163)
#A7CDB2
(167,205,178)
#B7D5C1
(183,213,193)
#C7DDD0
(199,221,208)
#D7E5DF
(215,229,223)
#E7EDEE
(231,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #479D58 color. Also use rgb(71,157,88) instead hex code.

Text Font Color

.myTextColor { color: #479D58; }

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

This text font color is #479D58.


Background Color

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

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

This div background color is #479D58.


Border color

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

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

This div border color is #479D58.


Opacity

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

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

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

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

This text has shadow with #479D58 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #479D58 on black background.


Color preview on white background

This text has color #479D58 on white background.



Black color preview on #479D58 background

This text has black color on #479D58 background.


White color preview on #479D58 background

This text has white color on #479D58 background.