COLOR #498012

HEX: #498012
RGB: (73,128,18)

Renk bilgisi

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

RGB renk modeli

#498012 color RGB value is (73,128,18).

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

RGB bağlantıları ve doygunluk

R 73 of 255 = 29%
G 128 of 255 = 50%
B 18 of 255 = 7%

73
128
18

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

Yüzdelerle RGB renk parçaları

R + G + B =
73 + 128 + 18 = 219 (100%)
R 73 of 219 ~ 33.33%
G 128 of 219 ~ 58.45%
B 18 of 219 ~ 8.22%

%33.33
%58.45

CMYK RENK MODELİ

#498012 rengi CMYK tonu (43,0,86,50).

  • camgöbeği tonu 42.97%
  • eflatun tonu 0.00%
  • sarı tonu 85.94%
  • ana renk tonu 49.80%
CMYK:
(43,0,86,50)
C43M0Y86K50 
(43%,0%,86%,50%)
(0.43/0.00/0.86/0.50)	

CMYK yüzdeleri

%42.97
%0
%85.94
%49.8

Codes

Color #498012 in popluar color models

498012
RGB7312818
HSL90°75.34%28.63%
HSB/HSV90°85.94%50.20%
CMYK42.97%0.00%85.94%
49.80%

Color #498012 in popluar number systems.

HEX498012
Decimal7312818
Binary10010011000000010010
Octal11120022

Shades and tints

Shades of #498012

#498012
(73,128,18)
#437511
(67,117,17)
#3D6A10
(61,106,16)
#375F0F
(55,95,15)
#31540E
(49,84,14)
#2B490D
(43,73,13)
#253E0C
(37,62,12)
#1F330B
(31,51,11)
#19280A
(25,40,10)
#131D09
(19,29,9)
#0D1208
(13,18,8)
#000000
(0,0,0)

Tints of #498012

#498012
(73,128,18)
#598B27
(89,139,39)
#69963C
(105,150,60)
#79A151
(121,161,81)
#89AC66
(137,172,102)
#99B77B
(153,183,123)
#A9C290
(169,194,144)
#B9CDA5
(185,205,165)
#C9D8BA
(201,216,186)
#D9E3CF
(217,227,207)
#E9EEE4
(233,238,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #498012; }

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

This text font color is #498012.


Background Color

.myBgColor { background-color: #498012; }

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

This div background color is #498012.


Border color

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

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

This div border color is #498012.


Opacity

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

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

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

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

This text has shadow with #498012 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #498012 on black background.


Color preview on white background

This text has color #498012 on white background.



Black color preview on #498012 background

This text has black color on #498012 background.


White color preview on #498012 background

This text has white color on #498012 background.