COLOR #498626

HEX: #498626
RGB: (73,134,38)

Renk bilgisi

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

RGB renk modeli

#498626 color RGB value is (73,134,38).

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

RGB bağlantıları ve doygunluk

R 73 of 255 = 29%
G 134 of 255 = 53%
B 38 of 255 = 15%

73
134
38

R + G + B ~ 32%. #498626 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
73 + 134 + 38 = 245 (100%)
R 73 of 245 ~ 29.8%
G 134 of 245 ~ 54.69%
B 38 of 245 ~ 15.51%

%29.8
%54.69
%15.51

CMYK RENK MODELİ

#498626 rengi CMYK tonu (46,0,72,47).

  • camgöbeği tonu 45.52%
  • eflatun tonu 0.00%
  • sarı tonu 71.64%
  • ana renk tonu 47.45%
CMYK:
(46,0,72,47)
C46M0Y72K47 
(46%,0%,72%,47%)
(0.46/0.00/0.72/0.47)	

CMYK yüzdeleri

%45.52
%0
%71.64
%47.45

Codes

Color #498626 in popluar color models

498626
RGB7313438
HSL98°55.81%33.73%
HSB/HSV98°71.64%52.55%
CMYK45.52%0.00%71.64%
47.45%

Color #498626 in popluar number systems.

HEX498626
Decimal7313438
Binary100100110000110100110
Octal11120646

Shades and tints

Shades of #498626

#498626
(73,134,38)
#437A23
(67,122,35)
#3D6E20
(61,110,32)
#37621D
(55,98,29)
#31561A
(49,86,26)
#2B4A17
(43,74,23)
#253E14
(37,62,20)
#1F3211
(31,50,17)
#19260E
(25,38,14)
#131A0B
(19,26,11)
#0D0E08
(13,14,8)
#000000
(0,0,0)

Tints of #498626

#498626
(73,134,38)
#599139
(89,145,57)
#699C4C
(105,156,76)
#79A75F
(121,167,95)
#89B272
(137,178,114)
#99BD85
(153,189,133)
#A9C898
(169,200,152)
#B9D3AB
(185,211,171)
#C9DEBE
(201,222,190)
#D9E9D1
(217,233,209)
#E9F4E4
(233,244,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #498626; }

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

This text font color is #498626.


Background Color

.myBgColor { background-color: #498626; }

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

This div background color is #498626.


Border color

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

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

This div border color is #498626.


Opacity

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

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

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

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

This text has shadow with #498626 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #498626 on black background.


Color preview on white background

This text has color #498626 on white background.



Black color preview on #498626 background

This text has black color on #498626 background.


White color preview on #498626 background

This text has white color on #498626 background.