COLOR #499048

HEX: #499048
RGB: (73,144,72)

Renk bilgisi

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

RGB renk modeli

#499048 color RGB value is (73,144,72).

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

RGB bağlantıları ve doygunluk

R 73 of 255 = 29%
G 144 of 255 = 56%
B 72 of 255 = 28%

73
144
72

R + G + B ~ 38%. #499048 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
73 + 144 + 72 = 289 (100%)
R 73 of 289 ~ 25.26%
G 144 of 289 ~ 49.83%
B 72 of 289 ~ 24.91%

%25.26
%49.83
%24.91

CMYK RENK MODELİ

#499048 rengi CMYK tonu (49,0,50,44).

  • camgöbeği tonu 49.31%
  • eflatun tonu 0.00%
  • sarı tonu 50.00%
  • ana renk tonu 43.53%
CMYK:
(49,0,50,44)
C49M0Y50K44 
(49%,0%,50%,44%)
(0.49/0.00/0.50/0.44)	

CMYK yüzdeleri

%49.31
%0
%50
%43.53

Codes

Color #499048 in popluar color models

499048
RGB7314472
HSL119°33.33%42.35%
HSB/HSV119°50.00%56.47%
CMYK49.31%0.00%50.00%
43.53%

Color #499048 in popluar number systems.

HEX499048
Decimal7314472
Binary1001001100100001001000
Octal111220110

Shades and tints

Shades of #499048

#499048
(73,144,72)
#438342
(67,131,66)
#3D763C
(61,118,60)
#376936
(55,105,54)
#315C30
(49,92,48)
#2B4F2A
(43,79,42)
#254224
(37,66,36)
#1F351E
(31,53,30)
#192818
(25,40,24)
#131B12
(19,27,18)
#0D0E0C
(13,14,12)
#000000
(0,0,0)

Tints of #499048

#499048
(73,144,72)
#599A58
(89,154,88)
#69A468
(105,164,104)
#79AE78
(121,174,120)
#89B888
(137,184,136)
#99C298
(153,194,152)
#A9CCA8
(169,204,168)
#B9D6B8
(185,214,184)
#C9E0C8
(201,224,200)
#D9EAD8
(217,234,216)
#E9F4E8
(233,244,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #499048; }

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

This text font color is #499048.


Background Color

.myBgColor { background-color: #499048; }

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

This div background color is #499048.


Border color

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

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

This div border color is #499048.


Opacity

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

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

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

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

This text has shadow with #499048 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #499048 on black background.


Color preview on white background

This text has color #499048 on white background.



Black color preview on #499048 background

This text has black color on #499048 background.


White color preview on #499048 background

This text has white color on #499048 background.