COLOR #479B70

HEX: #479B70
RGB: (71,155,112)

Renk bilgisi

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

RGB renk modeli

#479B70 color RGB value is (71,155,112).

  • kırmız ton 71;
  • yeşil ton 155;
  • mavi ton 112.
RGB:
(71,155,112)
(28%,61%,44%)

RGB bağlantıları ve doygunluk

R 71 of 255 = 28%
G 155 of 255 = 61%
B 112 of 255 = 44%

71
155
112

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

Yüzdelerle RGB renk parçaları

R + G + B =
71 + 155 + 112 = 338 (100%)
R 71 of 338 ~ 21.01%
G 155 of 338 ~ 45.86%
B 112 of 338 ~ 33.14%

%21.01
%45.86
%33.14

CMYK RENK MODELİ

#479B70 rengi CMYK tonu (54,0,28,39).

  • camgöbeği tonu 54.19%
  • eflatun tonu 0.00%
  • sarı tonu 27.74%
  • ana renk tonu 39.22%
CMYK:
(54,0,28,39)
C54M0Y28K39 
(54%,0%,28%,39%)
(0.54/0.00/0.28/0.39)	

CMYK yüzdeleri

%54.19
%0
%27.74
%39.22

Codes

Color #479B70 in popluar color models

479B70
RGB71155112
HSL149°37.17%44.31%
HSB/HSV149°54.19%60.78%
CMYK54.19%0.00%27.74%
39.22%

Color #479B70 in popluar number systems.

HEX479B70
Decimal71155112
Binary1000111100110111110000
Octal107233160

Shades and tints

Shades of #479B70

#479B70
(71,155,112)
#418D66
(65,141,102)
#3B7F5C
(59,127,92)
#357152
(53,113,82)
#2F6348
(47,99,72)
#29553E
(41,85,62)
#234734
(35,71,52)
#1D392A
(29,57,42)
#172B20
(23,43,32)
#111D16
(17,29,22)
#0B0F0C
(11,15,12)
#000000
(0,0,0)

Tints of #479B70

#479B70
(71,155,112)
#57A47D
(87,164,125)
#67AD8A
(103,173,138)
#77B697
(119,182,151)
#87BFA4
(135,191,164)
#97C8B1
(151,200,177)
#A7D1BE
(167,209,190)
#B7DACB
(183,218,203)
#C7E3D8
(199,227,216)
#D7ECE5
(215,236,229)
#E7F5F2
(231,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #479B70 color. Also use rgb(71,155,112) instead hex code.

Text Font Color

.myTextColor { color: #479B70; }

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

This text font color is #479B70.


Background Color

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

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

This div background color is #479B70.


Border color

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

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

This div border color is #479B70.


Opacity

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

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

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

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

This text has shadow with #479B70 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #479B70 on black background.


Color preview on white background

This text has color #479B70 on white background.



Black color preview on #479B70 background

This text has black color on #479B70 background.


White color preview on #479B70 background

This text has white color on #479B70 background.