COLOR #49AB66

HEX: #49AB66
RGB: (73,171,102)

Renk bilgisi

#49AB66 contains mainly green color. #49AB66 ‘ nin web güvenlik rengi #339966 (ya da #396) dir.

RGB renk modeli

#49AB66 color RGB value is (73,171,102).

  • kırmız ton 73;
  • yeşil ton 171;
  • mavi ton 102.
RGB:
(73,171,102)
(29%,67%,40%)

RGB bağlantıları ve doygunluk

R 73 of 255 = 29%
G 171 of 255 = 67%
B 102 of 255 = 40%

73
171
102

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

Yüzdelerle RGB renk parçaları

R + G + B =
73 + 171 + 102 = 346 (100%)
R 73 of 346 ~ 21.1%
G 171 of 346 ~ 49.42%
B 102 of 346 ~ 29.48%

%21.1
%49.42
%29.48

CMYK RENK MODELİ

#49AB66 rengi CMYK tonu (57,0,40,33).

  • camgöbeği tonu 57.31%
  • eflatun tonu 0.00%
  • sarı tonu 40.35%
  • ana renk tonu 32.94%
CMYK:
(57,0,40,33)
C57M0Y40K33 
(57%,0%,40%,33%)
(0.57/0.00/0.40/0.33)	

CMYK yüzdeleri

%57.31
%0
%40.35
%32.94

Codes

Color #49AB66 in popluar color models

49AB66
RGB73171102
HSL138°40.16%47.84%
HSB/HSV138°57.31%67.06%
CMYK57.31%0.00%40.35%
32.94%

Color #49AB66 in popluar number systems.

HEX49AB66
Decimal73171102
Binary1001001101010111100110
Octal111253146

Shades and tints

Shades of #49AB66

#49AB66
(73,171,102)
#439C5D
(67,156,93)
#3D8D54
(61,141,84)
#377E4B
(55,126,75)
#316F42
(49,111,66)
#2B6039
(43,96,57)
#255130
(37,81,48)
#1F4227
(31,66,39)
#19331E
(25,51,30)
#132415
(19,36,21)
#0D150C
(13,21,12)
#000000
(0,0,0)

Tints of #49AB66

#49AB66
(73,171,102)
#59B273
(89,178,115)
#69B980
(105,185,128)
#79C08D
(121,192,141)
#89C79A
(137,199,154)
#99CEA7
(153,206,167)
#A9D5B4
(169,213,180)
#B9DCC1
(185,220,193)
#C9E3CE
(201,227,206)
#D9EADB
(217,234,219)
#E9F1E8
(233,241,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #49AB66 color. Also use rgb(73,171,102) instead hex code.

Text Font Color

.myTextColor { color: #49AB66; }

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

This text font color is #49AB66.


Background Color

.myBgColor { background-color: #49AB66; }

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

This div background color is #49AB66.


Border color

.myBorderColor { border: 1px solid #49AB66; }

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

This div border color is #49AB66.


Opacity

.myOpacity80 { color: #49AB66; opacity: 0.8; }

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

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

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

This text has shadow with #49AB66 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #49AB66 on black background.


Color preview on white background

This text has color #49AB66 on white background.



Black color preview on #49AB66 background

This text has black color on #49AB66 background.


White color preview on #49AB66 background

This text has white color on #49AB66 background.