COLOR #498F05

HEX: #498F05
RGB: (73,143,5)

Renk bilgisi

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

RGB renk modeli

#498F05 color RGB value is (73,143,5).

  • kırmız ton 73;
  • yeşil ton 143;
  • mavi ton 5.
RGB:
(73,143,5)
(29%,56%,2%)

RGB bağlantıları ve doygunluk

R 73 of 255 = 29%
G 143 of 255 = 56%
B 5 of 255 = 2%

73
143
5

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

Yüzdelerle RGB renk parçaları

R + G + B =
73 + 143 + 5 = 221 (100%)
R 73 of 221 ~ 33.03%
G 143 of 221 ~ 64.71%
B 5 of 221 ~ 2.26%

%33.03
%64.71

CMYK RENK MODELİ

#498F05 rengi CMYK tonu (49,0,97,44).

  • camgöbeği tonu 48.95%
  • eflatun tonu 0.00%
  • sarı tonu 96.50%
  • ana renk tonu 43.92%
CMYK:
(49,0,97,44)
C49M0Y97K44 
(49%,0%,97%,44%)
(0.49/0.00/0.97/0.44)	

CMYK yüzdeleri

%48.95
%0
%96.5
%43.92

Codes

Color #498F05 in popluar color models

498F05
RGB731435
HSL90°93.24%29.02%
HSB/HSV90°96.50%56.08%
CMYK48.95%0.00%96.50%
43.92%

Color #498F05 in popluar number systems.

HEX498F05
Decimal731435
Binary100100110001111101
Octal1112175

Shades and tints

Shades of #498F05

#498F05
(73,143,5)
#438205
(67,130,5)
#3D7505
(61,117,5)
#376805
(55,104,5)
#315B05
(49,91,5)
#2B4E05
(43,78,5)
#254105
(37,65,5)
#1F3405
(31,52,5)
#192705
(25,39,5)
#131A05
(19,26,5)
#0D0D05
(13,13,5)
#000000
(0,0,0)

Tints of #498F05

#498F05
(73,143,5)
#59991B
(89,153,27)
#69A331
(105,163,49)
#79AD47
(121,173,71)
#89B75D
(137,183,93)
#99C173
(153,193,115)
#A9CB89
(169,203,137)
#B9D59F
(185,213,159)
#C9DFB5
(201,223,181)
#D9E9CB
(217,233,203)
#E9F3E1
(233,243,225)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #498F05 color. Also use rgb(73,143,5) instead hex code.

Text Font Color

.myTextColor { color: #498F05; }

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

This text font color is #498F05.


Background Color

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

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

This div background color is #498F05.


Border color

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

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

This div border color is #498F05.


Opacity

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

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

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

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

This text has shadow with #498F05 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #498F05 on black background.


Color preview on white background

This text has color #498F05 on white background.



Black color preview on #498F05 background

This text has black color on #498F05 background.


White color preview on #498F05 background

This text has white color on #498F05 background.