COLOR #53B277

HEX: #53B277 RGB: (83,178,119)

Color info

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

RGB color model

#53B277 color RGB value is (83,178,119).

RGB: (83,178,119) (33%, 70%, 47%)

RGB channels and saturation

R 83 of 255 = 33%
G 178 of 255 = 70%
B 119 of 255 = 47%

83
178
119

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

Portions of RGB colors in percentages

R + G + B = 83 + 178 + 119 = 380 (100%)
R 83 of 380 ~ 21.84%
G 178 of 380 ~ 46.84%
B 119 of 380 ~ 31.32'%

%21.84
%46.84
%31.32

CMYK color model

#53B277 color CMYK value is (53,0,33,30).

  • cyan value is 53.37%
  • magenta value is 0.00%
  • yellow value is 33.15%
  • key color value is 30.20%

CMYK: (53,0,33,30)
C53M0Y33K30 (53%, 0%, 33%, 30%)
(0.53 / 0.00 / 0.33 / 0.30)

CMYK percentages

%53.37
%0
%33.15
%30.2

Codes

Color #53B277 in popluar color models

53 B2 77
RGB 83 178 119
HSL 143° 38.15% 51.18%
HSB/HSV 143° 53.37% 69.80%
CMYK 53.37% 0.00% 33.15%
30.20%

Color #53B277 in popluar number systems.

HEX 53 B2 77
Decimal 83 178 119
Binary 1010011 10110010 1110111
Octal 123 262 167

Shades and tints

Shades of #53B277

#53B277
(83,178,119)
#4CA26D
(76,162,109)
#459263
(69,146,99)
#3E8259
(62,130,89)
#37724F
(55,114,79)
#306245
(48,98,69)
#29523B
(41,82,59)
#224231
(34,66,49)
#1B3227
(27,50,39)
#14221D
(20,34,29)
#0D1213
(13,18,19)
#000000
(0,0,0)

Tints of #53B277

#53B277
(83,178,119)
#62B983
(98,185,131)
#71C08F
(113,192,143)
#80C79B
(128,199,155)
#8FCEA7
(143,206,167)
#9ED5B3
(158,213,179)
#ADDCBF
(173,220,191)
#BCE3CB
(188,227,203)
#CBEAD7
(203,234,215)
#DAF1E3
(218,241,227)
#E9F8EF
(233,248,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #53B277 color. Also use rgb(83,178,119) instead hex code.

Text Font Color

.myTextColor { color: #53B277; }

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

This text font color is #53B277.

Background Color

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

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

This div background color is #53B277.

Border color

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

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

This div border color is #53B277.

Opacity

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

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

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

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

This text has shadow with #53B277 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #53B277.

Preview

Color preview on black background

This text has color #53B277 on black background.


Color preview on white background

This text has color #53B277 on white background.


Black color preview on #53B277 background

This text has black color on #53B277 background.


White color preview on #53B277 background

This text has white color on #53B277 background.


Related colors

Complementary color

Complementary color for #hex is #AC4D88.


I love getcolorcode.com

Triadic colors

1 #7753B2 and #B27753 with #53B277 are triadic colors.

2 #77B253 and #B25377 with #53B277 are triadic colors.