COLOR #53BF72

HEX: #53BF72 RGB: (83,191,114)

Color info

#53BF72 contains mainly green color. Web safe color of #53BF72 is #66CC66 (or #6C6).

RGB color model

#53BF72 color RGB value is (83,191,114).

RGB: (83,191,114) (33%, 75%, 45%)

RGB channels and saturation

R 83 of 255 = 33%
G 191 of 255 = 75%
B 114 of 255 = 45%

83
191
114

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

Portions of RGB colors in percentages

R + G + B = 83 + 191 + 114 = 388 (100%)
R 83 of 388 ~ 21.39%
G 191 of 388 ~ 49.23%
B 114 of 388 ~ 29.38'%

%21.39
%49.23
%29.38

CMYK color model

#53BF72 color CMYK value is (57,0,40,25).

  • cyan value is 56.54%
  • magenta value is 0.00%
  • yellow value is 40.31%
  • key color value is 25.10%

CMYK: (57,0,40,25)
C57M0Y40K25 (57%, 0%, 40%, 25%)
(0.57 / 0.00 / 0.40 / 0.25)

CMYK percentages

%56.54
%0
%40.31
%25.1

Codes

Color #53BF72 in popluar color models

53 BF 72
RGB 83 191 114
HSL 137° 45.76% 53.73%
HSB/HSV 137° 56.54% 74.90%
CMYK 56.54% 0.00% 40.31%
25.10%

Color #53BF72 in popluar number systems.

HEX 53 BF 72
Decimal 83 191 114
Binary 1010011 10111111 1110010
Octal 123 277 162

Shades and tints

Shades of #53BF72

#53BF72
(83,191,114)
#4CAE68
(76,174,104)
#459D5E
(69,157,94)
#3E8C54
(62,140,84)
#377B4A
(55,123,74)
#306A40
(48,106,64)
#295936
(41,89,54)
#22482C
(34,72,44)
#1B3722
(27,55,34)
#142618
(20,38,24)
#0D150E
(13,21,14)
#000000
(0,0,0)

Tints of #53BF72

#53BF72
(83,191,114)
#62C47E
(98,196,126)
#71C98A
(113,201,138)
#80CE96
(128,206,150)
#8FD3A2
(143,211,162)
#9ED8AE
(158,216,174)
#ADDDBA
(173,221,186)
#BCE2C6
(188,226,198)
#CBE7D2
(203,231,210)
#DAECDE
(218,236,222)
#E9F1EA
(233,241,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #53BF72 color. Also use rgb(83,191,114) instead hex code.

Text Font Color

.myTextColor { color: #53BF72; }

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

This text font color is #53BF72.

Background Color

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

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

This div background color is #53BF72.

Border color

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

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

This div border color is #53BF72.

Opacity

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

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

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

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

This text has shadow with #53BF72 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #53BF72.

Preview

Color preview on black background

This text has color #53BF72 on black background.


Color preview on white background

This text has color #53BF72 on white background.


Black color preview on #53BF72 background

This text has black color on #53BF72 background.


White color preview on #53BF72 background

This text has white color on #53BF72 background.


Related colors

Complementary color

Complementary color for #hex is #AC408D.


I love getcolorcode.com

Triadic colors

1 #7253BF and #BF7253 with #53BF72 are triadic colors.

2 #72BF53 and #BF5372 with #53BF72 are triadic colors.