COLOR #498308

HEX: #498308
RGB: (73,131,8)

Renk bilgisi

#498308 contains mainly red and green colors. #498308 ‘ nin web güvenlik rengi #339900 (ya da #390) dir.

RGB renk modeli

#498308 color RGB value is (73,131,8).

  • kırmız ton 73;
  • yeşil ton 131;
  • mavi ton 8.
RGB:
(73,131,8)
(29%,51%,3%)

RGB bağlantıları ve doygunluk

R 73 of 255 = 29%
G 131 of 255 = 51%
B 8 of 255 = 3%

73
131
8

R + G + B ~ 28%. #498308 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
73 + 131 + 8 = 212 (100%)
R 73 of 212 ~ 34.43%
G 131 of 212 ~ 61.79%
B 8 of 212 ~ 3.77%

%34.43
%61.79

CMYK RENK MODELİ

#498308 rengi CMYK tonu (44,0,94,49).

  • camgöbeği tonu 44.27%
  • eflatun tonu 0.00%
  • sarı tonu 93.89%
  • ana renk tonu 48.63%
CMYK:
(44,0,94,49)
C44M0Y94K49 
(44%,0%,94%,49%)
(0.44/0.00/0.94/0.49)	

CMYK yüzdeleri

%44.27
%0
%93.89
%48.63

Codes

Color #498308 in popluar color models

498308
RGB731318
HSL88°88.49%27.25%
HSB/HSV88°93.89%51.37%
CMYK44.27%0.00%93.89%
48.63%

Color #498308 in popluar number systems.

HEX498308
Decimal731318
Binary1001001100000111000
Octal11120310

Shades and tints

Shades of #498308

#498308
(73,131,8)
#437808
(67,120,8)
#3D6D08
(61,109,8)
#376208
(55,98,8)
#315708
(49,87,8)
#2B4C08
(43,76,8)
#254108
(37,65,8)
#1F3608
(31,54,8)
#192B08
(25,43,8)
#132008
(19,32,8)
#0D1508
(13,21,8)
#000000
(0,0,0)

Tints of #498308

#498308
(73,131,8)
#598E1E
(89,142,30)
#699934
(105,153,52)
#79A44A
(121,164,74)
#89AF60
(137,175,96)
#99BA76
(153,186,118)
#A9C58C
(169,197,140)
#B9D0A2
(185,208,162)
#C9DBB8
(201,219,184)
#D9E6CE
(217,230,206)
#E9F1E4
(233,241,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #498308 color. Also use rgb(73,131,8) instead hex code.

Text Font Color

.myTextColor { color: #498308; }

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

This text font color is #498308.


Background Color

.myBgColor { background-color: #498308; }

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

This div background color is #498308.


Border color

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

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

This div border color is #498308.


Opacity

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

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

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

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

This text has shadow with #498308 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #498308 on black background.


Color preview on white background

This text has color #498308 on white background.



Black color preview on #498308 background

This text has black color on #498308 background.


White color preview on #498308 background

This text has white color on #498308 background.