COLOR #498A25

HEX: #498A25
RGB: (73,138,37)

Renk bilgisi

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

RGB renk modeli

#498A25 color RGB value is (73,138,37).

  • kırmız ton 73;
  • yeşil ton 138;
  • mavi ton 37.
RGB:
(73,138,37)
(29%,54%,15%)

RGB bağlantıları ve doygunluk

R 73 of 255 = 29%
G 138 of 255 = 54%
B 37 of 255 = 15%

73
138
37

R + G + B ~ 33%. #498A25 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
73 + 138 + 37 = 248 (100%)
R 73 of 248 ~ 29.44%
G 138 of 248 ~ 55.65%
B 37 of 248 ~ 14.92%

%29.44
%55.65
%14.92

CMYK RENK MODELİ

#498A25 rengi CMYK tonu (47,0,73,46).

  • camgöbeği tonu 47.10%
  • eflatun tonu 0.00%
  • sarı tonu 73.19%
  • ana renk tonu 45.88%
CMYK:
(47,0,73,46)
C47M0Y73K46 
(47%,0%,73%,46%)
(0.47/0.00/0.73/0.46)	

CMYK yüzdeleri

%47.1
%0
%73.19
%45.88

Codes

Color #498A25 in popluar color models

498A25
RGB7313837
HSL99°57.71%34.31%
HSB/HSV99°73.19%54.12%
CMYK47.10%0.00%73.19%
45.88%

Color #498A25 in popluar number systems.

HEX498A25
Decimal7313837
Binary100100110001010100101
Octal11121245

Shades and tints

Shades of #498A25

#498A25
(73,138,37)
#437E22
(67,126,34)
#3D721F
(61,114,31)
#37661C
(55,102,28)
#315A19
(49,90,25)
#2B4E16
(43,78,22)
#254213
(37,66,19)
#1F3610
(31,54,16)
#192A0D
(25,42,13)
#131E0A
(19,30,10)
#0D1207
(13,18,7)
#000000
(0,0,0)

Tints of #498A25

#498A25
(73,138,37)
#599438
(89,148,56)
#699E4B
(105,158,75)
#79A85E
(121,168,94)
#89B271
(137,178,113)
#99BC84
(153,188,132)
#A9C697
(169,198,151)
#B9D0AA
(185,208,170)
#C9DABD
(201,218,189)
#D9E4D0
(217,228,208)
#E9EEE3
(233,238,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #498A25 color. Also use rgb(73,138,37) instead hex code.

Text Font Color

.myTextColor { color: #498A25; }

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

This text font color is #498A25.


Background Color

.myBgColor { background-color: #498A25; }

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

This div background color is #498A25.


Border color

.myBorderColor { border: 1px solid #498A25; }

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

This div border color is #498A25.


Opacity

.myOpacity80 { color: #498A25; opacity: 0.8; }

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

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

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

This text has shadow with #498A25 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #498A25 on black background.


Color preview on white background

This text has color #498A25 on white background.



Black color preview on #498A25 background

This text has black color on #498A25 background.


White color preview on #498A25 background

This text has white color on #498A25 background.