COLOR #499F69

HEX: #499F69
RGB: (73,159,105)

Renk bilgisi

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

RGB renk modeli

#499F69 color RGB value is (73,159,105).

  • kırmız ton 73;
  • yeşil ton 159;
  • mavi ton 105.
RGB:
(73,159,105)
(29%,62%,41%)

RGB bağlantıları ve doygunluk

R 73 of 255 = 29%
G 159 of 255 = 62%
B 105 of 255 = 41%

73
159
105

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

Yüzdelerle RGB renk parçaları

R + G + B =
73 + 159 + 105 = 337 (100%)
R 73 of 337 ~ 21.66%
G 159 of 337 ~ 47.18%
B 105 of 337 ~ 31.16%

%21.66
%47.18
%31.16

CMYK RENK MODELİ

#499F69 rengi CMYK tonu (54,0,34,38).

  • camgöbeği tonu 54.09%
  • eflatun tonu 0.00%
  • sarı tonu 33.96%
  • ana renk tonu 37.65%
CMYK:
(54,0,34,38)
C54M0Y34K38 
(54%,0%,34%,38%)
(0.54/0.00/0.34/0.38)	

CMYK yüzdeleri

%54.09
%0
%33.96
%37.65

Codes

Color #499F69 in popluar color models

499F69
RGB73159105
HSL142°37.07%45.49%
HSB/HSV142°54.09%62.35%
CMYK54.09%0.00%33.96%
37.65%

Color #499F69 in popluar number systems.

HEX499F69
Decimal73159105
Binary1001001100111111101001
Octal111237151

Shades and tints

Shades of #499F69

#499F69
(73,159,105)
#439160
(67,145,96)
#3D8357
(61,131,87)
#37754E
(55,117,78)
#316745
(49,103,69)
#2B593C
(43,89,60)
#254B33
(37,75,51)
#1F3D2A
(31,61,42)
#192F21
(25,47,33)
#132118
(19,33,24)
#0D130F
(13,19,15)
#000000
(0,0,0)

Tints of #499F69

#499F69
(73,159,105)
#59A776
(89,167,118)
#69AF83
(105,175,131)
#79B790
(121,183,144)
#89BF9D
(137,191,157)
#99C7AA
(153,199,170)
#A9CFB7
(169,207,183)
#B9D7C4
(185,215,196)
#C9DFD1
(201,223,209)
#D9E7DE
(217,231,222)
#E9EFEB
(233,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #499F69 color. Also use rgb(73,159,105) instead hex code.

Text Font Color

.myTextColor { color: #499F69; }

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

This text font color is #499F69.


Background Color

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

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

This div background color is #499F69.


Border color

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

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

This div border color is #499F69.


Opacity

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

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

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

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

This text has shadow with #499F69 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #499F69 on black background.


Color preview on white background

This text has color #499F69 on white background.



Black color preview on #499F69 background

This text has black color on #499F69 background.


White color preview on #499F69 background

This text has white color on #499F69 background.