COLOR #498064

HEX: #498064
RGB: (73,128,100)

Renk bilgisi

#498064 contains red, green and blue colors in about the same proportion. #498064 ‘ nin web güvenlik rengi #336666 (ya da #366) dir.

RGB renk modeli

#498064 color RGB value is (73,128,100).

  • kırmız ton 73;
  • yeşil ton 128;
  • mavi ton 100.
RGB:
(73,128,100)
(29%,50%,39%)

RGB bağlantıları ve doygunluk

R 73 of 255 = 29%
G 128 of 255 = 50%
B 100 of 255 = 39%

73
128
100

R + G + B ~ 39%. #498064 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
73 + 128 + 100 = 301 (100%)
R 73 of 301 ~ 24.25%
G 128 of 301 ~ 42.52%
B 100 of 301 ~ 33.22%

%24.25
%42.52
%33.22

CMYK RENK MODELİ

#498064 rengi CMYK tonu (43,0,22,50).

  • camgöbeği tonu 42.97%
  • eflatun tonu 0.00%
  • sarı tonu 21.88%
  • ana renk tonu 49.80%
CMYK:
(43,0,22,50)
C43M0Y22K50 
(43%,0%,22%,50%)
(0.43/0.00/0.22/0.50)	

CMYK yüzdeleri

%42.97
%0
%21.88
%49.8

Codes

Color #498064 in popluar color models

498064
RGB73128100
HSL149°27.36%39.41%
HSB/HSV149°42.97%50.20%
CMYK42.97%0.00%21.88%
49.80%

Color #498064 in popluar number systems.

HEX498064
Decimal73128100
Binary1001001100000001100100
Octal111200144

Shades and tints

Shades of #498064

#498064
(73,128,100)
#43755B
(67,117,91)
#3D6A52
(61,106,82)
#375F49
(55,95,73)
#315440
(49,84,64)
#2B4937
(43,73,55)
#253E2E
(37,62,46)
#1F3325
(31,51,37)
#19281C
(25,40,28)
#131D13
(19,29,19)
#0D120A
(13,18,10)
#000000
(0,0,0)

Tints of #498064

#498064
(73,128,100)
#598B72
(89,139,114)
#699680
(105,150,128)
#79A18E
(121,161,142)
#89AC9C
(137,172,156)
#99B7AA
(153,183,170)
#A9C2B8
(169,194,184)
#B9CDC6
(185,205,198)
#C9D8D4
(201,216,212)
#D9E3E2
(217,227,226)
#E9EEF0
(233,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #498064 color. Also use rgb(73,128,100) instead hex code.

Text Font Color

.myTextColor { color: #498064; }

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

This text font color is #498064.


Background Color

.myBgColor { background-color: #498064; }

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

This div background color is #498064.


Border color

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

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

This div border color is #498064.


Opacity

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

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

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

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

This text has shadow with #498064 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #498064 on black background.


Color preview on white background

This text has color #498064 on white background.



Black color preview on #498064 background

This text has black color on #498064 background.


White color preview on #498064 background

This text has white color on #498064 background.