COLOR #53887C

HEX: #53887C
RGB: (83,136,124)

Color info

#53887C contains red, green and blue colors in about the same proportion. Web safe color of #53887C is #669966 (or #696).

RGB color model

#53887C color RGB value is (83,136,124).

  • red value is 83;
  • green value is 136;
  • blue value is 124.
RGB:
(83,136,124)
(33%,53%,49%)

RGB channels and saturation

R 83 of 255 = 33%
G 136 of 255 = 53%
B 124 of 255 = 49%

83
136
124

R + G + B ~ 45%. #53887C is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
83 + 136 + 124 = 343 (100%)
R 83 of 343 ~ 24.2%
G 136 of 343 ~ 39.65%
B 124 of 343 ~ 36.15%

%24.2
%39.65
%36.15

CMYK color model

#53887C color CMYK value is (39,0,9,47).

  • cyan value is 38.97%
  • magenta value is 0.00%
  • yellow value is 8.82%
  • key color value is 46.67%
CMYK:
(39,0,9,47)
C39M0Y9K47 
(39%,0%,9%,47%)
(0.39/0.00/0.09/0.47)	

CMYK percentages

%38.97
%0
%8.82
%46.67

Codes

Color #53887C in popluar color models

53887C
RGB83136124
HSL166°24.20%42.94%
HSB/HSV166°38.97%53.33%
CMYK38.97%0.00%8.82%
46.67%

Color #53887C in popluar number systems.

HEX53887C
Decimal83136124
Binary1010011100010001111100
Octal123210174

Shades and tints

Shades of #53887C

#53887C
(83,136,124)
#4C7C71
(76,124,113)
#457066
(69,112,102)
#3E645B
(62,100,91)
#375850
(55,88,80)
#304C45
(48,76,69)
#29403A
(41,64,58)
#22342F
(34,52,47)
#1B2824
(27,40,36)
#141C19
(20,28,25)
#0D100E
(13,16,14)
#000000
(0,0,0)

Tints of #53887C

#53887C
(83,136,124)
#629287
(98,146,135)
#719C92
(113,156,146)
#80A69D
(128,166,157)
#8FB0A8
(143,176,168)
#9EBAB3
(158,186,179)
#ADC4BE
(173,196,190)
#BCCEC9
(188,206,201)
#CBD8D4
(203,216,212)
#DAE2DF
(218,226,223)
#E9ECEA
(233,236,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #53887C color. Also use rgb(83,136,124) instead hex code.

Text Font Color

.myTextColor { color: #53887C; }

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

This text font color is #53887C.


Background Color

.myBgColor { background-color: #53887C; }

<div style="background-color:#53887C">Inner text</div>

This div background color is #53887C.


Border color

.myBorderColor { border: 1px solid #53887C; }

<div style="border:3px solid #53887C">Div</div>

This div border color is #53887C.


Opacity

.myOpacity80 { color: #53887C; opacity: 0.8; }

<p style="color:#53887C;opacity:0.8;">80%</p>

Text with #53887C 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 #53887C;}

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

This text has shadow with #53887C color.

.textShadow {text-shadow: 3px 3px 1px #53887C, 3px 3px 1px red;}

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

This text has shadow with #53887C primary color and red secondary color.


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

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

This text has shadow with #53887C and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #53887C on black background.


Color preview on white background

This text has color #53887C on white background.



Black color preview on #53887C background

This text has black color on #53887C background.


White color preview on #53887C background

This text has white color on #53887C background.