COLOR #49AF73

HEX: #49AF73
RGB: (73,175,115)

Renk bilgisi

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

RGB renk modeli

#49AF73 color RGB value is (73,175,115).

  • kırmız ton 73;
  • yeşil ton 175;
  • mavi ton 115.
RGB:
(73,175,115)
(29%,69%,45%)

RGB bağlantıları ve doygunluk

R 73 of 255 = 29%
G 175 of 255 = 69%
B 115 of 255 = 45%

73
175
115

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

Yüzdelerle RGB renk parçaları

R + G + B =
73 + 175 + 115 = 363 (100%)
R 73 of 363 ~ 20.11%
G 175 of 363 ~ 48.21%
B 115 of 363 ~ 31.68%

%20.11
%48.21
%31.68

CMYK RENK MODELİ

#49AF73 rengi CMYK tonu (58,0,34,31).

  • camgöbeği tonu 58.29%
  • eflatun tonu 0.00%
  • sarı tonu 34.29%
  • ana renk tonu 31.37%
CMYK:
(58,0,34,31)
C58M0Y34K31 
(58%,0%,34%,31%)
(0.58/0.00/0.34/0.31)	

CMYK yüzdeleri

%58.29
%0
%34.29
%31.37

Codes

Color #49AF73 in popluar color models

49AF73
RGB73175115
HSL145°41.13%48.63%
HSB/HSV145°58.29%68.63%
CMYK58.29%0.00%34.29%
31.37%

Color #49AF73 in popluar number systems.

HEX49AF73
Decimal73175115
Binary1001001101011111110011
Octal111257163

Shades and tints

Shades of #49AF73

#49AF73
(73,175,115)
#43A069
(67,160,105)
#3D915F
(61,145,95)
#378255
(55,130,85)
#31734B
(49,115,75)
#2B6441
(43,100,65)
#255537
(37,85,55)
#1F462D
(31,70,45)
#193723
(25,55,35)
#132819
(19,40,25)
#0D190F
(13,25,15)
#000000
(0,0,0)

Tints of #49AF73

#49AF73
(73,175,115)
#59B67F
(89,182,127)
#69BD8B
(105,189,139)
#79C497
(121,196,151)
#89CBA3
(137,203,163)
#99D2AF
(153,210,175)
#A9D9BB
(169,217,187)
#B9E0C7
(185,224,199)
#C9E7D3
(201,231,211)
#D9EEDF
(217,238,223)
#E9F5EB
(233,245,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #49AF73 color. Also use rgb(73,175,115) instead hex code.

Text Font Color

.myTextColor { color: #49AF73; }

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

This text font color is #49AF73.


Background Color

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

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

This div background color is #49AF73.


Border color

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

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

This div border color is #49AF73.


Opacity

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

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

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

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

This text has shadow with #49AF73 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #49AF73 on black background.


Color preview on white background

This text has color #49AF73 on white background.



Black color preview on #49AF73 background

This text has black color on #49AF73 background.


White color preview on #49AF73 background

This text has white color on #49AF73 background.