COLOR #53675C

HEX: #53675C
RGB: (83,103,92)

Color info

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

RGB color model

#53675C color RGB value is (83,103,92).

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

RGB channels and saturation

R 83 of 255 = 33%
G 103 of 255 = 40%
B 92 of 255 = 36%

83
103
92

R + G + B ~ 36%. #53675C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
83 + 103 + 92 = 278 (100%)
R 83 of 278 ~ 29.86%
G 103 of 278 ~ 37.05%
B 92 of 278 ~ 33.09%

%29.86
%37.05
%33.09

CMYK color model

#53675C color CMYK value is (19,0,11,60).

  • cyan value is 19.42%
  • magenta value is 0.00%
  • yellow value is 10.68%
  • key color value is 59.61%
CMYK:
(19,0,11,60)
C19M0Y11K60 
(19%,0%,11%,60%)
(0.19/0.00/0.11/0.60)	

CMYK percentages

%19.42
%0
%10.68
%59.61

Codes

Color #53675C in popluar color models

53675C
RGB8310392
HSL147°10.75%36.47%
HSB/HSV147°19.42%40.39%
CMYK19.42%0.00%10.68%
59.61%

Color #53675C in popluar number systems.

HEX53675C
Decimal8310392
Binary101001111001111011100
Octal123147134

Shades and tints

Shades of #53675C

#53675C
(83,103,92)
#4C5E54
(76,94,84)
#45554C
(69,85,76)
#3E4C44
(62,76,68)
#37433C
(55,67,60)
#303A34
(48,58,52)
#29312C
(41,49,44)
#222824
(34,40,36)
#1B1F1C
(27,31,28)
#141614
(20,22,20)
#0D0D0C
(13,13,12)
#000000
(0,0,0)

Tints of #53675C

#53675C
(83,103,92)
#62746A
(98,116,106)
#718178
(113,129,120)
#808E86
(128,142,134)
#8F9B94
(143,155,148)
#9EA8A2
(158,168,162)
#ADB5B0
(173,181,176)
#BCC2BE
(188,194,190)
#CBCFCC
(203,207,204)
#DADCDA
(218,220,218)
#E9E9E8
(233,233,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #53675C; }

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

This text font color is #53675C.


Background Color

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

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

This div background color is #53675C.


Border color

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

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

This div border color is #53675C.


Opacity

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

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

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

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

This text has shadow with #53675C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #53675C on black background.


Color preview on white background

This text has color #53675C on white background.



Black color preview on #53675C background

This text has black color on #53675C background.


White color preview on #53675C background

This text has white color on #53675C background.