COLOR #53B48D

HEX: #53B48D RGB: (83,180,141)

Color info

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

RGB color model

#53B48D color RGB value is (83,180,141).

RGB: (83,180,141) (33%, 71%, 55%)

RGB channels and saturation

R 83 of 255 = 33%
G 180 of 255 = 71%
B 141 of 255 = 55%

83
180
141

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

Portions of RGB colors in percentages

R + G + B = 83 + 180 + 141 = 404 (100%)
R 83 of 404 ~ 20.54%
G 180 of 404 ~ 44.55%
B 141 of 404 ~ 34.9'%

%20.54
%44.55
%34.9

CMYK color model

#53B48D color CMYK value is (54,0,22,29).

  • cyan value is 53.89%
  • magenta value is 0.00%
  • yellow value is 21.67%
  • key color value is 29.41%
CMYK: (54,0,22,29) C54M0Y22K29 (54%,0%,22%,29%) (0.54/0.00/0.22/0.29) 

CMYK percentages

%53.89
%0
%21.67
%29.41

Codes

Color #53B48D in popluar color models

53 B4 8D
RGB 83 180 141
HSL 156° 39.27% 51.57%
HSB/HSV 156° 53.89% 70.59%
CMYK 53.89% 0.00% 21.67%
29.41%

Color #53B48D in popluar number systems.

HEX 53 B4 8D
Decimal 83 180 141
Binary 1010011 10110100 10001101
Octal 123 264 215

Shades and tints

Shades of #53B48D

#53B48D
(83,180,141)
#4CA481
(76,164,129)
#459475
(69,148,117)
#3E8469
(62,132,105)
#37745D
(55,116,93)
#306451
(48,100,81)
#295445
(41,84,69)
#224439
(34,68,57)
#1B342D
(27,52,45)
#142421
(20,36,33)
#0D1415
(13,20,21)
#000000
(0,0,0)

Tints of #53B48D

#53B48D
(83,180,141)
#62BA97
(98,186,151)
#71C0A1
(113,192,161)
#80C6AB
(128,198,171)
#8FCCB5
(143,204,181)
#9ED2BF
(158,210,191)
#ADD8C9
(173,216,201)
#BCDED3
(188,222,211)
#CBE4DD
(203,228,221)
#DAEAE7
(218,234,231)
#E9F0F1
(233,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #53B48D color. Also use rgb(83,180,141) instead hex code.

Text Font Color

.myTextColor { color: #53B48D; }

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

This text font color is #53B48D.

Background Color

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

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

This div background color is #53B48D.

Border color

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

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

This div border color is #53B48D.

Opacity

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

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

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

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

This text has shadow with #53B48D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #53B48D.

Preview

Color preview on black background

This text has color #53B48D on black background.


Color preview on white background

This text has color #53B48D on white background.


Black color preview on #53B48D background

This text has black color on #53B48D background.


White color preview on #53B48D background

This text has white color on #53B48D background.


Related colors

Complementary color

Complementary color for #hex is #AC4B72.


I love getcolorcode.com

Triadic colors

1 #8D53B4 and #B48D53 with #53B48D are triadic colors.

2 #8DB453 and #B4538D with #53B48D are triadic colors.