COLOR #53A066

HEX: #53A066
RGB: (83,160,102)

Color info

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

RGB color model

#53A066 color RGB value is (83,160,102).

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

RGB channels and saturation

R 83 of 255 = 33%
G 160 of 255 = 63%
B 102 of 255 = 40%

83
160
102

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

Portions of RGB colors in percentages

R + G + B =
83 + 160 + 102 = 345 (100%)
R 83 of 345 ~ 24.06%
G 160 of 345 ~ 46.38%
B 102 of 345 ~ 29.57%

%24.06
%46.38
%29.57

CMYK color model

#53A066 color CMYK value is (48,0,36,37).

  • cyan value is 48.13%
  • magenta value is 0.00%
  • yellow value is 36.25%
  • key color value is 37.25%
CMYK:
(48,0,36,37)
C48M0Y36K37 
(48%,0%,36%,37%)
(0.48/0.00/0.36/0.37)	

CMYK percentages

%48.13
%0
%36.25
%37.25

Codes

Color #53A066 in popluar color models

53A066
RGB83160102
HSL135°31.69%47.65%
HSB/HSV135°48.13%62.75%
CMYK48.13%0.00%36.25%
37.25%

Color #53A066 in popluar number systems.

HEX53A066
Decimal83160102
Binary1010011101000001100110
Octal123240146

Shades and tints

Shades of #53A066

#53A066
(83,160,102)
#4C925D
(76,146,93)
#458454
(69,132,84)
#3E764B
(62,118,75)
#376842
(55,104,66)
#305A39
(48,90,57)
#294C30
(41,76,48)
#223E27
(34,62,39)
#1B301E
(27,48,30)
#142215
(20,34,21)
#0D140C
(13,20,12)
#000000
(0,0,0)

Tints of #53A066

#53A066
(83,160,102)
#62A873
(98,168,115)
#71B080
(113,176,128)
#80B88D
(128,184,141)
#8FC09A
(143,192,154)
#9EC8A7
(158,200,167)
#ADD0B4
(173,208,180)
#BCD8C1
(188,216,193)
#CBE0CE
(203,224,206)
#DAE8DB
(218,232,219)
#E9F0E8
(233,240,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #53A066; }

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

This text font color is #53A066.


Background Color

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

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

This div background color is #53A066.


Border color

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

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

This div border color is #53A066.


Opacity

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

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

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

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

This text has shadow with #53A066 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #53A066 on black background.


Color preview on white background

This text has color #53A066 on white background.



Black color preview on #53A066 background

This text has black color on #53A066 background.


White color preview on #53A066 background

This text has white color on #53A066 background.