COLOR #49BC5E

HEX: #49BC5E
RGB: (73,188,94)

Renk bilgisi

#49BC5E contains mainly green color. #49BC5E ‘ nin web güvenlik rengi #33CC66 (ya da #3C6) dir.

RGB renk modeli

#49BC5E color RGB value is (73,188,94).

  • kırmız ton 73;
  • yeşil ton 188;
  • mavi ton 94.
RGB:
(73,188,94)
(29%,74%,37%)

RGB bağlantıları ve doygunluk

R 73 of 255 = 29%
G 188 of 255 = 74%
B 94 of 255 = 37%

73
188
94

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

Yüzdelerle RGB renk parçaları

R + G + B =
73 + 188 + 94 = 355 (100%)
R 73 of 355 ~ 20.56%
G 188 of 355 ~ 52.96%
B 94 of 355 ~ 26.48%

%20.56
%52.96
%26.48

CMYK RENK MODELİ

#49BC5E rengi CMYK tonu (61,0,50,26).

  • camgöbeği tonu 61.17%
  • eflatun tonu 0.00%
  • sarı tonu 50.00%
  • ana renk tonu 26.27%
CMYK:
(61,0,50,26)
C61M0Y50K26 
(61%,0%,50%,26%)
(0.61/0.00/0.50/0.26)	

CMYK yüzdeleri

%61.17
%0
%50
%26.27

Codes

Color #49BC5E in popluar color models

49BC5E
RGB7318894
HSL131°46.18%51.18%
HSB/HSV131°61.17%73.73%
CMYK61.17%0.00%50.00%
26.27%

Color #49BC5E in popluar number systems.

HEX49BC5E
Decimal7318894
Binary1001001101111001011110
Octal111274136

Shades and tints

Shades of #49BC5E

#49BC5E
(73,188,94)
#43AB56
(67,171,86)
#3D9A4E
(61,154,78)
#378946
(55,137,70)
#31783E
(49,120,62)
#2B6736
(43,103,54)
#25562E
(37,86,46)
#1F4526
(31,69,38)
#19341E
(25,52,30)
#132316
(19,35,22)
#0D120E
(13,18,14)
#000000
(0,0,0)

Tints of #49BC5E

#49BC5E
(73,188,94)
#59C26C
(89,194,108)
#69C87A
(105,200,122)
#79CE88
(121,206,136)
#89D496
(137,212,150)
#99DAA4
(153,218,164)
#A9E0B2
(169,224,178)
#B9E6C0
(185,230,192)
#C9ECCE
(201,236,206)
#D9F2DC
(217,242,220)
#E9F8EA
(233,248,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #49BC5E color. Also use rgb(73,188,94) instead hex code.

Text Font Color

.myTextColor { color: #49BC5E; }

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

This text font color is #49BC5E.


Background Color

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

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

This div background color is #49BC5E.


Border color

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

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

This div border color is #49BC5E.


Opacity

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

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

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

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

This text has shadow with #49BC5E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #49BC5E on black background.


Color preview on white background

This text has color #49BC5E on white background.



Black color preview on #49BC5E background

This text has black color on #49BC5E background.


White color preview on #49BC5E background

This text has white color on #49BC5E background.