COLOR #499F27

HEX: #499F27
RGB: (73,159,39)

Renk bilgisi

#499F27 contains mainly green color. #499F27 ‘ nin web güvenlik rengi #339933 (ya da #393) dir.

RGB renk modeli

#499F27 color RGB value is (73,159,39).

  • kırmız ton 73;
  • yeşil ton 159;
  • mavi ton 39.
RGB:
(73,159,39)
(29%,62%,15%)

RGB bağlantıları ve doygunluk

R 73 of 255 = 29%
G 159 of 255 = 62%
B 39 of 255 = 15%

73
159
39

R + G + B ~ 35%. #499F27 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
73 + 159 + 39 = 271 (100%)
R 73 of 271 ~ 26.94%
G 159 of 271 ~ 58.67%
B 39 of 271 ~ 14.39%

%26.94
%58.67
%14.39

CMYK RENK MODELİ

#499F27 rengi CMYK tonu (54,0,75,38).

  • camgöbeği tonu 54.09%
  • eflatun tonu 0.00%
  • sarı tonu 75.47%
  • ana renk tonu 37.65%
CMYK:
(54,0,75,38)
C54M0Y75K38 
(54%,0%,75%,38%)
(0.54/0.00/0.75/0.38)	

CMYK yüzdeleri

%54.09
%0
%75.47
%37.65

Codes

Color #499F27 in popluar color models

499F27
RGB7315939
HSL103°60.61%38.82%
HSB/HSV103°75.47%62.35%
CMYK54.09%0.00%75.47%
37.65%

Color #499F27 in popluar number systems.

HEX499F27
Decimal7315939
Binary100100110011111100111
Octal11123747

Shades and tints

Shades of #499F27

#499F27
(73,159,39)
#439124
(67,145,36)
#3D8321
(61,131,33)
#37751E
(55,117,30)
#31671B
(49,103,27)
#2B5918
(43,89,24)
#254B15
(37,75,21)
#1F3D12
(31,61,18)
#192F0F
(25,47,15)
#13210C
(19,33,12)
#0D1309
(13,19,9)
#000000
(0,0,0)

Tints of #499F27

#499F27
(73,159,39)
#59A73A
(89,167,58)
#69AF4D
(105,175,77)
#79B760
(121,183,96)
#89BF73
(137,191,115)
#99C786
(153,199,134)
#A9CF99
(169,207,153)
#B9D7AC
(185,215,172)
#C9DFBF
(201,223,191)
#D9E7D2
(217,231,210)
#E9EFE5
(233,239,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #499F27 color. Also use rgb(73,159,39) instead hex code.

Text Font Color

.myTextColor { color: #499F27; }

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

This text font color is #499F27.


Background Color

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

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

This div background color is #499F27.


Border color

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

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

This div border color is #499F27.


Opacity

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

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

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

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

This text has shadow with #499F27 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #499F27 on black background.


Color preview on white background

This text has color #499F27 on white background.



Black color preview on #499F27 background

This text has black color on #499F27 background.


White color preview on #499F27 background

This text has white color on #499F27 background.