COLOR #498015

HEX: #498015
RGB: (73,128,21)

Renk bilgisi

#498015 contains mainly red and green colors. #498015 ‘ nin web güvenlik rengi #336600 (ya da #360) dir.

RGB renk modeli

#498015 color RGB value is (73,128,21).

  • kırmız ton 73;
  • yeşil ton 128;
  • mavi ton 21.
RGB:
(73,128,21)
(29%,50%,8%)

RGB bağlantıları ve doygunluk

R 73 of 255 = 29%
G 128 of 255 = 50%
B 21 of 255 = 8%

73
128
21

R + G + B ~ 29%. #498015 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
73 + 128 + 21 = 222 (100%)
R 73 of 222 ~ 32.88%
G 128 of 222 ~ 57.66%
B 21 of 222 ~ 9.46%

%32.88
%57.66

CMYK RENK MODELİ

#498015 rengi CMYK tonu (43,0,84,50).

  • camgöbeği tonu 42.97%
  • eflatun tonu 0.00%
  • sarı tonu 83.59%
  • ana renk tonu 49.80%
CMYK:
(43,0,84,50)
C43M0Y84K50 
(43%,0%,84%,50%)
(0.43/0.00/0.84/0.50)	

CMYK yüzdeleri

%42.97
%0
%83.59
%49.8

Codes

Color #498015 in popluar color models

498015
RGB7312821
HSL91°71.81%29.22%
HSB/HSV91°83.59%50.20%
CMYK42.97%0.00%83.59%
49.80%

Color #498015 in popluar number systems.

HEX498015
Decimal7312821
Binary10010011000000010101
Octal11120025

Shades and tints

Shades of #498015

#498015
(73,128,21)
#437514
(67,117,20)
#3D6A13
(61,106,19)
#375F12
(55,95,18)
#315411
(49,84,17)
#2B4910
(43,73,16)
#253E0F
(37,62,15)
#1F330E
(31,51,14)
#19280D
(25,40,13)
#131D0C
(19,29,12)
#0D120B
(13,18,11)
#000000
(0,0,0)

Tints of #498015

#498015
(73,128,21)
#598B2A
(89,139,42)
#69963F
(105,150,63)
#79A154
(121,161,84)
#89AC69
(137,172,105)
#99B77E
(153,183,126)
#A9C293
(169,194,147)
#B9CDA8
(185,205,168)
#C9D8BD
(201,216,189)
#D9E3D2
(217,227,210)
#E9EEE7
(233,238,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #498015 color. Also use rgb(73,128,21) instead hex code.

Text Font Color

.myTextColor { color: #498015; }

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

This text font color is #498015.


Background Color

.myBgColor { background-color: #498015; }

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

This div background color is #498015.


Border color

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

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

This div border color is #498015.


Opacity

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

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

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

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

This text has shadow with #498015 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #498015 on black background.


Color preview on white background

This text has color #498015 on white background.



Black color preview on #498015 background

This text has black color on #498015 background.


White color preview on #498015 background

This text has white color on #498015 background.