COLOR #499245

HEX: #499245
RGB: (73,146,69)

Renk bilgisi

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

RGB renk modeli

#499245 color RGB value is (73,146,69).

  • kırmız ton 73;
  • yeşil ton 146;
  • mavi ton 69.
RGB:
(73,146,69)
(29%,57%,27%)

RGB bağlantıları ve doygunluk

R 73 of 255 = 29%
G 146 of 255 = 57%
B 69 of 255 = 27%

73
146
69

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

Yüzdelerle RGB renk parçaları

R + G + B =
73 + 146 + 69 = 288 (100%)
R 73 of 288 ~ 25.35%
G 146 of 288 ~ 50.69%
B 69 of 288 ~ 23.96%

%25.35
%50.69
%23.96

CMYK RENK MODELİ

#499245 rengi CMYK tonu (50,0,53,43).

  • camgöbeği tonu 50.00%
  • eflatun tonu 0.00%
  • sarı tonu 52.74%
  • ana renk tonu 42.75%
CMYK:
(50,0,53,43)
C50M0Y53K43 
(50%,0%,53%,43%)
(0.50/0.00/0.53/0.43)	

CMYK yüzdeleri

%50
%0
%52.74
%42.75

Codes

Color #499245 in popluar color models

499245
RGB7314669
HSL117°35.81%42.16%
HSB/HSV117°52.74%57.25%
CMYK50.00%0.00%52.74%
42.75%

Color #499245 in popluar number systems.

HEX499245
Decimal7314669
Binary1001001100100101000101
Octal111222105

Shades and tints

Shades of #499245

#499245
(73,146,69)
#43853F
(67,133,63)
#3D7839
(61,120,57)
#376B33
(55,107,51)
#315E2D
(49,94,45)
#2B5127
(43,81,39)
#254421
(37,68,33)
#1F371B
(31,55,27)
#192A15
(25,42,21)
#131D0F
(19,29,15)
#0D1009
(13,16,9)
#000000
(0,0,0)

Tints of #499245

#499245
(73,146,69)
#599B55
(89,155,85)
#69A465
(105,164,101)
#79AD75
(121,173,117)
#89B685
(137,182,133)
#99BF95
(153,191,149)
#A9C8A5
(169,200,165)
#B9D1B5
(185,209,181)
#C9DAC5
(201,218,197)
#D9E3D5
(217,227,213)
#E9ECE5
(233,236,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #499245 color. Also use rgb(73,146,69) instead hex code.

Text Font Color

.myTextColor { color: #499245; }

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

This text font color is #499245.


Background Color

.myBgColor { background-color: #499245; }

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

This div background color is #499245.


Border color

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

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

This div border color is #499245.


Opacity

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

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

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

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

This text has shadow with #499245 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #499245 on black background.


Color preview on white background

This text has color #499245 on white background.



Black color preview on #499245 background

This text has black color on #499245 background.


White color preview on #499245 background

This text has white color on #499245 background.