COLOR #479F74

HEX: #479F74
RGB: (71,159,116)

Renk bilgisi

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

RGB renk modeli

#479F74 color RGB value is (71,159,116).

  • kırmız ton 71;
  • yeşil ton 159;
  • mavi ton 116.
RGB:
(71,159,116)
(28%,62%,45%)

RGB bağlantıları ve doygunluk

R 71 of 255 = 28%
G 159 of 255 = 62%
B 116 of 255 = 45%

71
159
116

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

Yüzdelerle RGB renk parçaları

R + G + B =
71 + 159 + 116 = 346 (100%)
R 71 of 346 ~ 20.52%
G 159 of 346 ~ 45.95%
B 116 of 346 ~ 33.53%

%20.52
%45.95
%33.53

CMYK RENK MODELİ

#479F74 rengi CMYK tonu (55,0,27,38).

  • camgöbeği tonu 55.35%
  • eflatun tonu 0.00%
  • sarı tonu 27.04%
  • ana renk tonu 37.65%
CMYK:
(55,0,27,38)
C55M0Y27K38 
(55%,0%,27%,38%)
(0.55/0.00/0.27/0.38)	

CMYK yüzdeleri

%55.35
%0
%27.04
%37.65

Codes

Color #479F74 in popluar color models

479F74
RGB71159116
HSL151°38.26%45.10%
HSB/HSV151°55.35%62.35%
CMYK55.35%0.00%27.04%
37.65%

Color #479F74 in popluar number systems.

HEX479F74
Decimal71159116
Binary1000111100111111110100
Octal107237164

Shades and tints

Shades of #479F74

#479F74
(71,159,116)
#41916A
(65,145,106)
#3B8360
(59,131,96)
#357556
(53,117,86)
#2F674C
(47,103,76)
#295942
(41,89,66)
#234B38
(35,75,56)
#1D3D2E
(29,61,46)
#172F24
(23,47,36)
#11211A
(17,33,26)
#0B1310
(11,19,16)
#000000
(0,0,0)

Tints of #479F74

#479F74
(71,159,116)
#57A780
(87,167,128)
#67AF8C
(103,175,140)
#77B798
(119,183,152)
#87BFA4
(135,191,164)
#97C7B0
(151,199,176)
#A7CFBC
(167,207,188)
#B7D7C8
(183,215,200)
#C7DFD4
(199,223,212)
#D7E7E0
(215,231,224)
#E7EFEC
(231,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #479F74 color. Also use rgb(71,159,116) instead hex code.

Text Font Color

.myTextColor { color: #479F74; }

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

This text font color is #479F74.


Background Color

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

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

This div background color is #479F74.


Border color

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

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

This div border color is #479F74.


Opacity

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

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

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

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

This text has shadow with #479F74 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #479F74 on black background.


Color preview on white background

This text has color #479F74 on white background.



Black color preview on #479F74 background

This text has black color on #479F74 background.


White color preview on #479F74 background

This text has white color on #479F74 background.