COLOR #498251

HEX: #498251
RGB: (73,130,81)

Renk bilgisi

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

RGB renk modeli

#498251 color RGB value is (73,130,81).

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

RGB bağlantıları ve doygunluk

R 73 of 255 = 29%
G 130 of 255 = 51%
B 81 of 255 = 32%

73
130
81

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

Yüzdelerle RGB renk parçaları

R + G + B =
73 + 130 + 81 = 284 (100%)
R 73 of 284 ~ 25.7%
G 130 of 284 ~ 45.77%
B 81 of 284 ~ 28.52%

%25.7
%45.77
%28.52

CMYK RENK MODELİ

#498251 rengi CMYK tonu (44,0,38,49).

  • camgöbeği tonu 43.85%
  • eflatun tonu 0.00%
  • sarı tonu 37.69%
  • ana renk tonu 49.02%
CMYK:
(44,0,38,49)
C44M0Y38K49 
(44%,0%,38%,49%)
(0.44/0.00/0.38/0.49)	

CMYK yüzdeleri

%43.85
%0
%37.69
%49.02

Codes

Color #498251 in popluar color models

498251
RGB7313081
HSL128°28.08%39.80%
HSB/HSV128°43.85%50.98%
CMYK43.85%0.00%37.69%
49.02%

Color #498251 in popluar number systems.

HEX498251
Decimal7313081
Binary1001001100000101010001
Octal111202121

Shades and tints

Shades of #498251

#498251
(73,130,81)
#43774A
(67,119,74)
#3D6C43
(61,108,67)
#37613C
(55,97,60)
#315635
(49,86,53)
#2B4B2E
(43,75,46)
#254027
(37,64,39)
#1F3520
(31,53,32)
#192A19
(25,42,25)
#131F12
(19,31,18)
#0D140B
(13,20,11)
#000000
(0,0,0)

Tints of #498251

#498251
(73,130,81)
#598D60
(89,141,96)
#69986F
(105,152,111)
#79A37E
(121,163,126)
#89AE8D
(137,174,141)
#99B99C
(153,185,156)
#A9C4AB
(169,196,171)
#B9CFBA
(185,207,186)
#C9DAC9
(201,218,201)
#D9E5D8
(217,229,216)
#E9F0E7
(233,240,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #498251; }

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

This text font color is #498251.


Background Color

.myBgColor { background-color: #498251; }

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

This div background color is #498251.


Border color

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

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

This div border color is #498251.


Opacity

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

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

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

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

This text has shadow with #498251 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #498251 on black background.


Color preview on white background

This text has color #498251 on white background.



Black color preview on #498251 background

This text has black color on #498251 background.


White color preview on #498251 background

This text has white color on #498251 background.