COLOR #498B0D

HEX: #498B0D
RGB: (73,139,13)

Renk bilgisi

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

RGB renk modeli

#498B0D color RGB value is (73,139,13).

  • kırmız ton 73;
  • yeşil ton 139;
  • mavi ton 13.
RGB:
(73,139,13)
(29%,55%,5%)

RGB bağlantıları ve doygunluk

R 73 of 255 = 29%
G 139 of 255 = 55%
B 13 of 255 = 5%

73
139
13

R + G + B ~ 30%. #498B0D is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
73 + 139 + 13 = 225 (100%)
R 73 of 225 ~ 32.44%
G 139 of 225 ~ 61.78%
B 13 of 225 ~ 5.78%

%32.44
%61.78

CMYK RENK MODELİ

#498B0D rengi CMYK tonu (47,0,91,45).

  • camgöbeği tonu 47.48%
  • eflatun tonu 0.00%
  • sarı tonu 90.65%
  • ana renk tonu 45.49%
CMYK:
(47,0,91,45)
C47M0Y91K45 
(47%,0%,91%,45%)
(0.47/0.00/0.91/0.45)	

CMYK yüzdeleri

%47.48
%0
%90.65
%45.49

Codes

Color #498B0D in popluar color models

498B0D
RGB7313913
HSL91°82.89%29.80%
HSB/HSV91°90.65%54.51%
CMYK47.48%0.00%90.65%
45.49%

Color #498B0D in popluar number systems.

HEX498B0D
Decimal7313913
Binary1001001100010111101
Octal11121315

Shades and tints

Shades of #498B0D

#498B0D
(73,139,13)
#437F0C
(67,127,12)
#3D730B
(61,115,11)
#37670A
(55,103,10)
#315B09
(49,91,9)
#2B4F08
(43,79,8)
#254307
(37,67,7)
#1F3706
(31,55,6)
#192B05
(25,43,5)
#131F04
(19,31,4)
#0D1303
(13,19,3)
#000000
(0,0,0)

Tints of #498B0D

#498B0D
(73,139,13)
#599523
(89,149,35)
#699F39
(105,159,57)
#79A94F
(121,169,79)
#89B365
(137,179,101)
#99BD7B
(153,189,123)
#A9C791
(169,199,145)
#B9D1A7
(185,209,167)
#C9DBBD
(201,219,189)
#D9E5D3
(217,229,211)
#E9EFE9
(233,239,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #498B0D color. Also use rgb(73,139,13) instead hex code.

Text Font Color

.myTextColor { color: #498B0D; }

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

This text font color is #498B0D.


Background Color

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

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

This div background color is #498B0D.


Border color

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

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

This div border color is #498B0D.


Opacity

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

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

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

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

This text has shadow with #498B0D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #498B0D on black background.


Color preview on white background

This text has color #498B0D on white background.



Black color preview on #498B0D background

This text has black color on #498B0D background.


White color preview on #498B0D background

This text has white color on #498B0D background.