COLOR #53A836

HEX: #53A836
RGB: (83,168,54)

Color info

#53A836 contains mainly green color. Web safe color of #53A836 is #669933 (or #693).

RGB color model

#53A836 color RGB value is (83,168,54).

  • red value is 83;
  • green value is 168;
  • blue value is 54.
RGB:
(83,168,54)
(33%,66%,21%)

RGB channels and saturation

R 83 of 255 = 33%
G 168 of 255 = 66%
B 54 of 255 = 21%

83
168
54

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

Portions of RGB colors in percentages

R + G + B =
83 + 168 + 54 = 305 (100%)
R 83 of 305 ~ 27.21%
G 168 of 305 ~ 55.08%
B 54 of 305 ~ 17.7%

%27.21
%55.08
%17.7

CMYK color model

#53A836 color CMYK value is (51,0,68,34).

  • cyan value is 50.60%
  • magenta value is 0.00%
  • yellow value is 67.86%
  • key color value is 34.12%
CMYK:
(51,0,68,34)
C51M0Y68K34 
(51%,0%,68%,34%)
(0.51/0.00/0.68/0.34)	

CMYK percentages

%50.6
%0
%67.86
%34.12

Codes

Color #53A836 in popluar color models

53A836
RGB8316854
HSL105°51.35%43.53%
HSB/HSV105°67.86%65.88%
CMYK50.60%0.00%67.86%
34.12%

Color #53A836 in popluar number systems.

HEX53A836
Decimal8316854
Binary101001110101000110110
Octal12325066

Shades and tints

Shades of #53A836

#53A836
(83,168,54)
#4C9932
(76,153,50)
#458A2E
(69,138,46)
#3E7B2A
(62,123,42)
#376C26
(55,108,38)
#305D22
(48,93,34)
#294E1E
(41,78,30)
#223F1A
(34,63,26)
#1B3016
(27,48,22)
#142112
(20,33,18)
#0D120E
(13,18,14)
#000000
(0,0,0)

Tints of #53A836

#53A836
(83,168,54)
#62AF48
(98,175,72)
#71B65A
(113,182,90)
#80BD6C
(128,189,108)
#8FC47E
(143,196,126)
#9ECB90
(158,203,144)
#ADD2A2
(173,210,162)
#BCD9B4
(188,217,180)
#CBE0C6
(203,224,198)
#DAE7D8
(218,231,216)
#E9EEEA
(233,238,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #53A836 color. Also use rgb(83,168,54) instead hex code.

Text Font Color

.myTextColor { color: #53A836; }

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

This text font color is #53A836.


Background Color

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

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

This div background color is #53A836.


Border color

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

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

This div border color is #53A836.


Opacity

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

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

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

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

This text has shadow with #53A836 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #53A836 on black background.


Color preview on white background

This text has color #53A836 on white background.



Black color preview on #53A836 background

This text has black color on #53A836 background.


White color preview on #53A836 background

This text has white color on #53A836 background.