COLOR #498C48

HEX: #498C48
RGB: (73,140,72)

Renk bilgisi

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

RGB renk modeli

#498C48 color RGB value is (73,140,72).

  • kırmız ton 73;
  • yeşil ton 140;
  • mavi ton 72.
RGB:
(73,140,72)
(29%,55%,28%)

RGB bağlantıları ve doygunluk

R 73 of 255 = 29%
G 140 of 255 = 55%
B 72 of 255 = 28%

73
140
72

R + G + B ~ 37%. #498C48 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
73 + 140 + 72 = 285 (100%)
R 73 of 285 ~ 25.61%
G 140 of 285 ~ 49.12%
B 72 of 285 ~ 25.26%

%25.61
%49.12
%25.26

CMYK RENK MODELİ

#498C48 rengi CMYK tonu (48,0,49,45).

  • camgöbeği tonu 47.86%
  • eflatun tonu 0.00%
  • sarı tonu 48.57%
  • ana renk tonu 45.10%
CMYK:
(48,0,49,45)
C48M0Y49K45 
(48%,0%,49%,45%)
(0.48/0.00/0.49/0.45)	

CMYK yüzdeleri

%47.86
%0
%48.57
%45.1

Codes

Color #498C48 in popluar color models

498C48
RGB7314072
HSL119°32.08%41.57%
HSB/HSV119°48.57%54.90%
CMYK47.86%0.00%48.57%
45.10%

Color #498C48 in popluar number systems.

HEX498C48
Decimal7314072
Binary1001001100011001001000
Octal111214110

Shades and tints

Shades of #498C48

#498C48
(73,140,72)
#438042
(67,128,66)
#3D743C
(61,116,60)
#376836
(55,104,54)
#315C30
(49,92,48)
#2B502A
(43,80,42)
#254424
(37,68,36)
#1F381E
(31,56,30)
#192C18
(25,44,24)
#132012
(19,32,18)
#0D140C
(13,20,12)
#000000
(0,0,0)

Tints of #498C48

#498C48
(73,140,72)
#599658
(89,150,88)
#69A068
(105,160,104)
#79AA78
(121,170,120)
#89B488
(137,180,136)
#99BE98
(153,190,152)
#A9C8A8
(169,200,168)
#B9D2B8
(185,210,184)
#C9DCC8
(201,220,200)
#D9E6D8
(217,230,216)
#E9F0E8
(233,240,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #498C48 color. Also use rgb(73,140,72) instead hex code.

Text Font Color

.myTextColor { color: #498C48; }

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

This text font color is #498C48.


Background Color

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

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

This div background color is #498C48.


Border color

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

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

This div border color is #498C48.


Opacity

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

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

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

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

This text has shadow with #498C48 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #498C48 on black background.


Color preview on white background

This text has color #498C48 on white background.



Black color preview on #498C48 background

This text has black color on #498C48 background.


White color preview on #498C48 background

This text has white color on #498C48 background.