COLOR #49A368

HEX: #49A368
RGB: (73,163,104)

Renk bilgisi

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

RGB renk modeli

#49A368 color RGB value is (73,163,104).

  • kırmız ton 73;
  • yeşil ton 163;
  • mavi ton 104.
RGB:
(73,163,104)
(29%,64%,41%)

RGB bağlantıları ve doygunluk

R 73 of 255 = 29%
G 163 of 255 = 64%
B 104 of 255 = 41%

73
163
104

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

Yüzdelerle RGB renk parçaları

R + G + B =
73 + 163 + 104 = 340 (100%)
R 73 of 340 ~ 21.47%
G 163 of 340 ~ 47.94%
B 104 of 340 ~ 30.59%

%21.47
%47.94
%30.59

CMYK RENK MODELİ

#49A368 rengi CMYK tonu (55,0,36,36).

  • camgöbeği tonu 55.21%
  • eflatun tonu 0.00%
  • sarı tonu 36.20%
  • ana renk tonu 36.08%
CMYK:
(55,0,36,36)
C55M0Y36K36 
(55%,0%,36%,36%)
(0.55/0.00/0.36/0.36)	

CMYK yüzdeleri

%55.21
%0
%36.2
%36.08

Codes

Color #49A368 in popluar color models

49A368
RGB73163104
HSL141°38.14%46.27%
HSB/HSV141°55.21%63.92%
CMYK55.21%0.00%36.20%
36.08%

Color #49A368 in popluar number systems.

HEX49A368
Decimal73163104
Binary1001001101000111101000
Octal111243150

Shades and tints

Shades of #49A368

#49A368
(73,163,104)
#43955F
(67,149,95)
#3D8756
(61,135,86)
#37794D
(55,121,77)
#316B44
(49,107,68)
#2B5D3B
(43,93,59)
#254F32
(37,79,50)
#1F4129
(31,65,41)
#193320
(25,51,32)
#132517
(19,37,23)
#0D170E
(13,23,14)
#000000
(0,0,0)

Tints of #49A368

#49A368
(73,163,104)
#59AB75
(89,171,117)
#69B382
(105,179,130)
#79BB8F
(121,187,143)
#89C39C
(137,195,156)
#99CBA9
(153,203,169)
#A9D3B6
(169,211,182)
#B9DBC3
(185,219,195)
#C9E3D0
(201,227,208)
#D9EBDD
(217,235,221)
#E9F3EA
(233,243,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #49A368 color. Also use rgb(73,163,104) instead hex code.

Text Font Color

.myTextColor { color: #49A368; }

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

This text font color is #49A368.


Background Color

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

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

This div background color is #49A368.


Border color

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

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

This div border color is #49A368.


Opacity

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

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

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

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

This text has shadow with #49A368 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #49A368 on black background.


Color preview on white background

This text has color #49A368 on white background.



Black color preview on #49A368 background

This text has black color on #49A368 background.


White color preview on #49A368 background

This text has white color on #49A368 background.