COLOR #53B36C

HEX: #53B36C
RGB: (83,179,108)

Color info

#53B36C contains mainly green color. Web safe color of #53B36C is #669966 (or #696).

RGB color model

#53B36C color RGB value is (83,179,108).

  • red value is 83;
  • green value is 179;
  • blue value is 108.
RGB:
(83,179,108)
(33%,70%,42%)

RGB channels and saturation

R 83 of 255 = 33%
G 179 of 255 = 70%
B 108 of 255 = 42%

83
179
108

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

Portions of RGB colors in percentages

R + G + B =
83 + 179 + 108 = 370 (100%)
R 83 of 370 ~ 22.43%
G 179 of 370 ~ 48.38%
B 108 of 370 ~ 29.19%

%22.43
%48.38
%29.19

CMYK color model

#53B36C color CMYK value is (54,0,40,30).

  • cyan value is 53.63%
  • magenta value is 0.00%
  • yellow value is 39.66%
  • key color value is 29.80%
CMYK:
(54,0,40,30)
C54M0Y40K30 
(54%,0%,40%,30%)
(0.54/0.00/0.40/0.30)	

CMYK percentages

%53.63
%0
%39.66
%29.8

Codes

Color #53B36C in popluar color models

53B36C
RGB83179108
HSL136°38.71%51.37%
HSB/HSV136°53.63%70.20%
CMYK53.63%0.00%39.66%
29.80%

Color #53B36C in popluar number systems.

HEX53B36C
Decimal83179108
Binary1010011101100111101100
Octal123263154

Shades and tints

Shades of #53B36C

#53B36C
(83,179,108)
#4CA363
(76,163,99)
#45935A
(69,147,90)
#3E8351
(62,131,81)
#377348
(55,115,72)
#30633F
(48,99,63)
#295336
(41,83,54)
#22432D
(34,67,45)
#1B3324
(27,51,36)
#14231B
(20,35,27)
#0D1312
(13,19,18)
#000000
(0,0,0)

Tints of #53B36C

#53B36C
(83,179,108)
#62B979
(98,185,121)
#71BF86
(113,191,134)
#80C593
(128,197,147)
#8FCBA0
(143,203,160)
#9ED1AD
(158,209,173)
#ADD7BA
(173,215,186)
#BCDDC7
(188,221,199)
#CBE3D4
(203,227,212)
#DAE9E1
(218,233,225)
#E9EFEE
(233,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #53B36C color. Also use rgb(83,179,108) instead hex code.

Text Font Color

.myTextColor { color: #53B36C; }

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

This text font color is #53B36C.


Background Color

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

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

This div background color is #53B36C.


Border color

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

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

This div border color is #53B36C.


Opacity

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

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

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

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

This text has shadow with #53B36C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #53B36C on black background.


Color preview on white background

This text has color #53B36C on white background.



Black color preview on #53B36C background

This text has black color on #53B36C background.


White color preview on #53B36C background

This text has white color on #53B36C background.