COLOR #53AC65

HEX: #53AC65
RGB: (83,172,101)

Color info

#53AC65 contains mainly green color. Web safe color of #53AC65 is #669966 (or #696).

RGB color model

#53AC65 color RGB value is (83,172,101).

  • red value is 83;
  • green value is 172;
  • blue value is 101.
RGB:
(83,172,101)
(33%,67%,40%)

RGB channels and saturation

R 83 of 255 = 33%
G 172 of 255 = 67%
B 101 of 255 = 40%

83
172
101

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

Portions of RGB colors in percentages

R + G + B =
83 + 172 + 101 = 356 (100%)
R 83 of 356 ~ 23.31%
G 172 of 356 ~ 48.31%
B 101 of 356 ~ 28.37%

%23.31
%48.31
%28.37

CMYK color model

#53AC65 color CMYK value is (52,0,41,33).

  • cyan value is 51.74%
  • magenta value is 0.00%
  • yellow value is 41.28%
  • key color value is 32.55%
CMYK:
(52,0,41,33)
C52M0Y41K33 
(52%,0%,41%,33%)
(0.52/0.00/0.41/0.33)	

CMYK percentages

%51.74
%0
%41.28
%32.55

Codes

Color #53AC65 in popluar color models

53AC65
RGB83172101
HSL132°34.90%50.00%
HSB/HSV132°51.74%67.45%
CMYK51.74%0.00%41.28%
32.55%

Color #53AC65 in popluar number systems.

HEX53AC65
Decimal83172101
Binary1010011101011001100101
Octal123254145

Shades and tints

Shades of #53AC65

#53AC65
(83,172,101)
#4C9D5C
(76,157,92)
#458E53
(69,142,83)
#3E7F4A
(62,127,74)
#377041
(55,112,65)
#306138
(48,97,56)
#29522F
(41,82,47)
#224326
(34,67,38)
#1B341D
(27,52,29)
#142514
(20,37,20)
#0D160B
(13,22,11)
#000000
(0,0,0)

Tints of #53AC65

#53AC65
(83,172,101)
#62B373
(98,179,115)
#71BA81
(113,186,129)
#80C18F
(128,193,143)
#8FC89D
(143,200,157)
#9ECFAB
(158,207,171)
#ADD6B9
(173,214,185)
#BCDDC7
(188,221,199)
#CBE4D5
(203,228,213)
#DAEBE3
(218,235,227)
#E9F2F1
(233,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #53AC65 color. Also use rgb(83,172,101) instead hex code.

Text Font Color

.myTextColor { color: #53AC65; }

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

This text font color is #53AC65.


Background Color

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

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

This div background color is #53AC65.


Border color

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

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

This div border color is #53AC65.


Opacity

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

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

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

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

This text has shadow with #53AC65 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #53AC65 on black background.


Color preview on white background

This text has color #53AC65 on white background.



Black color preview on #53AC65 background

This text has black color on #53AC65 background.


White color preview on #53AC65 background

This text has white color on #53AC65 background.