COLOR #53BD81

HEX: #53BD81 RGB: (83,189,129)

Color info

#53BD81 contains mainly green color. Web safe color of #53BD81 is #66CC99 (or #6C9).

RGB color model

#53BD81 color RGB value is (83,189,129).

RGB: (83,189,129) (33%, 74%, 51%)

RGB channels and saturation

R 83 of 255 = 33%
G 189 of 255 = 74%
B 129 of 255 = 51%

83
189
129

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

Portions of RGB colors in percentages

R + G + B = 83 + 189 + 129 = 401 (100%)
R 83 of 401 ~ 20.7%
G 189 of 401 ~ 47.13%
B 129 of 401 ~ 32.17'%

%20.7
%47.13
%32.17

CMYK color model

#53BD81 color CMYK value is (56,0,32,26).

  • cyan value is 56.08%
  • magenta value is 0.00%
  • yellow value is 31.75%
  • key color value is 25.88%

CMYK: (56,0,32,26)
C56M0Y32K26 (56%, 0%, 32%, 26%)
(0.56 / 0.00 / 0.32 / 0.26)

CMYK percentages

%56.08
%0
%31.75
%25.88

Codes

Color #53BD81 in popluar color models

53 BD 81
RGB 83 189 129
HSL 146° 44.54% 53.33%
HSB/HSV 146° 56.08% 74.12%
CMYK 56.08% 0.00% 31.75%
25.88%

Color #53BD81 in popluar number systems.

HEX 53 BD 81
Decimal 83 189 129
Binary 1010011 10111101 10000001
Octal 123 275 201

Shades and tints

Shades of #53BD81

#53BD81
(83,189,129)
#4CAC76
(76,172,118)
#459B6B
(69,155,107)
#3E8A60
(62,138,96)
#377955
(55,121,85)
#30684A
(48,104,74)
#29573F
(41,87,63)
#224634
(34,70,52)
#1B3529
(27,53,41)
#14241E
(20,36,30)
#0D1313
(13,19,19)
#000000
(0,0,0)

Tints of #53BD81

#53BD81
(83,189,129)
#62C38C
(98,195,140)
#71C997
(113,201,151)
#80CFA2
(128,207,162)
#8FD5AD
(143,213,173)
#9EDBB8
(158,219,184)
#ADE1C3
(173,225,195)
#BCE7CE
(188,231,206)
#CBEDD9
(203,237,217)
#DAF3E4
(218,243,228)
#E9F9EF
(233,249,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #53BD81 color. Also use rgb(83,189,129) instead hex code.

Text Font Color

.myTextColor { color: #53BD81; }

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

This text font color is #53BD81.

Background Color

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

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

This div background color is #53BD81.

Border color

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

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

This div border color is #53BD81.

Opacity

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

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

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

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

This text has shadow with #53BD81 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #53BD81.

Preview

Color preview on black background

This text has color #53BD81 on black background.


Color preview on white background

This text has color #53BD81 on white background.


Black color preview on #53BD81 background

This text has black color on #53BD81 background.


White color preview on #53BD81 background

This text has white color on #53BD81 background.


Related colors

Complementary color

Complementary color for #hex is #AC427E.


I love getcolorcode.com

Triadic colors

1 #8153BD and #BD8153 with #53BD81 are triadic colors.

2 #81BD53 and #BD5381 with #53BD81 are triadic colors.