COLOR #498585

HEX: #498585
RGB: (73,133,133)

Renk bilgisi

#498585 contains mainly green and blue colors. #498585 ‘ nin web güvenlik rengi #339999 (ya da #399) dir.

RGB renk modeli

#498585 color RGB value is (73,133,133).

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

RGB bağlantıları ve doygunluk

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

73
133
133

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

Yüzdelerle RGB renk parçaları

R + G + B =
73 + 133 + 133 = 339 (100%)
R 73 of 339 ~ 21.53%
G 133 of 339 ~ 39.23%
B 133 of 339 ~ 39.23%

%21.53
%39.23
%39.23

CMYK RENK MODELİ

#498585 rengi CMYK tonu (45,0,0,48).

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

CMYK yüzdeleri

%45.11
%0
%0
%47.84

Codes

Color #498585 in popluar color models

498585
RGB73133133
HSL180°29.13%40.39%
HSB/HSV180°45.11%52.16%
CMYK45.11%0.00%0.00%
47.84%

Color #498585 in popluar number systems.

HEX498585
Decimal73133133
Binary10010011000010110000101
Octal111205205

Shades and tints

Shades of #498585

#498585
(73,133,133)
#437979
(67,121,121)
#3D6D6D
(61,109,109)
#376161
(55,97,97)
#315555
(49,85,85)
#2B4949
(43,73,73)
#253D3D
(37,61,61)
#1F3131
(31,49,49)
#192525
(25,37,37)
#131919
(19,25,25)
#0D0D0D
(13,13,13)
#000000
(0,0,0)

Tints of #498585

#498585
(73,133,133)
#599090
(89,144,144)
#699B9B
(105,155,155)
#79A6A6
(121,166,166)
#89B1B1
(137,177,177)
#99BCBC
(153,188,188)
#A9C7C7
(169,199,199)
#B9D2D2
(185,210,210)
#C9DDDD
(201,221,221)
#D9E8E8
(217,232,232)
#E9F3F3
(233,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #498585; }

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

This text font color is #498585.


Background Color

.myBgColor { background-color: #498585; }

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

This div background color is #498585.


Border color

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

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

This div border color is #498585.


Opacity

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

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

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

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

This text has shadow with #498585 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #498585 on black background.


Color preview on white background

This text has color #498585 on white background.



Black color preview on #498585 background

This text has black color on #498585 background.


White color preview on #498585 background

This text has white color on #498585 background.