COLOR #53666E

HEX: #53666E
RGB: (83,102,110)

Color info

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

RGB color model

#53666E color RGB value is (83,102,110).

  • red value is 83;
  • green value is 102;
  • blue value is 110.
RGB:
(83,102,110)
(33%,40%,43%)

RGB channels and saturation

R 83 of 255 = 33%
G 102 of 255 = 40%
B 110 of 255 = 43%

83
102
110

R + G + B ~ 39%. #53666E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
83 + 102 + 110 = 295 (100%)
R 83 of 295 ~ 28.14%
G 102 of 295 ~ 34.58%
B 110 of 295 ~ 37.29%

%28.14
%34.58
%37.29

CMYK color model

#53666E color CMYK value is (25,7,0,57).

  • cyan value is 24.55%
  • magenta value is 7.27%
  • yellow value is 0.00%
  • key color value is 56.86%
CMYK:
(25,7,0,57)
C25M7Y0K57 
(25%,7%,0%,57%)
(0.25/0.07/0.00/0.57)	

CMYK percentages

%24.55
%7.27
%0
%56.86

Codes

Color #53666E in popluar color models

53666E
RGB83102110
HSL198°13.99%37.84%
HSB/HSV198°24.55%43.14%
CMYK24.55%7.27%0.00%
56.86%

Color #53666E in popluar number systems.

HEX53666E
Decimal83102110
Binary101001111001101101110
Octal123146156

Shades and tints

Shades of #53666E

#53666E
(83,102,110)
#4C5D64
(76,93,100)
#45545A
(69,84,90)
#3E4B50
(62,75,80)
#374246
(55,66,70)
#30393C
(48,57,60)
#293032
(41,48,50)
#222728
(34,39,40)
#1B1E1E
(27,30,30)
#141514
(20,21,20)
#0D0C0A
(13,12,10)
#000000
(0,0,0)

Tints of #53666E

#53666E
(83,102,110)
#62737B
(98,115,123)
#718088
(113,128,136)
#808D95
(128,141,149)
#8F9AA2
(143,154,162)
#9EA7AF
(158,167,175)
#ADB4BC
(173,180,188)
#BCC1C9
(188,193,201)
#CBCED6
(203,206,214)
#DADBE3
(218,219,227)
#E9E8F0
(233,232,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #53666E color. Also use rgb(83,102,110) instead hex code.

Text Font Color

.myTextColor { color: #53666E; }

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

This text font color is #53666E.


Background Color

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

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

This div background color is #53666E.


Border color

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

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

This div border color is #53666E.


Opacity

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

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

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

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

This text has shadow with #53666E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #53666E on black background.


Color preview on white background

This text has color #53666E on white background.



Black color preview on #53666E background

This text has black color on #53666E background.


White color preview on #53666E background

This text has white color on #53666E background.