COLOR #53615D

HEX: #53615D
RGB: (83,97,93)

Color info

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

RGB color model

#53615D color RGB value is (83,97,93).

  • red value is 83;
  • green value is 97;
  • blue value is 93.
RGB:
(83,97,93)
(33%,38%,36%)

RGB channels and saturation

R 83 of 255 = 33%
G 97 of 255 = 38%
B 93 of 255 = 36%

83
97
93

R + G + B ~ 36%. #53615D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
83 + 97 + 93 = 273 (100%)
R 83 of 273 ~ 30.4%
G 97 of 273 ~ 35.53%
B 93 of 273 ~ 34.07%

%30.4
%35.53
%34.07

CMYK color model

#53615D color CMYK value is (14,0,4,62).

  • cyan value is 14.43%
  • magenta value is 0.00%
  • yellow value is 4.12%
  • key color value is 61.96%
CMYK:
(14,0,4,62)
C14M0Y4K62 
(14%,0%,4%,62%)
(0.14/0.00/0.04/0.62)	

CMYK percentages

%14.43
%0
%4.12
%61.96

Codes

Color #53615D in popluar color models

53615D
RGB839793
HSL163°7.78%35.29%
HSB/HSV163°14.43%38.04%
CMYK14.43%0.00%4.12%
61.96%

Color #53615D in popluar number systems.

HEX53615D
Decimal839793
Binary101001111000011011101
Octal123141135

Shades and tints

Shades of #53615D

#53615D
(83,97,93)
#4C5955
(76,89,85)
#45514D
(69,81,77)
#3E4945
(62,73,69)
#37413D
(55,65,61)
#303935
(48,57,53)
#29312D
(41,49,45)
#222925
(34,41,37)
#1B211D
(27,33,29)
#141915
(20,25,21)
#0D110D
(13,17,13)
#000000
(0,0,0)

Tints of #53615D

#53615D
(83,97,93)
#626F6B
(98,111,107)
#717D79
(113,125,121)
#808B87
(128,139,135)
#8F9995
(143,153,149)
#9EA7A3
(158,167,163)
#ADB5B1
(173,181,177)
#BCC3BF
(188,195,191)
#CBD1CD
(203,209,205)
#DADFDB
(218,223,219)
#E9EDE9
(233,237,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #53615D color. Also use rgb(83,97,93) instead hex code.

Text Font Color

.myTextColor { color: #53615D; }

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

This text font color is #53615D.


Background Color

.myBgColor { background-color: #53615D; }

<div style="background-color:#53615D">Inner text</div>

This div background color is #53615D.


Border color

.myBorderColor { border: 1px solid #53615D; }

<div style="border:3px solid #53615D">Div</div>

This div border color is #53615D.


Opacity

.myOpacity80 { color: #53615D; opacity: 0.8; }

<p style="color:#53615D;opacity:0.8;">80%</p>

Text with #53615D 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 #53615D;}

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

This text has shadow with #53615D color.

.textShadow {text-shadow: 3px 3px 1px #53615D, 3px 3px 1px red;}

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

This text has shadow with #53615D primary color and red secondary color.


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

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

This text has shadow with #53615D and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #53615D on black background.


Color preview on white background

This text has color #53615D on white background.



Black color preview on #53615D background

This text has black color on #53615D background.


White color preview on #53615D background

This text has white color on #53615D background.