COLOR #53817E

HEX: #53817E
RGB: (83,129,126)

Color info

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

RGB color model

#53817E color RGB value is (83,129,126).

  • red value is 83;
  • green value is 129;
  • blue value is 126.
RGB:
(83,129,126)
(33%,51%,49%)

RGB channels and saturation

R 83 of 255 = 33%
G 129 of 255 = 51%
B 126 of 255 = 49%

83
129
126

R + G + B ~ 44%. #53817E is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
83 + 129 + 126 = 338 (100%)
R 83 of 338 ~ 24.56%
G 129 of 338 ~ 38.17%
B 126 of 338 ~ 37.28%

%24.56
%38.17
%37.28

CMYK color model

#53817E color CMYK value is (36,0,2,49).

  • cyan value is 35.66%
  • magenta value is 0.00%
  • yellow value is 2.33%
  • key color value is 49.41%
CMYK:
(36,0,2,49)
C36M0Y2K49 
(36%,0%,2%,49%)
(0.36/0.00/0.02/0.49)	

CMYK percentages

%35.66
%0
%2.33
%49.41

Codes

Color #53817E in popluar color models

53817E
RGB83129126
HSL176°21.70%41.57%
HSB/HSV176°35.66%50.59%
CMYK35.66%0.00%2.33%
49.41%

Color #53817E in popluar number systems.

HEX53817E
Decimal83129126
Binary1010011100000011111110
Octal123201176

Shades and tints

Shades of #53817E

#53817E
(83,129,126)
#4C7673
(76,118,115)
#456B68
(69,107,104)
#3E605D
(62,96,93)
#375552
(55,85,82)
#304A47
(48,74,71)
#293F3C
(41,63,60)
#223431
(34,52,49)
#1B2926
(27,41,38)
#141E1B
(20,30,27)
#0D1310
(13,19,16)
#000000
(0,0,0)

Tints of #53817E

#53817E
(83,129,126)
#628C89
(98,140,137)
#719794
(113,151,148)
#80A29F
(128,162,159)
#8FADAA
(143,173,170)
#9EB8B5
(158,184,181)
#ADC3C0
(173,195,192)
#BCCECB
(188,206,203)
#CBD9D6
(203,217,214)
#DAE4E1
(218,228,225)
#E9EFEC
(233,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #53817E color. Also use rgb(83,129,126) instead hex code.

Text Font Color

.myTextColor { color: #53817E; }

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

This text font color is #53817E.


Background Color

.myBgColor { background-color: #53817E; }

<div style="background-color:#53817E">Inner text</div>

This div background color is #53817E.


Border color

.myBorderColor { border: 1px solid #53817E; }

<div style="border:3px solid #53817E">Div</div>

This div border color is #53817E.


Opacity

.myOpacity80 { color: #53817E; opacity: 0.8; }

<p style="color:#53817E;opacity:0.8;">80%</p>

Text with #53817E 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 #53817E;}

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

This text has shadow with #53817E color.

.textShadow {text-shadow: 3px 3px 1px #53817E, 3px 3px 1px red;}

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

This text has shadow with #53817E primary color and red secondary color.


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

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

This text has shadow with #53817E and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #53817E on black background.


Color preview on white background

This text has color #53817E on white background.



Black color preview on #53817E background

This text has black color on #53817E background.


White color preview on #53817E background

This text has white color on #53817E background.