COLOR #53666C

HEX: #53666C
RGB: (83,102,108)

Color info

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

RGB color model

#53666C color RGB value is (83,102,108).

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

RGB channels and saturation

R 83 of 255 = 33%
G 102 of 255 = 40%
B 108 of 255 = 42%

83
102
108

R + G + B ~ 38%. #53666C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
83 + 102 + 108 = 293 (100%)
R 83 of 293 ~ 28.33%
G 102 of 293 ~ 34.81%
B 108 of 293 ~ 36.86%

%28.33
%34.81
%36.86

CMYK color model

#53666C color CMYK value is (23,6,0,58).

  • cyan value is 23.15%
  • magenta value is 5.56%
  • yellow value is 0.00%
  • key color value is 57.65%
CMYK:
(23,6,0,58)
C23M6Y0K58 
(23%,6%,0%,58%)
(0.23/0.06/0.00/0.58)	

CMYK percentages

%23.15
%5.56
%0
%57.65

Codes

Color #53666C in popluar color models

53666C
RGB83102108
HSL194°13.09%37.45%
HSB/HSV194°23.15%42.35%
CMYK23.15%5.56%0.00%
57.65%

Color #53666C in popluar number systems.

HEX53666C
Decimal83102108
Binary101001111001101101100
Octal123146154

Shades and tints

Shades of #53666C

#53666C
(83,102,108)
#4C5D63
(76,93,99)
#45545A
(69,84,90)
#3E4B51
(62,75,81)
#374248
(55,66,72)
#30393F
(48,57,63)
#293036
(41,48,54)
#22272D
(34,39,45)
#1B1E24
(27,30,36)
#14151B
(20,21,27)
#0D0C12
(13,12,18)
#000000
(0,0,0)

Tints of #53666C

#53666C
(83,102,108)
#627379
(98,115,121)
#718086
(113,128,134)
#808D93
(128,141,147)
#8F9AA0
(143,154,160)
#9EA7AD
(158,167,173)
#ADB4BA
(173,180,186)
#BCC1C7
(188,193,199)
#CBCED4
(203,206,212)
#DADBE1
(218,219,225)
#E9E8EE
(233,232,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #53666C; }

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

This text font color is #53666C.


Background Color

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

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

This div background color is #53666C.


Border color

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

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

This div border color is #53666C.


Opacity

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

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

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

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

This text has shadow with #53666C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #53666C on black background.


Color preview on white background

This text has color #53666C on white background.



Black color preview on #53666C background

This text has black color on #53666C background.


White color preview on #53666C background

This text has white color on #53666C background.