COLOR #53787E

HEX: #53787E
RGB: (83,120,126)

Color info

#53787E contains red, green and blue colors in about the same proportion. Web safe color of #53787E is #666666 (or #666).

RGB color model

#53787E color RGB value is (83,120,126).

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

RGB channels and saturation

R 83 of 255 = 33%
G 120 of 255 = 47%
B 126 of 255 = 49%

83
120
126

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

Portions of RGB colors in percentages

R + G + B =
83 + 120 + 126 = 329 (100%)
R 83 of 329 ~ 25.23%
G 120 of 329 ~ 36.47%
B 126 of 329 ~ 38.3%

%25.23
%36.47
%38.3

CMYK color model

#53787E color CMYK value is (34,5,0,51).

  • cyan value is 34.13%
  • magenta value is 4.76%
  • yellow value is 0.00%
  • key color value is 50.59%
CMYK:
(34,5,0,51)
C34M5Y0K51 
(34%,5%,0%,51%)
(0.34/0.05/0.00/0.51)	

CMYK percentages

%34.13
%4.76
%0
%50.59

Codes

Color #53787E in popluar color models

53787E
RGB83120126
HSL188°20.57%40.98%
HSB/HSV188°34.13%49.41%
CMYK34.13%4.76%0.00%
50.59%

Color #53787E in popluar number systems.

HEX53787E
Decimal83120126
Binary101001111110001111110
Octal123170176

Shades and tints

Shades of #53787E

#53787E
(83,120,126)
#4C6E73
(76,110,115)
#456468
(69,100,104)
#3E5A5D
(62,90,93)
#375052
(55,80,82)
#304647
(48,70,71)
#293C3C
(41,60,60)
#223231
(34,50,49)
#1B2826
(27,40,38)
#141E1B
(20,30,27)
#0D1410
(13,20,16)
#000000
(0,0,0)

Tints of #53787E

#53787E
(83,120,126)
#628489
(98,132,137)
#719094
(113,144,148)
#809C9F
(128,156,159)
#8FA8AA
(143,168,170)
#9EB4B5
(158,180,181)
#ADC0C0
(173,192,192)
#BCCCCB
(188,204,203)
#CBD8D6
(203,216,214)
#DAE4E1
(218,228,225)
#E9F0EC
(233,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #53787E; }

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

This text font color is #53787E.


Background Color

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

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

This div background color is #53787E.


Border color

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

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

This div border color is #53787E.


Opacity

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

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

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

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

This text has shadow with #53787E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #53787E on black background.


Color preview on white background

This text has color #53787E on white background.



Black color preview on #53787E background

This text has black color on #53787E background.


White color preview on #53787E background

This text has white color on #53787E background.