COLOR #53C349

HEX: #53C349
RGB: (83,195,73)

Renk bilgisi

#53C349 contains mainly green color. #53C349 ‘ nin web güvenlik rengi #66CC33 (ya da #6C3) dir.

RGB renk modeli

#53C349 color RGB value is (83,195,73).

  • kırmız ton 83;
  • yeşil ton 195;
  • mavi ton 73.
RGB:
(83,195,73)
(33%,76%,29%)

RGB bağlantıları ve doygunluk

R 83 of 255 = 33%
G 195 of 255 = 76%
B 73 of 255 = 29%

83
195
73

R + G + B ~ 46%. #53C349 is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
83 + 195 + 73 = 351 (100%)
R 83 of 351 ~ 23.65%
G 195 of 351 ~ 55.56%
B 73 of 351 ~ 20.8%

%23.65
%55.56
%20.8

CMYK RENK MODELİ

#53C349 rengi CMYK tonu (57,0,63,24).

  • camgöbeği tonu 57.44%
  • eflatun tonu 0.00%
  • sarı tonu 62.56%
  • ana renk tonu 23.53%
CMYK:
(57,0,63,24)
C57M0Y63K24 
(57%,0%,63%,24%)
(0.57/0.00/0.63/0.24)	

CMYK yüzdeleri

%57.44
%0
%62.56
%23.53

Codes

Color #53C349 in popluar color models

53C349
RGB8319573
HSL115°50.41%52.55%
HSB/HSV115°62.56%76.47%
CMYK57.44%0.00%62.56%
23.53%

Color #53C349 in popluar number systems.

HEX53C349
Decimal8319573
Binary1010011110000111001001
Octal123303111

Shades and tints

Shades of #53C349

#53C349
(83,195,73)
#4CB243
(76,178,67)
#45A13D
(69,161,61)
#3E9037
(62,144,55)
#377F31
(55,127,49)
#306E2B
(48,110,43)
#295D25
(41,93,37)
#224C1F
(34,76,31)
#1B3B19
(27,59,25)
#142A13
(20,42,19)
#0D190D
(13,25,13)
#000000
(0,0,0)

Tints of #53C349

#53C349
(83,195,73)
#62C859
(98,200,89)
#71CD69
(113,205,105)
#80D279
(128,210,121)
#8FD789
(143,215,137)
#9EDC99
(158,220,153)
#ADE1A9
(173,225,169)
#BCE6B9
(188,230,185)
#CBEBC9
(203,235,201)
#DAF0D9
(218,240,217)
#E9F5E9
(233,245,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #53C349 color. Also use rgb(83,195,73) instead hex code.

Text Font Color

.myTextColor { color: #53C349; }

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

This text font color is #53C349.


Background Color

.myBgColor { background-color: #53C349; }

<div style="background-color:#53C349">Inner text</div>

This div background color is #53C349.


Border color

.myBorderColor { border: 1px solid #53C349; }

<div style="border:3px solid #53C349">Div</div>

This div border color is #53C349.


Opacity

.myOpacity80 { color: #53C349; opacity: 0.8; }

<p style="color:#53C349;opacity:0.8;">80%</p>

Text with #53C349 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 #53C349;}

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

This text has shadow with #53C349 color.

.textShadow {text-shadow: 3px 3px 1px #53C349, 3px 3px 1px red;}

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

This text has shadow with #53C349 primary color and red secondary color.


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

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

This text has shadow with #53C349 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #53C349 on black background.


Color preview on white background

This text has color #53C349 on white background.



Black color preview on #53C349 background

This text has black color on #53C349 background.


White color preview on #53C349 background

This text has white color on #53C349 background.