COLOR #498813

HEX: #498813
RGB: (73,136,19)

Renk bilgisi

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

RGB renk modeli

#498813 color RGB value is (73,136,19).

  • kırmız ton 73;
  • yeşil ton 136;
  • mavi ton 19.
RGB:
(73,136,19)
(29%,53%,7%)

RGB bağlantıları ve doygunluk

R 73 of 255 = 29%
G 136 of 255 = 53%
B 19 of 255 = 7%

73
136
19

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

Yüzdelerle RGB renk parçaları

R + G + B =
73 + 136 + 19 = 228 (100%)
R 73 of 228 ~ 32.02%
G 136 of 228 ~ 59.65%
B 19 of 228 ~ 8.33%

%32.02
%59.65

CMYK RENK MODELİ

#498813 rengi CMYK tonu (46,0,86,47).

  • camgöbeği tonu 46.32%
  • eflatun tonu 0.00%
  • sarı tonu 86.03%
  • ana renk tonu 46.67%
CMYK:
(46,0,86,47)
C46M0Y86K47 
(46%,0%,86%,47%)
(0.46/0.00/0.86/0.47)	

CMYK yüzdeleri

%46.32
%0
%86.03
%46.67

Codes

Color #498813 in popluar color models

498813
RGB7313619
HSL92°75.48%30.39%
HSB/HSV92°86.03%53.33%
CMYK46.32%0.00%86.03%
46.67%

Color #498813 in popluar number systems.

HEX498813
Decimal7313619
Binary10010011000100010011
Octal11121023

Shades and tints

Shades of #498813

#498813
(73,136,19)
#437C12
(67,124,18)
#3D7011
(61,112,17)
#376410
(55,100,16)
#31580F
(49,88,15)
#2B4C0E
(43,76,14)
#25400D
(37,64,13)
#1F340C
(31,52,12)
#19280B
(25,40,11)
#131C0A
(19,28,10)
#0D1009
(13,16,9)
#000000
(0,0,0)

Tints of #498813

#498813
(73,136,19)
#599228
(89,146,40)
#699C3D
(105,156,61)
#79A652
(121,166,82)
#89B067
(137,176,103)
#99BA7C
(153,186,124)
#A9C491
(169,196,145)
#B9CEA6
(185,206,166)
#C9D8BB
(201,216,187)
#D9E2D0
(217,226,208)
#E9ECE5
(233,236,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #498813 color. Also use rgb(73,136,19) instead hex code.

Text Font Color

.myTextColor { color: #498813; }

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

This text font color is #498813.


Background Color

.myBgColor { background-color: #498813; }

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

This div background color is #498813.


Border color

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

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

This div border color is #498813.


Opacity

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

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

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

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

This text has shadow with #498813 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #498813 on black background.


Color preview on white background

This text has color #498813 on white background.



Black color preview on #498813 background

This text has black color on #498813 background.


White color preview on #498813 background

This text has white color on #498813 background.