COLOR #498628

HEX: #498628
RGB: (73,134,40)

Renk bilgisi

#498628 contains mainly green color. #498628 ‘ nin web güvenlik rengi #339933 (ya da #393) dir.

RGB renk modeli

#498628 color RGB value is (73,134,40).

  • kırmız ton 73;
  • yeşil ton 134;
  • mavi ton 40.
RGB:
(73,134,40)
(29%,53%,16%)

RGB bağlantıları ve doygunluk

R 73 of 255 = 29%
G 134 of 255 = 53%
B 40 of 255 = 16%

73
134
40

R + G + B ~ 33%. #498628 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
73 + 134 + 40 = 247 (100%)
R 73 of 247 ~ 29.55%
G 134 of 247 ~ 54.25%
B 40 of 247 ~ 16.19%

%29.55
%54.25
%16.19

CMYK RENK MODELİ

#498628 rengi CMYK tonu (46,0,70,47).

  • camgöbeği tonu 45.52%
  • eflatun tonu 0.00%
  • sarı tonu 70.15%
  • ana renk tonu 47.45%
CMYK:
(46,0,70,47)
C46M0Y70K47 
(46%,0%,70%,47%)
(0.46/0.00/0.70/0.47)	

CMYK yüzdeleri

%45.52
%0
%70.15
%47.45

Codes

Color #498628 in popluar color models

498628
RGB7313440
HSL99°54.02%34.12%
HSB/HSV99°70.15%52.55%
CMYK45.52%0.00%70.15%
47.45%

Color #498628 in popluar number systems.

HEX498628
Decimal7313440
Binary100100110000110101000
Octal11120650

Shades and tints

Shades of #498628

#498628
(73,134,40)
#437A25
(67,122,37)
#3D6E22
(61,110,34)
#37621F
(55,98,31)
#31561C
(49,86,28)
#2B4A19
(43,74,25)
#253E16
(37,62,22)
#1F3213
(31,50,19)
#192610
(25,38,16)
#131A0D
(19,26,13)
#0D0E0A
(13,14,10)
#000000
(0,0,0)

Tints of #498628

#498628
(73,134,40)
#59913B
(89,145,59)
#699C4E
(105,156,78)
#79A761
(121,167,97)
#89B274
(137,178,116)
#99BD87
(153,189,135)
#A9C89A
(169,200,154)
#B9D3AD
(185,211,173)
#C9DEC0
(201,222,192)
#D9E9D3
(217,233,211)
#E9F4E6
(233,244,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #498628 color. Also use rgb(73,134,40) instead hex code.

Text Font Color

.myTextColor { color: #498628; }

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

This text font color is #498628.


Background Color

.myBgColor { background-color: #498628; }

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

This div background color is #498628.


Border color

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

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

This div border color is #498628.


Opacity

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

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

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

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

This text has shadow with #498628 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #498628 on black background.


Color preview on white background

This text has color #498628 on white background.



Black color preview on #498628 background

This text has black color on #498628 background.


White color preview on #498628 background

This text has white color on #498628 background.