COLOR #53BF8A

HEX: #53BF8A
RGB: (83,191,138)

Color info

#53BF8A contains mainly green and blue colors. Web safe color of #53BF8A is #66CC99 (or #6C9).

RGB color model

#53BF8A color RGB value is (83,191,138).

  • red value is 83;
  • green value is 191;
  • blue value is 138.
RGB:
(83,191,138)
(33%,75%,54%)

RGB channels and saturation

R 83 of 255 = 33%
G 191 of 255 = 75%
B 138 of 255 = 54%

83
191
138

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

Portions of RGB colors in percentages

R + G + B =
83 + 191 + 138 = 412 (100%)
R 83 of 412 ~ 20.15%
G 191 of 412 ~ 46.36%
B 138 of 412 ~ 33.5%

%20.15
%46.36
%33.5

CMYK color model

#53BF8A color CMYK value is (57,0,28,25).

  • cyan value is 56.54%
  • magenta value is 0.00%
  • yellow value is 27.75%
  • key color value is 25.10%
CMYK:
(57,0,28,25)
C57M0Y28K25 
(57%,0%,28%,25%)
(0.57/0.00/0.28/0.25)	

CMYK percentages

%56.54
%0
%27.75
%25.1

Codes

Color #53BF8A in popluar color models

53BF8A
RGB83191138
HSL151°45.76%53.73%
HSB/HSV151°56.54%74.90%
CMYK56.54%0.00%27.75%
25.10%

Color #53BF8A in popluar number systems.

HEX53BF8A
Decimal83191138
Binary10100111011111110001010
Octal123277212

Shades and tints

Shades of #53BF8A

#53BF8A
(83,191,138)
#4CAE7E
(76,174,126)
#459D72
(69,157,114)
#3E8C66
(62,140,102)
#377B5A
(55,123,90)
#306A4E
(48,106,78)
#295942
(41,89,66)
#224836
(34,72,54)
#1B372A
(27,55,42)
#14261E
(20,38,30)
#0D1512
(13,21,18)
#000000
(0,0,0)

Tints of #53BF8A

#53BF8A
(83,191,138)
#62C494
(98,196,148)
#71C99E
(113,201,158)
#80CEA8
(128,206,168)
#8FD3B2
(143,211,178)
#9ED8BC
(158,216,188)
#ADDDC6
(173,221,198)
#BCE2D0
(188,226,208)
#CBE7DA
(203,231,218)
#DAECE4
(218,236,228)
#E9F1EE
(233,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #53BF8A; }

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

This text font color is #53BF8A.


Background Color

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

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

This div background color is #53BF8A.


Border color

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

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

This div border color is #53BF8A.


Opacity

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

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

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

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

This text has shadow with #53BF8A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #53BF8A on black background.


Color preview on white background

This text has color #53BF8A on white background.



Black color preview on #53BF8A background

This text has black color on #53BF8A background.


White color preview on #53BF8A background

This text has white color on #53BF8A background.