COLOR #498B36

HEX: #498B36
RGB: (73,139,54)

Renk bilgisi

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

RGB renk modeli

#498B36 color RGB value is (73,139,54).

  • kırmız ton 73;
  • yeşil ton 139;
  • mavi ton 54.
RGB:
(73,139,54)
(29%,55%,21%)

RGB bağlantıları ve doygunluk

R 73 of 255 = 29%
G 139 of 255 = 55%
B 54 of 255 = 21%

73
139
54

R + G + B ~ 35%. #498B36 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
73 + 139 + 54 = 266 (100%)
R 73 of 266 ~ 27.44%
G 139 of 266 ~ 52.26%
B 54 of 266 ~ 20.3%

%27.44
%52.26
%20.3

CMYK RENK MODELİ

#498B36 rengi CMYK tonu (47,0,61,45).

  • camgöbeği tonu 47.48%
  • eflatun tonu 0.00%
  • sarı tonu 61.15%
  • ana renk tonu 45.49%
CMYK:
(47,0,61,45)
C47M0Y61K45 
(47%,0%,61%,45%)
(0.47/0.00/0.61/0.45)	

CMYK yüzdeleri

%47.48
%0
%61.15
%45.49

Codes

Color #498B36 in popluar color models

498B36
RGB7313954
HSL107°44.04%37.84%
HSB/HSV107°61.15%54.51%
CMYK47.48%0.00%61.15%
45.49%

Color #498B36 in popluar number systems.

HEX498B36
Decimal7313954
Binary100100110001011110110
Octal11121366

Shades and tints

Shades of #498B36

#498B36
(73,139,54)
#437F32
(67,127,50)
#3D732E
(61,115,46)
#37672A
(55,103,42)
#315B26
(49,91,38)
#2B4F22
(43,79,34)
#25431E
(37,67,30)
#1F371A
(31,55,26)
#192B16
(25,43,22)
#131F12
(19,31,18)
#0D130E
(13,19,14)
#000000
(0,0,0)

Tints of #498B36

#498B36
(73,139,54)
#599548
(89,149,72)
#699F5A
(105,159,90)
#79A96C
(121,169,108)
#89B37E
(137,179,126)
#99BD90
(153,189,144)
#A9C7A2
(169,199,162)
#B9D1B4
(185,209,180)
#C9DBC6
(201,219,198)
#D9E5D8
(217,229,216)
#E9EFEA
(233,239,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #498B36 color. Also use rgb(73,139,54) instead hex code.

Text Font Color

.myTextColor { color: #498B36; }

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

This text font color is #498B36.


Background Color

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

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

This div background color is #498B36.


Border color

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

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

This div border color is #498B36.


Opacity

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

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

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

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

This text has shadow with #498B36 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #498B36 on black background.


Color preview on white background

This text has color #498B36 on white background.



Black color preview on #498B36 background

This text has black color on #498B36 background.


White color preview on #498B36 background

This text has white color on #498B36 background.