COLOR #49A85A

HEX: #49A85A
RGB: (73,168,90)

Renk bilgisi

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

RGB renk modeli

#49A85A color RGB value is (73,168,90).

  • kırmız ton 73;
  • yeşil ton 168;
  • mavi ton 90.
RGB:
(73,168,90)
(29%,66%,35%)

RGB bağlantıları ve doygunluk

R 73 of 255 = 29%
G 168 of 255 = 66%
B 90 of 255 = 35%

73
168
90

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

Yüzdelerle RGB renk parçaları

R + G + B =
73 + 168 + 90 = 331 (100%)
R 73 of 331 ~ 22.05%
G 168 of 331 ~ 50.76%
B 90 of 331 ~ 27.19%

%22.05
%50.76
%27.19

CMYK RENK MODELİ

#49A85A rengi CMYK tonu (57,0,46,34).

  • camgöbeği tonu 56.55%
  • eflatun tonu 0.00%
  • sarı tonu 46.43%
  • ana renk tonu 34.12%
CMYK:
(57,0,46,34)
C57M0Y46K34 
(57%,0%,46%,34%)
(0.57/0.00/0.46/0.34)	

CMYK yüzdeleri

%56.55
%0
%46.43
%34.12

Codes

Color #49A85A in popluar color models

49A85A
RGB7316890
HSL131°39.42%47.25%
HSB/HSV131°56.55%65.88%
CMYK56.55%0.00%46.43%
34.12%

Color #49A85A in popluar number systems.

HEX49A85A
Decimal7316890
Binary1001001101010001011010
Octal111250132

Shades and tints

Shades of #49A85A

#49A85A
(73,168,90)
#439952
(67,153,82)
#3D8A4A
(61,138,74)
#377B42
(55,123,66)
#316C3A
(49,108,58)
#2B5D32
(43,93,50)
#254E2A
(37,78,42)
#1F3F22
(31,63,34)
#19301A
(25,48,26)
#132112
(19,33,18)
#0D120A
(13,18,10)
#000000
(0,0,0)

Tints of #49A85A

#49A85A
(73,168,90)
#59AF69
(89,175,105)
#69B678
(105,182,120)
#79BD87
(121,189,135)
#89C496
(137,196,150)
#99CBA5
(153,203,165)
#A9D2B4
(169,210,180)
#B9D9C3
(185,217,195)
#C9E0D2
(201,224,210)
#D9E7E1
(217,231,225)
#E9EEF0
(233,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #49A85A color. Also use rgb(73,168,90) instead hex code.

Text Font Color

.myTextColor { color: #49A85A; }

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

This text font color is #49A85A.


Background Color

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

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

This div background color is #49A85A.


Border color

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

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

This div border color is #49A85A.


Opacity

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

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

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

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

This text has shadow with #49A85A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #49A85A on black background.


Color preview on white background

This text has color #49A85A on white background.



Black color preview on #49A85A background

This text has black color on #49A85A background.


White color preview on #49A85A background

This text has white color on #49A85A background.