COLOR #53B114

HEX: #53B114
RGB: (83,177,20)

Color info

#53B114 contains mainly green color. Web safe color of #53B114 is #669900 (or #690).

RGB color model

#53B114 color RGB value is (83,177,20).

  • red value is 83;
  • green value is 177;
  • blue value is 20.
RGB:
(83,177,20)
(33%,69%,8%)

RGB channels and saturation

R 83 of 255 = 33%
G 177 of 255 = 69%
B 20 of 255 = 8%

83
177
20

R + G + B ~ 37%. #53B114 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
83 + 177 + 20 = 280 (100%)
R 83 of 280 ~ 29.64%
G 177 of 280 ~ 63.21%
B 20 of 280 ~ 7.14%

%29.64
%63.21

CMYK color model

#53B114 color CMYK value is (53,0,89,31).

  • cyan value is 53.11%
  • magenta value is 0.00%
  • yellow value is 88.70%
  • key color value is 30.59%
CMYK:
(53,0,89,31)
C53M0Y89K31 
(53%,0%,89%,31%)
(0.53/0.00/0.89/0.31)	

CMYK percentages

%53.11
%0
%88.7
%30.59

Codes

Color #53B114 in popluar color models

53B114
RGB8317720
HSL96°79.70%38.63%
HSB/HSV96°88.70%69.41%
CMYK53.11%0.00%88.70%
30.59%

Color #53B114 in popluar number systems.

HEX53B114
Decimal8317720
Binary10100111011000110100
Octal12326124

Shades and tints

Shades of #53B114

#53B114
(83,177,20)
#4CA113
(76,161,19)
#459112
(69,145,18)
#3E8111
(62,129,17)
#377110
(55,113,16)
#30610F
(48,97,15)
#29510E
(41,81,14)
#22410D
(34,65,13)
#1B310C
(27,49,12)
#14210B
(20,33,11)
#0D110A
(13,17,10)
#000000
(0,0,0)

Tints of #53B114

#53B114
(83,177,20)
#62B829
(98,184,41)
#71BF3E
(113,191,62)
#80C653
(128,198,83)
#8FCD68
(143,205,104)
#9ED47D
(158,212,125)
#ADDB92
(173,219,146)
#BCE2A7
(188,226,167)
#CBE9BC
(203,233,188)
#DAF0D1
(218,240,209)
#E9F7E6
(233,247,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #53B114 color. Also use rgb(83,177,20) instead hex code.

Text Font Color

.myTextColor { color: #53B114; }

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

This text font color is #53B114.


Background Color

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

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

This div background color is #53B114.


Border color

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

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

This div border color is #53B114.


Opacity

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

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

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

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

This text has shadow with #53B114 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #53B114 on black background.


Color preview on white background

This text has color #53B114 on white background.



Black color preview on #53B114 background

This text has black color on #53B114 background.


White color preview on #53B114 background

This text has white color on #53B114 background.