COLOR #498D30

HEX: #498D30
RGB: (73,141,48)

Renk bilgisi

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

RGB renk modeli

#498D30 color RGB value is (73,141,48).

  • kırmız ton 73;
  • yeşil ton 141;
  • mavi ton 48.
RGB:
(73,141,48)
(29%,55%,19%)

RGB bağlantıları ve doygunluk

R 73 of 255 = 29%
G 141 of 255 = 55%
B 48 of 255 = 19%

73
141
48

R + G + B ~ 34%. #498D30 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
73 + 141 + 48 = 262 (100%)
R 73 of 262 ~ 27.86%
G 141 of 262 ~ 53.82%
B 48 of 262 ~ 18.32%

%27.86
%53.82
%18.32

CMYK RENK MODELİ

#498D30 rengi CMYK tonu (48,0,66,45).

  • camgöbeği tonu 48.23%
  • eflatun tonu 0.00%
  • sarı tonu 65.96%
  • ana renk tonu 44.71%
CMYK:
(48,0,66,45)
C48M0Y66K45 
(48%,0%,66%,45%)
(0.48/0.00/0.66/0.45)	

CMYK yüzdeleri

%48.23
%0
%65.96
%44.71

Codes

Color #498D30 in popluar color models

498D30
RGB7314148
HSL104°49.21%37.06%
HSB/HSV104°65.96%55.29%
CMYK48.23%0.00%65.96%
44.71%

Color #498D30 in popluar number systems.

HEX498D30
Decimal7314148
Binary100100110001101110000
Octal11121560

Shades and tints

Shades of #498D30

#498D30
(73,141,48)
#43812C
(67,129,44)
#3D7528
(61,117,40)
#376924
(55,105,36)
#315D20
(49,93,32)
#2B511C
(43,81,28)
#254518
(37,69,24)
#1F3914
(31,57,20)
#192D10
(25,45,16)
#13210C
(19,33,12)
#0D1508
(13,21,8)
#000000
(0,0,0)

Tints of #498D30

#498D30
(73,141,48)
#599742
(89,151,66)
#69A154
(105,161,84)
#79AB66
(121,171,102)
#89B578
(137,181,120)
#99BF8A
(153,191,138)
#A9C99C
(169,201,156)
#B9D3AE
(185,211,174)
#C9DDC0
(201,221,192)
#D9E7D2
(217,231,210)
#E9F1E4
(233,241,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #498D30 color. Also use rgb(73,141,48) instead hex code.

Text Font Color

.myTextColor { color: #498D30; }

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

This text font color is #498D30.


Background Color

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

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

This div background color is #498D30.


Border color

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

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

This div border color is #498D30.


Opacity

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

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

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

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

This text has shadow with #498D30 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #498D30 on black background.


Color preview on white background

This text has color #498D30 on white background.



Black color preview on #498D30 background

This text has black color on #498D30 background.


White color preview on #498D30 background

This text has white color on #498D30 background.