COLOR #498257

HEX: #498257
RGB: (73,130,87)

Renk bilgisi

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

RGB renk modeli

#498257 color RGB value is (73,130,87).

  • kırmız ton 73;
  • yeşil ton 130;
  • mavi ton 87.
RGB:
(73,130,87)
(29%,51%,34%)

RGB bağlantıları ve doygunluk

R 73 of 255 = 29%
G 130 of 255 = 51%
B 87 of 255 = 34%

73
130
87

R + G + B ~ 38%. #498257 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
73 + 130 + 87 = 290 (100%)
R 73 of 290 ~ 25.17%
G 130 of 290 ~ 44.83%
B 87 of 290 ~ 30%

%25.17
%44.83
%30

CMYK RENK MODELİ

#498257 rengi CMYK tonu (44,0,33,49).

  • camgöbeği tonu 43.85%
  • eflatun tonu 0.00%
  • sarı tonu 33.08%
  • ana renk tonu 49.02%
CMYK:
(44,0,33,49)
C44M0Y33K49 
(44%,0%,33%,49%)
(0.44/0.00/0.33/0.49)	

CMYK yüzdeleri

%43.85
%0
%33.08
%49.02

Codes

Color #498257 in popluar color models

498257
RGB7313087
HSL135°28.08%39.80%
HSB/HSV135°43.85%50.98%
CMYK43.85%0.00%33.08%
49.02%

Color #498257 in popluar number systems.

HEX498257
Decimal7313087
Binary1001001100000101010111
Octal111202127

Shades and tints

Shades of #498257

#498257
(73,130,87)
#437750
(67,119,80)
#3D6C49
(61,108,73)
#376142
(55,97,66)
#31563B
(49,86,59)
#2B4B34
(43,75,52)
#25402D
(37,64,45)
#1F3526
(31,53,38)
#192A1F
(25,42,31)
#131F18
(19,31,24)
#0D1411
(13,20,17)
#000000
(0,0,0)

Tints of #498257

#498257
(73,130,87)
#598D66
(89,141,102)
#699875
(105,152,117)
#79A384
(121,163,132)
#89AE93
(137,174,147)
#99B9A2
(153,185,162)
#A9C4B1
(169,196,177)
#B9CFC0
(185,207,192)
#C9DACF
(201,218,207)
#D9E5DE
(217,229,222)
#E9F0ED
(233,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #498257 color. Also use rgb(73,130,87) instead hex code.

Text Font Color

.myTextColor { color: #498257; }

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

This text font color is #498257.


Background Color

.myBgColor { background-color: #498257; }

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

This div background color is #498257.


Border color

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

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

This div border color is #498257.


Opacity

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

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

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

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

This text has shadow with #498257 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #498257 on black background.


Color preview on white background

This text has color #498257 on white background.



Black color preview on #498257 background

This text has black color on #498257 background.


White color preview on #498257 background

This text has white color on #498257 background.