COLOR #498904

HEX: #498904
RGB: (73,137,4)

Renk bilgisi

#498904 contains mainly green color. #498904 ‘ nin web güvenlik rengi #339900 (ya da #390) dir.

RGB renk modeli

#498904 color RGB value is (73,137,4).

  • kırmız ton 73;
  • yeşil ton 137;
  • mavi ton 4.
RGB:
(73,137,4)
(29%,54%,2%)

RGB bağlantıları ve doygunluk

R 73 of 255 = 29%
G 137 of 255 = 54%
B 4 of 255 = 2%

73
137
4

R + G + B ~ 28%. #498904 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
73 + 137 + 4 = 214 (100%)
R 73 of 214 ~ 34.11%
G 137 of 214 ~ 64.02%
B 4 of 214 ~ 1.87%

%34.11
%64.02

CMYK RENK MODELİ

#498904 rengi CMYK tonu (47,0,97,46).

  • camgöbeği tonu 46.72%
  • eflatun tonu 0.00%
  • sarı tonu 97.08%
  • ana renk tonu 46.27%
CMYK:
(47,0,97,46)
C47M0Y97K46 
(47%,0%,97%,46%)
(0.47/0.00/0.97/0.46)	

CMYK yüzdeleri

%46.72
%0
%97.08
%46.27

Codes

Color #498904 in popluar color models

498904
RGB731374
HSL89°94.33%27.65%
HSB/HSV89°97.08%53.73%
CMYK46.72%0.00%97.08%
46.27%

Color #498904 in popluar number systems.

HEX498904
Decimal731374
Binary100100110001001100
Octal1112114

Shades and tints

Shades of #498904

#498904
(73,137,4)
#437D04
(67,125,4)
#3D7104
(61,113,4)
#376504
(55,101,4)
#315904
(49,89,4)
#2B4D04
(43,77,4)
#254104
(37,65,4)
#1F3504
(31,53,4)
#192904
(25,41,4)
#131D04
(19,29,4)
#0D1104
(13,17,4)
#000000
(0,0,0)

Tints of #498904

#498904
(73,137,4)
#59931A
(89,147,26)
#699D30
(105,157,48)
#79A746
(121,167,70)
#89B15C
(137,177,92)
#99BB72
(153,187,114)
#A9C588
(169,197,136)
#B9CF9E
(185,207,158)
#C9D9B4
(201,217,180)
#D9E3CA
(217,227,202)
#E9EDE0
(233,237,224)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #498904 color. Also use rgb(73,137,4) instead hex code.

Text Font Color

.myTextColor { color: #498904; }

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

This text font color is #498904.


Background Color

.myBgColor { background-color: #498904; }

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

This div background color is #498904.


Border color

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

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

This div border color is #498904.


Opacity

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

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

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

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

This text has shadow with #498904 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #498904 on black background.


Color preview on white background

This text has color #498904 on white background.



Black color preview on #498904 background

This text has black color on #498904 background.


White color preview on #498904 background

This text has white color on #498904 background.