COLOR #53A06E

HEX: #53A06E
RGB: (83,160,110)

Color info

#53A06E contains mainly green and blue colors. Web safe color of #53A06E is #669966 (or #696).

RGB color model

#53A06E color RGB value is (83,160,110).

  • red value is 83;
  • green value is 160;
  • blue value is 110.
RGB:
(83,160,110)
(33%,63%,43%)

RGB channels and saturation

R 83 of 255 = 33%
G 160 of 255 = 63%
B 110 of 255 = 43%

83
160
110

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

Portions of RGB colors in percentages

R + G + B =
83 + 160 + 110 = 353 (100%)
R 83 of 353 ~ 23.51%
G 160 of 353 ~ 45.33%
B 110 of 353 ~ 31.16%

%23.51
%45.33
%31.16

CMYK color model

#53A06E color CMYK value is (48,0,31,37).

  • cyan value is 48.13%
  • magenta value is 0.00%
  • yellow value is 31.25%
  • key color value is 37.25%
CMYK:
(48,0,31,37)
C48M0Y31K37 
(48%,0%,31%,37%)
(0.48/0.00/0.31/0.37)	

CMYK percentages

%48.13
%0
%31.25
%37.25

Codes

Color #53A06E in popluar color models

53A06E
RGB83160110
HSL141°31.69%47.65%
HSB/HSV141°48.13%62.75%
CMYK48.13%0.00%31.25%
37.25%

Color #53A06E in popluar number systems.

HEX53A06E
Decimal83160110
Binary1010011101000001101110
Octal123240156

Shades and tints

Shades of #53A06E

#53A06E
(83,160,110)
#4C9264
(76,146,100)
#45845A
(69,132,90)
#3E7650
(62,118,80)
#376846
(55,104,70)
#305A3C
(48,90,60)
#294C32
(41,76,50)
#223E28
(34,62,40)
#1B301E
(27,48,30)
#142214
(20,34,20)
#0D140A
(13,20,10)
#000000
(0,0,0)

Tints of #53A06E

#53A06E
(83,160,110)
#62A87B
(98,168,123)
#71B088
(113,176,136)
#80B895
(128,184,149)
#8FC0A2
(143,192,162)
#9EC8AF
(158,200,175)
#ADD0BC
(173,208,188)
#BCD8C9
(188,216,201)
#CBE0D6
(203,224,214)
#DAE8E3
(218,232,227)
#E9F0F0
(233,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #53A06E color. Also use rgb(83,160,110) instead hex code.

Text Font Color

.myTextColor { color: #53A06E; }

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

This text font color is #53A06E.


Background Color

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

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

This div background color is #53A06E.


Border color

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

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

This div border color is #53A06E.


Opacity

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

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

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

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

This text has shadow with #53A06E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #53A06E on black background.


Color preview on white background

This text has color #53A06E on white background.



Black color preview on #53A06E background

This text has black color on #53A06E background.


White color preview on #53A06E background

This text has white color on #53A06E background.