COLOR #49C53D

HEX: #49C53D
RGB: (73,197,61)

Renk bilgisi

#49C53D contains mainly green color. #49C53D ‘ nin web güvenlik rengi #33CC33 (ya da #3C3) dir.

RGB renk modeli

#49C53D color RGB value is (73,197,61).

  • kırmız ton 73;
  • yeşil ton 197;
  • mavi ton 61.
RGB:
(73,197,61)
(29%,77%,24%)

RGB bağlantıları ve doygunluk

R 73 of 255 = 29%
G 197 of 255 = 77%
B 61 of 255 = 24%

73
197
61

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

Yüzdelerle RGB renk parçaları

R + G + B =
73 + 197 + 61 = 331 (100%)
R 73 of 331 ~ 22.05%
G 197 of 331 ~ 59.52%
B 61 of 331 ~ 18.43%

%22.05
%59.52
%18.43

CMYK RENK MODELİ

#49C53D rengi CMYK tonu (63,0,69,23).

  • camgöbeği tonu 62.94%
  • eflatun tonu 0.00%
  • sarı tonu 69.04%
  • ana renk tonu 22.75%
CMYK:
(63,0,69,23)
C63M0Y69K23 
(63%,0%,69%,23%)
(0.63/0.00/0.69/0.23)	

CMYK yüzdeleri

%62.94
%0
%69.04
%22.75

Codes

Color #49C53D in popluar color models

49C53D
RGB7319761
HSL115°53.97%50.59%
HSB/HSV115°69.04%77.25%
CMYK62.94%0.00%69.04%
22.75%

Color #49C53D in popluar number systems.

HEX49C53D
Decimal7319761
Binary100100111000101111101
Octal11130575

Shades and tints

Shades of #49C53D

#49C53D
(73,197,61)
#43B438
(67,180,56)
#3DA333
(61,163,51)
#37922E
(55,146,46)
#318129
(49,129,41)
#2B7024
(43,112,36)
#255F1F
(37,95,31)
#1F4E1A
(31,78,26)
#193D15
(25,61,21)
#132C10
(19,44,16)
#0D1B0B
(13,27,11)
#000000
(0,0,0)

Tints of #49C53D

#49C53D
(73,197,61)
#59CA4E
(89,202,78)
#69CF5F
(105,207,95)
#79D470
(121,212,112)
#89D981
(137,217,129)
#99DE92
(153,222,146)
#A9E3A3
(169,227,163)
#B9E8B4
(185,232,180)
#C9EDC5
(201,237,197)
#D9F2D6
(217,242,214)
#E9F7E7
(233,247,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #49C53D color. Also use rgb(73,197,61) instead hex code.

Text Font Color

.myTextColor { color: #49C53D; }

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

This text font color is #49C53D.


Background Color

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

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

This div background color is #49C53D.


Border color

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

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

This div border color is #49C53D.


Opacity

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

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

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

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

This text has shadow with #49C53D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #49C53D on black background.


Color preview on white background

This text has color #49C53D on white background.



Black color preview on #49C53D background

This text has black color on #49C53D background.


White color preview on #49C53D background

This text has white color on #49C53D background.