COLOR #53C682

HEX: #53C682
RGB: (83,198,130)

Color info

#53C682 contains mainly green color. Web safe color of #53C682 is #66CC99 (or #6C9).

RGB color model

#53C682 color RGB value is (83,198,130).

  • red value is 83;
  • green value is 198;
  • blue value is 130.
RGB:
(83,198,130)
(33%,78%,51%)

RGB channels and saturation

R 83 of 255 = 33%
G 198 of 255 = 78%
B 130 of 255 = 51%

83
198
130

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

Portions of RGB colors in percentages

R + G + B =
83 + 198 + 130 = 411 (100%)
R 83 of 411 ~ 20.19%
G 198 of 411 ~ 48.18%
B 130 of 411 ~ 31.63%

%20.19
%48.18
%31.63

CMYK color model

#53C682 color CMYK value is (58,0,34,22).

  • cyan value is 58.08%
  • magenta value is 0.00%
  • yellow value is 34.34%
  • key color value is 22.35%
CMYK:
(58,0,34,22)
C58M0Y34K22 
(58%,0%,34%,22%)
(0.58/0.00/0.34/0.22)	

CMYK percentages

%58.08
%0
%34.34
%22.35

Codes

Color #53C682 in popluar color models

53C682
RGB83198130
HSL145°50.22%55.10%
HSB/HSV145°58.08%77.65%
CMYK58.08%0.00%34.34%
22.35%

Color #53C682 in popluar number systems.

HEX53C682
Decimal83198130
Binary10100111100011010000010
Octal123306202

Shades and tints

Shades of #53C682

#53C682
(83,198,130)
#4CB477
(76,180,119)
#45A26C
(69,162,108)
#3E9061
(62,144,97)
#377E56
(55,126,86)
#306C4B
(48,108,75)
#295A40
(41,90,64)
#224835
(34,72,53)
#1B362A
(27,54,42)
#14241F
(20,36,31)
#0D1214
(13,18,20)
#000000
(0,0,0)

Tints of #53C682

#53C682
(83,198,130)
#62CB8D
(98,203,141)
#71D098
(113,208,152)
#80D5A3
(128,213,163)
#8FDAAE
(143,218,174)
#9EDFB9
(158,223,185)
#ADE4C4
(173,228,196)
#BCE9CF
(188,233,207)
#CBEEDA
(203,238,218)
#DAF3E5
(218,243,229)
#E9F8F0
(233,248,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #53C682 color. Also use rgb(83,198,130) instead hex code.

Text Font Color

.myTextColor { color: #53C682; }

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

This text font color is #53C682.


Background Color

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

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

This div background color is #53C682.


Border color

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

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

This div border color is #53C682.


Opacity

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

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

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

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

This text has shadow with #53C682 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #53C682 on black background.


Color preview on white background

This text has color #53C682 on white background.



Black color preview on #53C682 background

This text has black color on #53C682 background.


White color preview on #53C682 background

This text has white color on #53C682 background.