COLOR #53887F

HEX: #53887F
RGB: (83,136,127)

Color info

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

RGB color model

#53887F color RGB value is (83,136,127).

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

RGB channels and saturation

R 83 of 255 = 33%
G 136 of 255 = 53%
B 127 of 255 = 50%

83
136
127

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

Portions of RGB colors in percentages

R + G + B =
83 + 136 + 127 = 346 (100%)
R 83 of 346 ~ 23.99%
G 136 of 346 ~ 39.31%
B 127 of 346 ~ 36.71%

%23.99
%39.31
%36.71

CMYK color model

#53887F color CMYK value is (39,0,7,47).

  • cyan value is 38.97%
  • magenta value is 0.00%
  • yellow value is 6.62%
  • key color value is 46.67%
CMYK:
(39,0,7,47)
C39M0Y7K47 
(39%,0%,7%,47%)
(0.39/0.00/0.07/0.47)	

CMYK percentages

%38.97
%0
%6.62
%46.67

Codes

Color #53887F in popluar color models

53887F
RGB83136127
HSL170°24.20%42.94%
HSB/HSV170°38.97%53.33%
CMYK38.97%0.00%6.62%
46.67%

Color #53887F in popluar number systems.

HEX53887F
Decimal83136127
Binary1010011100010001111111
Octal123210177

Shades and tints

Shades of #53887F

#53887F
(83,136,127)
#4C7C74
(76,124,116)
#457069
(69,112,105)
#3E645E
(62,100,94)
#375853
(55,88,83)
#304C48
(48,76,72)
#29403D
(41,64,61)
#223432
(34,52,50)
#1B2827
(27,40,39)
#141C1C
(20,28,28)
#0D1011
(13,16,17)
#000000
(0,0,0)

Tints of #53887F

#53887F
(83,136,127)
#62928A
(98,146,138)
#719C95
(113,156,149)
#80A6A0
(128,166,160)
#8FB0AB
(143,176,171)
#9EBAB6
(158,186,182)
#ADC4C1
(173,196,193)
#BCCECC
(188,206,204)
#CBD8D7
(203,216,215)
#DAE2E2
(218,226,226)
#E9ECED
(233,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #53887F; }

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

This text font color is #53887F.


Background Color

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

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

This div background color is #53887F.


Border color

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

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

This div border color is #53887F.


Opacity

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

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

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

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

This text has shadow with #53887F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #53887F on black background.


Color preview on white background

This text has color #53887F on white background.



Black color preview on #53887F background

This text has black color on #53887F background.


White color preview on #53887F background

This text has white color on #53887F background.