COLOR #53B68B

HEX: #53B68B
RGB: (83,182,139)

Color info

#53B68B contains mainly green and blue colors. Web safe color of #53B68B is #66CC99 (or #6C9).

RGB color model

#53B68B color RGB value is (83,182,139).

  • red value is 83;
  • green value is 182;
  • blue value is 139.
RGB:
(83,182,139)
(33%,71%,55%)

RGB channels and saturation

R 83 of 255 = 33%
G 182 of 255 = 71%
B 139 of 255 = 55%

83
182
139

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

Portions of RGB colors in percentages

R + G + B =
83 + 182 + 139 = 404 (100%)
R 83 of 404 ~ 20.54%
G 182 of 404 ~ 45.05%
B 139 of 404 ~ 34.41%

%20.54
%45.05
%34.41

CMYK color model

#53B68B color CMYK value is (54,0,24,29).

  • cyan value is 54.40%
  • magenta value is 0.00%
  • yellow value is 23.63%
  • key color value is 28.63%
CMYK:
(54,0,24,29)
C54M0Y24K29 
(54%,0%,24%,29%)
(0.54/0.00/0.24/0.29)	

CMYK percentages

%54.4
%0
%23.63
%28.63

Codes

Color #53B68B in popluar color models

53B68B
RGB83182139
HSL154°40.41%51.96%
HSB/HSV154°54.40%71.37%
CMYK54.40%0.00%23.63%
28.63%

Color #53B68B in popluar number systems.

HEX53B68B
Decimal83182139
Binary10100111011011010001011
Octal123266213

Shades and tints

Shades of #53B68B

#53B68B
(83,182,139)
#4CA67F
(76,166,127)
#459673
(69,150,115)
#3E8667
(62,134,103)
#37765B
(55,118,91)
#30664F
(48,102,79)
#295643
(41,86,67)
#224637
(34,70,55)
#1B362B
(27,54,43)
#14261F
(20,38,31)
#0D1613
(13,22,19)
#000000
(0,0,0)

Tints of #53B68B

#53B68B
(83,182,139)
#62BC95
(98,188,149)
#71C29F
(113,194,159)
#80C8A9
(128,200,169)
#8FCEB3
(143,206,179)
#9ED4BD
(158,212,189)
#ADDAC7
(173,218,199)
#BCE0D1
(188,224,209)
#CBE6DB
(203,230,219)
#DAECE5
(218,236,229)
#E9F2EF
(233,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #53B68B color. Also use rgb(83,182,139) instead hex code.

Text Font Color

.myTextColor { color: #53B68B; }

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

This text font color is #53B68B.


Background Color

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

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

This div background color is #53B68B.


Border color

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

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

This div border color is #53B68B.


Opacity

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

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

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

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

This text has shadow with #53B68B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #53B68B on black background.


Color preview on white background

This text has color #53B68B on white background.



Black color preview on #53B68B background

This text has black color on #53B68B background.


White color preview on #53B68B background

This text has white color on #53B68B background.