COLOR #499034

HEX: #499034
RGB: (73,144,52)

Renk bilgisi

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

RGB renk modeli

#499034 color RGB value is (73,144,52).

  • kırmız ton 73;
  • yeşil ton 144;
  • mavi ton 52.
RGB:
(73,144,52)
(29%,56%,20%)

RGB bağlantıları ve doygunluk

R 73 of 255 = 29%
G 144 of 255 = 56%
B 52 of 255 = 20%

73
144
52

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

Yüzdelerle RGB renk parçaları

R + G + B =
73 + 144 + 52 = 269 (100%)
R 73 of 269 ~ 27.14%
G 144 of 269 ~ 53.53%
B 52 of 269 ~ 19.33%

%27.14
%53.53
%19.33

CMYK RENK MODELİ

#499034 rengi CMYK tonu (49,0,64,44).

  • camgöbeği tonu 49.31%
  • eflatun tonu 0.00%
  • sarı tonu 63.89%
  • ana renk tonu 43.53%
CMYK:
(49,0,64,44)
C49M0Y64K44 
(49%,0%,64%,44%)
(0.49/0.00/0.64/0.44)	

CMYK yüzdeleri

%49.31
%0
%63.89
%43.53

Codes

Color #499034 in popluar color models

499034
RGB7314452
HSL106°46.94%38.43%
HSB/HSV106°63.89%56.47%
CMYK49.31%0.00%63.89%
43.53%

Color #499034 in popluar number systems.

HEX499034
Decimal7314452
Binary100100110010000110100
Octal11122064

Shades and tints

Shades of #499034

#499034
(73,144,52)
#438330
(67,131,48)
#3D762C
(61,118,44)
#376928
(55,105,40)
#315C24
(49,92,36)
#2B4F20
(43,79,32)
#25421C
(37,66,28)
#1F3518
(31,53,24)
#192814
(25,40,20)
#131B10
(19,27,16)
#0D0E0C
(13,14,12)
#000000
(0,0,0)

Tints of #499034

#499034
(73,144,52)
#599A46
(89,154,70)
#69A458
(105,164,88)
#79AE6A
(121,174,106)
#89B87C
(137,184,124)
#99C28E
(153,194,142)
#A9CCA0
(169,204,160)
#B9D6B2
(185,214,178)
#C9E0C4
(201,224,196)
#D9EAD6
(217,234,214)
#E9F4E8
(233,244,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #499034 color. Also use rgb(73,144,52) instead hex code.

Text Font Color

.myTextColor { color: #499034; }

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

This text font color is #499034.


Background Color

.myBgColor { background-color: #499034; }

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

This div background color is #499034.


Border color

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

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

This div border color is #499034.


Opacity

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

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

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

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

This text has shadow with #499034 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #499034 on black background.


Color preview on white background

This text has color #499034 on white background.



Black color preview on #499034 background

This text has black color on #499034 background.


White color preview on #499034 background

This text has white color on #499034 background.