COLOR #499E6F

HEX: #499E6F
RGB: (73,158,111)

Renk bilgisi

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

RGB renk modeli

#499E6F color RGB value is (73,158,111).

  • kırmız ton 73;
  • yeşil ton 158;
  • mavi ton 111.
RGB:
(73,158,111)
(29%,62%,44%)

RGB bağlantıları ve doygunluk

R 73 of 255 = 29%
G 158 of 255 = 62%
B 111 of 255 = 44%

73
158
111

R + G + B ~ 45%. #499E6F is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
73 + 158 + 111 = 342 (100%)
R 73 of 342 ~ 21.35%
G 158 of 342 ~ 46.2%
B 111 of 342 ~ 32.46%

%21.35
%46.2
%32.46

CMYK RENK MODELİ

#499E6F rengi CMYK tonu (54,0,30,38).

  • camgöbeği tonu 53.80%
  • eflatun tonu 0.00%
  • sarı tonu 29.75%
  • ana renk tonu 38.04%
CMYK:
(54,0,30,38)
C54M0Y30K38 
(54%,0%,30%,38%)
(0.54/0.00/0.30/0.38)	

CMYK yüzdeleri

%53.8
%0
%29.75
%38.04

Codes

Color #499E6F in popluar color models

499E6F
RGB73158111
HSL147°36.80%45.29%
HSB/HSV147°53.80%61.96%
CMYK53.80%0.00%29.75%
38.04%

Color #499E6F in popluar number systems.

HEX499E6F
Decimal73158111
Binary1001001100111101101111
Octal111236157

Shades and tints

Shades of #499E6F

#499E6F
(73,158,111)
#439065
(67,144,101)
#3D825B
(61,130,91)
#377451
(55,116,81)
#316647
(49,102,71)
#2B583D
(43,88,61)
#254A33
(37,74,51)
#1F3C29
(31,60,41)
#192E1F
(25,46,31)
#132015
(19,32,21)
#0D120B
(13,18,11)
#000000
(0,0,0)

Tints of #499E6F

#499E6F
(73,158,111)
#59A67C
(89,166,124)
#69AE89
(105,174,137)
#79B696
(121,182,150)
#89BEA3
(137,190,163)
#99C6B0
(153,198,176)
#A9CEBD
(169,206,189)
#B9D6CA
(185,214,202)
#C9DED7
(201,222,215)
#D9E6E4
(217,230,228)
#E9EEF1
(233,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #499E6F color. Also use rgb(73,158,111) instead hex code.

Text Font Color

.myTextColor { color: #499E6F; }

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

This text font color is #499E6F.


Background Color

.myBgColor { background-color: #499E6F; }

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

This div background color is #499E6F.


Border color

.myBorderColor { border: 1px solid #499E6F; }

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

This div border color is #499E6F.


Opacity

.myOpacity80 { color: #499E6F; opacity: 0.8; }

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

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

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

This text has shadow with #499E6F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #499E6F on black background.


Color preview on white background

This text has color #499E6F on white background.



Black color preview on #499E6F background

This text has black color on #499E6F background.


White color preview on #499E6F background

This text has white color on #499E6F background.