COLOR #49AA66

HEX: #49AA66
RGB: (73,170,102)

Renk bilgisi

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

RGB renk modeli

#49AA66 color RGB value is (73,170,102).

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

RGB bağlantıları ve doygunluk

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

73
170
102

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

Yüzdelerle RGB renk parçaları

R + G + B =
73 + 170 + 102 = 345 (100%)
R 73 of 345 ~ 21.16%
G 170 of 345 ~ 49.28%
B 102 of 345 ~ 29.57%

%21.16
%49.28
%29.57

CMYK RENK MODELİ

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

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

CMYK yüzdeleri

%57.06
%0
%40
%33.33

Codes

Color #49AA66 in popluar color models

49AA66
RGB73170102
HSL138°39.92%47.65%
HSB/HSV138°57.06%66.67%
CMYK57.06%0.00%40.00%
33.33%

Color #49AA66 in popluar number systems.

HEX49AA66
Decimal73170102
Binary1001001101010101100110
Octal111252146

Shades and tints

Shades of #49AA66

#49AA66
(73,170,102)
#439B5D
(67,155,93)
#3D8C54
(61,140,84)
#377D4B
(55,125,75)
#316E42
(49,110,66)
#2B5F39
(43,95,57)
#255030
(37,80,48)
#1F4127
(31,65,39)
#19321E
(25,50,30)
#132315
(19,35,21)
#0D140C
(13,20,12)
#000000
(0,0,0)

Tints of #49AA66

#49AA66
(73,170,102)
#59B173
(89,177,115)
#69B880
(105,184,128)
#79BF8D
(121,191,141)
#89C69A
(137,198,154)
#99CDA7
(153,205,167)
#A9D4B4
(169,212,180)
#B9DBC1
(185,219,193)
#C9E2CE
(201,226,206)
#D9E9DB
(217,233,219)
#E9F0E8
(233,240,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #49AA66; }

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

This text font color is #49AA66.


Background Color

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

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

This div background color is #49AA66.


Border color

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

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

This div border color is #49AA66.


Opacity

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

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

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

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

This text has shadow with #49AA66 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #49AA66 on black background.


Color preview on white background

This text has color #49AA66 on white background.



Black color preview on #49AA66 background

This text has black color on #49AA66 background.


White color preview on #49AA66 background

This text has white color on #49AA66 background.