COLOR #53876C

HEX: #53876C
RGB: (83,135,108)

Color info

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

RGB color model

#53876C color RGB value is (83,135,108).

  • red value is 83;
  • green value is 135;
  • blue value is 108.
RGB:
(83,135,108)
(33%,53%,42%)

RGB channels and saturation

R 83 of 255 = 33%
G 135 of 255 = 53%
B 108 of 255 = 42%

83
135
108

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

Portions of RGB colors in percentages

R + G + B =
83 + 135 + 108 = 326 (100%)
R 83 of 326 ~ 25.46%
G 135 of 326 ~ 41.41%
B 108 of 326 ~ 33.13%

%25.46
%41.41
%33.13

CMYK color model

#53876C color CMYK value is (39,0,20,47).

  • cyan value is 38.52%
  • magenta value is 0.00%
  • yellow value is 20.00%
  • key color value is 47.06%
CMYK:
(39,0,20,47)
C39M0Y20K47 
(39%,0%,20%,47%)
(0.39/0.00/0.20/0.47)	

CMYK percentages

%38.52
%0
%20
%47.06

Codes

Color #53876C in popluar color models

53876C
RGB83135108
HSL149°23.85%42.75%
HSB/HSV149°38.52%52.94%
CMYK38.52%0.00%20.00%
47.06%

Color #53876C in popluar number systems.

HEX53876C
Decimal83135108
Binary1010011100001111101100
Octal123207154

Shades and tints

Shades of #53876C

#53876C
(83,135,108)
#4C7B63
(76,123,99)
#456F5A
(69,111,90)
#3E6351
(62,99,81)
#375748
(55,87,72)
#304B3F
(48,75,63)
#293F36
(41,63,54)
#22332D
(34,51,45)
#1B2724
(27,39,36)
#141B1B
(20,27,27)
#0D0F12
(13,15,18)
#000000
(0,0,0)

Tints of #53876C

#53876C
(83,135,108)
#629179
(98,145,121)
#719B86
(113,155,134)
#80A593
(128,165,147)
#8FAFA0
(143,175,160)
#9EB9AD
(158,185,173)
#ADC3BA
(173,195,186)
#BCCDC7
(188,205,199)
#CBD7D4
(203,215,212)
#DAE1E1
(218,225,225)
#E9EBEE
(233,235,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #53876C color. Also use rgb(83,135,108) instead hex code.

Text Font Color

.myTextColor { color: #53876C; }

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

This text font color is #53876C.


Background Color

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

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

This div background color is #53876C.


Border color

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

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

This div border color is #53876C.


Opacity

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

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

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

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

This text has shadow with #53876C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #53876C on black background.


Color preview on white background

This text has color #53876C on white background.



Black color preview on #53876C background

This text has black color on #53876C background.


White color preview on #53876C background

This text has white color on #53876C background.