COLOR #49B968

HEX: #49B968
RGB: (73,185,104)

Renk bilgisi

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

RGB renk modeli

#49B968 color RGB value is (73,185,104).

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

RGB bağlantıları ve doygunluk

R 73 of 255 = 29%
G 185 of 255 = 73%
B 104 of 255 = 41%

73
185
104

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

Yüzdelerle RGB renk parçaları

R + G + B =
73 + 185 + 104 = 362 (100%)
R 73 of 362 ~ 20.17%
G 185 of 362 ~ 51.1%
B 104 of 362 ~ 28.73%

%20.17
%51.1
%28.73

CMYK RENK MODELİ

#49B968 rengi CMYK tonu (61,0,44,27).

  • camgöbeği tonu 60.54%
  • eflatun tonu 0.00%
  • sarı tonu 43.78%
  • ana renk tonu 27.45%
CMYK:
(61,0,44,27)
C61M0Y44K27 
(61%,0%,44%,27%)
(0.61/0.00/0.44/0.27)	

CMYK yüzdeleri

%60.54
%0
%43.78
%27.45

Codes

Color #49B968 in popluar color models

49B968
RGB73185104
HSL137°44.44%50.59%
HSB/HSV137°60.54%72.55%
CMYK60.54%0.00%43.78%
27.45%

Color #49B968 in popluar number systems.

HEX49B968
Decimal73185104
Binary1001001101110011101000
Octal111271150

Shades and tints

Shades of #49B968

#49B968
(73,185,104)
#43A95F
(67,169,95)
#3D9956
(61,153,86)
#37894D
(55,137,77)
#317944
(49,121,68)
#2B693B
(43,105,59)
#255932
(37,89,50)
#1F4929
(31,73,41)
#193920
(25,57,32)
#132917
(19,41,23)
#0D190E
(13,25,14)
#000000
(0,0,0)

Tints of #49B968

#49B968
(73,185,104)
#59BF75
(89,191,117)
#69C582
(105,197,130)
#79CB8F
(121,203,143)
#89D19C
(137,209,156)
#99D7A9
(153,215,169)
#A9DDB6
(169,221,182)
#B9E3C3
(185,227,195)
#C9E9D0
(201,233,208)
#D9EFDD
(217,239,221)
#E9F5EA
(233,245,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #49B968; }

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

This text font color is #49B968.


Background Color

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

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

This div background color is #49B968.


Border color

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

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

This div border color is #49B968.


Opacity

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

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

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

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

This text has shadow with #49B968 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #49B968 on black background.


Color preview on white background

This text has color #49B968 on white background.



Black color preview on #49B968 background

This text has black color on #49B968 background.


White color preview on #49B968 background

This text has white color on #49B968 background.