COLOR #49AE76

HEX: #49AE76
RGB: (73,174,118)

Renk bilgisi

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

RGB renk modeli

#49AE76 color RGB value is (73,174,118).

  • kırmız ton 73;
  • yeşil ton 174;
  • mavi ton 118.
RGB:
(73,174,118)
(29%,68%,46%)

RGB bağlantıları ve doygunluk

R 73 of 255 = 29%
G 174 of 255 = 68%
B 118 of 255 = 46%

73
174
118

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

Yüzdelerle RGB renk parçaları

R + G + B =
73 + 174 + 118 = 365 (100%)
R 73 of 365 ~ 20%
G 174 of 365 ~ 47.67%
B 118 of 365 ~ 32.33%

%20
%47.67
%32.33

CMYK RENK MODELİ

#49AE76 rengi CMYK tonu (58,0,32,32).

  • camgöbeği tonu 58.05%
  • eflatun tonu 0.00%
  • sarı tonu 32.18%
  • ana renk tonu 31.76%
CMYK:
(58,0,32,32)
C58M0Y32K32 
(58%,0%,32%,32%)
(0.58/0.00/0.32/0.32)	

CMYK yüzdeleri

%58.05
%0
%32.18
%31.76

Codes

Color #49AE76 in popluar color models

49AE76
RGB73174118
HSL147°40.89%48.43%
HSB/HSV147°58.05%68.24%
CMYK58.05%0.00%32.18%
31.76%

Color #49AE76 in popluar number systems.

HEX49AE76
Decimal73174118
Binary1001001101011101110110
Octal111256166

Shades and tints

Shades of #49AE76

#49AE76
(73,174,118)
#439F6C
(67,159,108)
#3D9062
(61,144,98)
#378158
(55,129,88)
#31724E
(49,114,78)
#2B6344
(43,99,68)
#25543A
(37,84,58)
#1F4530
(31,69,48)
#193626
(25,54,38)
#13271C
(19,39,28)
#0D1812
(13,24,18)
#000000
(0,0,0)

Tints of #49AE76

#49AE76
(73,174,118)
#59B582
(89,181,130)
#69BC8E
(105,188,142)
#79C39A
(121,195,154)
#89CAA6
(137,202,166)
#99D1B2
(153,209,178)
#A9D8BE
(169,216,190)
#B9DFCA
(185,223,202)
#C9E6D6
(201,230,214)
#D9EDE2
(217,237,226)
#E9F4EE
(233,244,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #49AE76 color. Also use rgb(73,174,118) instead hex code.

Text Font Color

.myTextColor { color: #49AE76; }

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

This text font color is #49AE76.


Background Color

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

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

This div background color is #49AE76.


Border color

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

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

This div border color is #49AE76.


Opacity

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

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

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

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

This text has shadow with #49AE76 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #49AE76 on black background.


Color preview on white background

This text has color #49AE76 on white background.



Black color preview on #49AE76 background

This text has black color on #49AE76 background.


White color preview on #49AE76 background

This text has white color on #49AE76 background.