COLOR #479370

HEX: #479370
RGB: (71,147,112)

Renk bilgisi

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

RGB renk modeli

#479370 color RGB value is (71,147,112).

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

RGB bağlantıları ve doygunluk

R 71 of 255 = 28%
G 147 of 255 = 58%
B 112 of 255 = 44%

71
147
112

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

Yüzdelerle RGB renk parçaları

R + G + B =
71 + 147 + 112 = 330 (100%)
R 71 of 330 ~ 21.52%
G 147 of 330 ~ 44.55%
B 112 of 330 ~ 33.94%

%21.52
%44.55
%33.94

CMYK RENK MODELİ

#479370 rengi CMYK tonu (52,0,24,42).

  • camgöbeği tonu 51.70%
  • eflatun tonu 0.00%
  • sarı tonu 23.81%
  • ana renk tonu 42.35%
CMYK:
(52,0,24,42)
C52M0Y24K42 
(52%,0%,24%,42%)
(0.52/0.00/0.24/0.42)	

CMYK yüzdeleri

%51.7
%0
%23.81
%42.35

Codes

Color #479370 in popluar color models

479370
RGB71147112
HSL152°34.86%42.75%
HSB/HSV152°51.70%57.65%
CMYK51.70%0.00%23.81%
42.35%

Color #479370 in popluar number systems.

HEX479370
Decimal71147112
Binary1000111100100111110000
Octal107223160

Shades and tints

Shades of #479370

#479370
(71,147,112)
#418666
(65,134,102)
#3B795C
(59,121,92)
#356C52
(53,108,82)
#2F5F48
(47,95,72)
#29523E
(41,82,62)
#234534
(35,69,52)
#1D382A
(29,56,42)
#172B20
(23,43,32)
#111E16
(17,30,22)
#0B110C
(11,17,12)
#000000
(0,0,0)

Tints of #479370

#479370
(71,147,112)
#579C7D
(87,156,125)
#67A58A
(103,165,138)
#77AE97
(119,174,151)
#87B7A4
(135,183,164)
#97C0B1
(151,192,177)
#A7C9BE
(167,201,190)
#B7D2CB
(183,210,203)
#C7DBD8
(199,219,216)
#D7E4E5
(215,228,229)
#E7EDF2
(231,237,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #479370; }

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

This text font color is #479370.


Background Color

.myBgColor { background-color: #479370; }

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

This div background color is #479370.


Border color

.myBorderColor { border: 1px solid #479370; }

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

This div border color is #479370.


Opacity

.myOpacity80 { color: #479370; opacity: 0.8; }

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

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

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

This text has shadow with #479370 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #479370 on black background.


Color preview on white background

This text has color #479370 on white background.



Black color preview on #479370 background

This text has black color on #479370 background.


White color preview on #479370 background

This text has white color on #479370 background.