COLOR #498A51

HEX: #498A51
RGB: (73,138,81)

Renk bilgisi

#498A51 contains mainly green and blue colors. #498A51 ‘ nin web güvenlik rengi #339966 (ya da #396) dir.

RGB renk modeli

#498A51 color RGB value is (73,138,81).

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

RGB bağlantıları ve doygunluk

R 73 of 255 = 29%
G 138 of 255 = 54%
B 81 of 255 = 32%

73
138
81

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

Yüzdelerle RGB renk parçaları

R + G + B =
73 + 138 + 81 = 292 (100%)
R 73 of 292 ~ 25%
G 138 of 292 ~ 47.26%
B 81 of 292 ~ 27.74%

%25
%47.26
%27.74

CMYK RENK MODELİ

#498A51 rengi CMYK tonu (47,0,41,46).

  • camgöbeği tonu 47.10%
  • eflatun tonu 0.00%
  • sarı tonu 41.30%
  • ana renk tonu 45.88%
CMYK:
(47,0,41,46)
C47M0Y41K46 
(47%,0%,41%,46%)
(0.47/0.00/0.41/0.46)	

CMYK yüzdeleri

%47.1
%0
%41.3
%45.88

Codes

Color #498A51 in popluar color models

498A51
RGB7313881
HSL127°30.81%41.37%
HSB/HSV127°47.10%54.12%
CMYK47.10%0.00%41.30%
45.88%

Color #498A51 in popluar number systems.

HEX498A51
Decimal7313881
Binary1001001100010101010001
Octal111212121

Shades and tints

Shades of #498A51

#498A51
(73,138,81)
#437E4A
(67,126,74)
#3D7243
(61,114,67)
#37663C
(55,102,60)
#315A35
(49,90,53)
#2B4E2E
(43,78,46)
#254227
(37,66,39)
#1F3620
(31,54,32)
#192A19
(25,42,25)
#131E12
(19,30,18)
#0D120B
(13,18,11)
#000000
(0,0,0)

Tints of #498A51

#498A51
(73,138,81)
#599460
(89,148,96)
#699E6F
(105,158,111)
#79A87E
(121,168,126)
#89B28D
(137,178,141)
#99BC9C
(153,188,156)
#A9C6AB
(169,198,171)
#B9D0BA
(185,208,186)
#C9DAC9
(201,218,201)
#D9E4D8
(217,228,216)
#E9EEE7
(233,238,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #498A51; }

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

This text font color is #498A51.


Background Color

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

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

This div background color is #498A51.


Border color

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

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

This div border color is #498A51.


Opacity

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

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

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

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

This text has shadow with #498A51 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #498A51 on black background.


Color preview on white background

This text has color #498A51 on white background.



Black color preview on #498A51 background

This text has black color on #498A51 background.


White color preview on #498A51 background

This text has white color on #498A51 background.