COLOR #498575

HEX: #498575
RGB: (73,133,117)

Renk bilgisi

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

RGB renk modeli

#498575 color RGB value is (73,133,117).

  • kırmız ton 73;
  • yeşil ton 133;
  • mavi ton 117.
RGB:
(73,133,117)
(29%,52%,46%)

RGB bağlantıları ve doygunluk

R 73 of 255 = 29%
G 133 of 255 = 52%
B 117 of 255 = 46%

73
133
117

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

Yüzdelerle RGB renk parçaları

R + G + B =
73 + 133 + 117 = 323 (100%)
R 73 of 323 ~ 22.6%
G 133 of 323 ~ 41.18%
B 117 of 323 ~ 36.22%

%22.6
%41.18
%36.22

CMYK RENK MODELİ

#498575 rengi CMYK tonu (45,0,12,48).

  • camgöbeği tonu 45.11%
  • eflatun tonu 0.00%
  • sarı tonu 12.03%
  • ana renk tonu 47.84%
CMYK:
(45,0,12,48)
C45M0Y12K48 
(45%,0%,12%,48%)
(0.45/0.00/0.12/0.48)	

CMYK yüzdeleri

%45.11
%0
%12.03
%47.84

Codes

Color #498575 in popluar color models

498575
RGB73133117
HSL164°29.13%40.39%
HSB/HSV164°45.11%52.16%
CMYK45.11%0.00%12.03%
47.84%

Color #498575 in popluar number systems.

HEX498575
Decimal73133117
Binary1001001100001011110101
Octal111205165

Shades and tints

Shades of #498575

#498575
(73,133,117)
#43796B
(67,121,107)
#3D6D61
(61,109,97)
#376157
(55,97,87)
#31554D
(49,85,77)
#2B4943
(43,73,67)
#253D39
(37,61,57)
#1F312F
(31,49,47)
#192525
(25,37,37)
#13191B
(19,25,27)
#0D0D11
(13,13,17)
#000000
(0,0,0)

Tints of #498575

#498575
(73,133,117)
#599081
(89,144,129)
#699B8D
(105,155,141)
#79A699
(121,166,153)
#89B1A5
(137,177,165)
#99BCB1
(153,188,177)
#A9C7BD
(169,199,189)
#B9D2C9
(185,210,201)
#C9DDD5
(201,221,213)
#D9E8E1
(217,232,225)
#E9F3ED
(233,243,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #498575 color. Also use rgb(73,133,117) instead hex code.

Text Font Color

.myTextColor { color: #498575; }

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

This text font color is #498575.


Background Color

.myBgColor { background-color: #498575; }

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

This div background color is #498575.


Border color

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

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

This div border color is #498575.


Opacity

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

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

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

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

This text has shadow with #498575 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #498575 on black background.


Color preview on white background

This text has color #498575 on white background.



Black color preview on #498575 background

This text has black color on #498575 background.


White color preview on #498575 background

This text has white color on #498575 background.