COLOR #53895C

HEX: #53895C
RGB: (83,137,92)

Color info

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

RGB color model

#53895C color RGB value is (83,137,92).

  • red value is 83;
  • green value is 137;
  • blue value is 92.
RGB:
(83,137,92)
(33%,54%,36%)

RGB channels and saturation

R 83 of 255 = 33%
G 137 of 255 = 54%
B 92 of 255 = 36%

83
137
92

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

Portions of RGB colors in percentages

R + G + B =
83 + 137 + 92 = 312 (100%)
R 83 of 312 ~ 26.6%
G 137 of 312 ~ 43.91%
B 92 of 312 ~ 29.49%

%26.6
%43.91
%29.49

CMYK color model

#53895C color CMYK value is (39,0,33,46).

  • cyan value is 39.42%
  • magenta value is 0.00%
  • yellow value is 32.85%
  • key color value is 46.27%
CMYK:
(39,0,33,46)
C39M0Y33K46 
(39%,0%,33%,46%)
(0.39/0.00/0.33/0.46)	

CMYK percentages

%39.42
%0
%32.85
%46.27

Codes

Color #53895C in popluar color models

53895C
RGB8313792
HSL130°24.55%43.14%
HSB/HSV130°39.42%53.73%
CMYK39.42%0.00%32.85%
46.27%

Color #53895C in popluar number systems.

HEX53895C
Decimal8313792
Binary1010011100010011011100
Octal123211134

Shades and tints

Shades of #53895C

#53895C
(83,137,92)
#4C7D54
(76,125,84)
#45714C
(69,113,76)
#3E6544
(62,101,68)
#37593C
(55,89,60)
#304D34
(48,77,52)
#29412C
(41,65,44)
#223524
(34,53,36)
#1B291C
(27,41,28)
#141D14
(20,29,20)
#0D110C
(13,17,12)
#000000
(0,0,0)

Tints of #53895C

#53895C
(83,137,92)
#62936A
(98,147,106)
#719D78
(113,157,120)
#80A786
(128,167,134)
#8FB194
(143,177,148)
#9EBBA2
(158,187,162)
#ADC5B0
(173,197,176)
#BCCFBE
(188,207,190)
#CBD9CC
(203,217,204)
#DAE3DA
(218,227,218)
#E9EDE8
(233,237,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #53895C color. Also use rgb(83,137,92) instead hex code.

Text Font Color

.myTextColor { color: #53895C; }

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

This text font color is #53895C.


Background Color

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

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

This div background color is #53895C.


Border color

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

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

This div border color is #53895C.


Opacity

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

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

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

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

This text has shadow with #53895C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #53895C on black background.


Color preview on white background

This text has color #53895C on white background.



Black color preview on #53895C background

This text has black color on #53895C background.


White color preview on #53895C background

This text has white color on #53895C background.