COLOR #498272

HEX: #498272
RGB: (73,130,114)

Renk bilgisi

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

RGB renk modeli

#498272 color RGB value is (73,130,114).

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

RGB bağlantıları ve doygunluk

R 73 of 255 = 29%
G 130 of 255 = 51%
B 114 of 255 = 45%

73
130
114

R + G + B ~ 42%. #498272 is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
73 + 130 + 114 = 317 (100%)
R 73 of 317 ~ 23.03%
G 130 of 317 ~ 41.01%
B 114 of 317 ~ 35.96%

%23.03
%41.01
%35.96

CMYK RENK MODELİ

#498272 rengi CMYK tonu (44,0,12,49).

  • camgöbeği tonu 43.85%
  • eflatun tonu 0.00%
  • sarı tonu 12.31%
  • ana renk tonu 49.02%
CMYK:
(44,0,12,49)
C44M0Y12K49 
(44%,0%,12%,49%)
(0.44/0.00/0.12/0.49)	

CMYK yüzdeleri

%43.85
%0
%12.31
%49.02

Codes

Color #498272 in popluar color models

498272
RGB73130114
HSL163°28.08%39.80%
HSB/HSV163°43.85%50.98%
CMYK43.85%0.00%12.31%
49.02%

Color #498272 in popluar number systems.

HEX498272
Decimal73130114
Binary1001001100000101110010
Octal111202162

Shades and tints

Shades of #498272

#498272
(73,130,114)
#437768
(67,119,104)
#3D6C5E
(61,108,94)
#376154
(55,97,84)
#31564A
(49,86,74)
#2B4B40
(43,75,64)
#254036
(37,64,54)
#1F352C
(31,53,44)
#192A22
(25,42,34)
#131F18
(19,31,24)
#0D140E
(13,20,14)
#000000
(0,0,0)

Tints of #498272

#498272
(73,130,114)
#598D7E
(89,141,126)
#69988A
(105,152,138)
#79A396
(121,163,150)
#89AEA2
(137,174,162)
#99B9AE
(153,185,174)
#A9C4BA
(169,196,186)
#B9CFC6
(185,207,198)
#C9DAD2
(201,218,210)
#D9E5DE
(217,229,222)
#E9F0EA
(233,240,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #498272; }

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

This text font color is #498272.


Background Color

.myBgColor { background-color: #498272; }

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

This div background color is #498272.


Border color

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

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

This div border color is #498272.


Opacity

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

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

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

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

This text has shadow with #498272 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #498272 on black background.


Color preview on white background

This text has color #498272 on white background.



Black color preview on #498272 background

This text has black color on #498272 background.


White color preview on #498272 background

This text has white color on #498272 background.