COLOR #499582

HEX: #499582
RGB: (73,149,130)

Renk bilgisi

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

RGB renk modeli

#499582 color RGB value is (73,149,130).

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

RGB bağlantıları ve doygunluk

R 73 of 255 = 29%
G 149 of 255 = 58%
B 130 of 255 = 51%

73
149
130

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

Yüzdelerle RGB renk parçaları

R + G + B =
73 + 149 + 130 = 352 (100%)
R 73 of 352 ~ 20.74%
G 149 of 352 ~ 42.33%
B 130 of 352 ~ 36.93%

%20.74
%42.33
%36.93

CMYK RENK MODELİ

#499582 rengi CMYK tonu (51,0,13,42).

  • camgöbeği tonu 51.01%
  • eflatun tonu 0.00%
  • sarı tonu 12.75%
  • ana renk tonu 41.57%
CMYK:
(51,0,13,42)
C51M0Y13K42 
(51%,0%,13%,42%)
(0.51/0.00/0.13/0.42)	

CMYK yüzdeleri

%51.01
%0
%12.75
%41.57

Codes

Color #499582 in popluar color models

499582
RGB73149130
HSL165°34.23%43.53%
HSB/HSV165°51.01%58.43%
CMYK51.01%0.00%12.75%
41.57%

Color #499582 in popluar number systems.

HEX499582
Decimal73149130
Binary10010011001010110000010
Octal111225202

Shades and tints

Shades of #499582

#499582
(73,149,130)
#438877
(67,136,119)
#3D7B6C
(61,123,108)
#376E61
(55,110,97)
#316156
(49,97,86)
#2B544B
(43,84,75)
#254740
(37,71,64)
#1F3A35
(31,58,53)
#192D2A
(25,45,42)
#13201F
(19,32,31)
#0D1314
(13,19,20)
#000000
(0,0,0)

Tints of #499582

#499582
(73,149,130)
#599E8D
(89,158,141)
#69A798
(105,167,152)
#79B0A3
(121,176,163)
#89B9AE
(137,185,174)
#99C2B9
(153,194,185)
#A9CBC4
(169,203,196)
#B9D4CF
(185,212,207)
#C9DDDA
(201,221,218)
#D9E6E5
(217,230,229)
#E9EFF0
(233,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #499582; }

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

This text font color is #499582.


Background Color

.myBgColor { background-color: #499582; }

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

This div background color is #499582.


Border color

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

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

This div border color is #499582.


Opacity

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

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

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

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

This text has shadow with #499582 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #499582 on black background.


Color preview on white background

This text has color #499582 on white background.



Black color preview on #499582 background

This text has black color on #499582 background.


White color preview on #499582 background

This text has white color on #499582 background.