COLOR #479073

HEX: #479073
RGB: (71,144,115)

Renk bilgisi

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

RGB renk modeli

#479073 color RGB value is (71,144,115).

  • kırmız ton 71;
  • yeşil ton 144;
  • mavi ton 115.
RGB:
(71,144,115)
(28%,56%,45%)

RGB bağlantıları ve doygunluk

R 71 of 255 = 28%
G 144 of 255 = 56%
B 115 of 255 = 45%

71
144
115

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

Yüzdelerle RGB renk parçaları

R + G + B =
71 + 144 + 115 = 330 (100%)
R 71 of 330 ~ 21.52%
G 144 of 330 ~ 43.64%
B 115 of 330 ~ 34.85%

%21.52
%43.64
%34.85

CMYK RENK MODELİ

#479073 rengi CMYK tonu (51,0,20,44).

  • camgöbeği tonu 50.69%
  • eflatun tonu 0.00%
  • sarı tonu 20.14%
  • ana renk tonu 43.53%
CMYK:
(51,0,20,44)
C51M0Y20K44 
(51%,0%,20%,44%)
(0.51/0.00/0.20/0.44)	

CMYK yüzdeleri

%50.69
%0
%20.14
%43.53

Codes

Color #479073 in popluar color models

479073
RGB71144115
HSL156°33.95%42.16%
HSB/HSV156°50.69%56.47%
CMYK50.69%0.00%20.14%
43.53%

Color #479073 in popluar number systems.

HEX479073
Decimal71144115
Binary1000111100100001110011
Octal107220163

Shades and tints

Shades of #479073

#479073
(71,144,115)
#418369
(65,131,105)
#3B765F
(59,118,95)
#356955
(53,105,85)
#2F5C4B
(47,92,75)
#294F41
(41,79,65)
#234237
(35,66,55)
#1D352D
(29,53,45)
#172823
(23,40,35)
#111B19
(17,27,25)
#0B0E0F
(11,14,15)
#000000
(0,0,0)

Tints of #479073

#479073
(71,144,115)
#579A7F
(87,154,127)
#67A48B
(103,164,139)
#77AE97
(119,174,151)
#87B8A3
(135,184,163)
#97C2AF
(151,194,175)
#A7CCBB
(167,204,187)
#B7D6C7
(183,214,199)
#C7E0D3
(199,224,211)
#D7EADF
(215,234,223)
#E7F4EB
(231,244,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #479073 color. Also use rgb(71,144,115) instead hex code.

Text Font Color

.myTextColor { color: #479073; }

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

This text font color is #479073.


Background Color

.myBgColor { background-color: #479073; }

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

This div background color is #479073.


Border color

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

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

This div border color is #479073.


Opacity

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

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

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

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

This text has shadow with #479073 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #479073 on black background.


Color preview on white background

This text has color #479073 on white background.



Black color preview on #479073 background

This text has black color on #479073 background.


White color preview on #479073 background

This text has white color on #479073 background.