COLOR #499A59

HEX: #499A59
RGB: (73,154,89)

Renk bilgisi

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

RGB renk modeli

#499A59 color RGB value is (73,154,89).

  • kırmız ton 73;
  • yeşil ton 154;
  • mavi ton 89.
RGB:
(73,154,89)
(29%,60%,35%)

RGB bağlantıları ve doygunluk

R 73 of 255 = 29%
G 154 of 255 = 60%
B 89 of 255 = 35%

73
154
89

R + G + B ~ 41%. #499A59 is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
73 + 154 + 89 = 316 (100%)
R 73 of 316 ~ 23.1%
G 154 of 316 ~ 48.73%
B 89 of 316 ~ 28.16%

%23.1
%48.73
%28.16

CMYK RENK MODELİ

#499A59 rengi CMYK tonu (53,0,42,40).

  • camgöbeği tonu 52.60%
  • eflatun tonu 0.00%
  • sarı tonu 42.21%
  • ana renk tonu 39.61%
CMYK:
(53,0,42,40)
C53M0Y42K40 
(53%,0%,42%,40%)
(0.53/0.00/0.42/0.40)	

CMYK yüzdeleri

%52.6
%0
%42.21
%39.61

Codes

Color #499A59 in popluar color models

499A59
RGB7315489
HSL132°35.68%44.51%
HSB/HSV132°52.60%60.39%
CMYK52.60%0.00%42.21%
39.61%

Color #499A59 in popluar number systems.

HEX499A59
Decimal7315489
Binary1001001100110101011001
Octal111232131

Shades and tints

Shades of #499A59

#499A59
(73,154,89)
#438C51
(67,140,81)
#3D7E49
(61,126,73)
#377041
(55,112,65)
#316239
(49,98,57)
#2B5431
(43,84,49)
#254629
(37,70,41)
#1F3821
(31,56,33)
#192A19
(25,42,25)
#131C11
(19,28,17)
#0D0E09
(13,14,9)
#000000
(0,0,0)

Tints of #499A59

#499A59
(73,154,89)
#59A368
(89,163,104)
#69AC77
(105,172,119)
#79B586
(121,181,134)
#89BE95
(137,190,149)
#99C7A4
(153,199,164)
#A9D0B3
(169,208,179)
#B9D9C2
(185,217,194)
#C9E2D1
(201,226,209)
#D9EBE0
(217,235,224)
#E9F4EF
(233,244,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #499A59 color. Also use rgb(73,154,89) instead hex code.

Text Font Color

.myTextColor { color: #499A59; }

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

This text font color is #499A59.


Background Color

.myBgColor { background-color: #499A59; }

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

This div background color is #499A59.


Border color

.myBorderColor { border: 1px solid #499A59; }

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

This div border color is #499A59.


Opacity

.myOpacity80 { color: #499A59; opacity: 0.8; }

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

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

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

This text has shadow with #499A59 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #499A59 on black background.


Color preview on white background

This text has color #499A59 on white background.



Black color preview on #499A59 background

This text has black color on #499A59 background.


White color preview on #499A59 background

This text has white color on #499A59 background.