COLOR #53635F

HEX: #53635F
RGB: (83,99,95)

Color info

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

RGB color model

#53635F color RGB value is (83,99,95).

  • red value is 83;
  • green value is 99;
  • blue value is 95.
RGB:
(83,99,95)
(33%,39%,37%)

RGB channels and saturation

R 83 of 255 = 33%
G 99 of 255 = 39%
B 95 of 255 = 37%

83
99
95

R + G + B ~ 36%. #53635F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
83 + 99 + 95 = 277 (100%)
R 83 of 277 ~ 29.96%
G 99 of 277 ~ 35.74%
B 95 of 277 ~ 34.3%

%29.96
%35.74
%34.3

CMYK color model

#53635F color CMYK value is (16,0,4,61).

  • cyan value is 16.16%
  • magenta value is 0.00%
  • yellow value is 4.04%
  • key color value is 61.18%
CMYK:
(16,0,4,61)
C16M0Y4K61 
(16%,0%,4%,61%)
(0.16/0.00/0.04/0.61)	

CMYK percentages

%16.16
%0
%4.04
%61.18

Codes

Color #53635F in popluar color models

53635F
RGB839995
HSL165°8.79%35.69%
HSB/HSV165°16.16%38.82%
CMYK16.16%0.00%4.04%
61.18%

Color #53635F in popluar number systems.

HEX53635F
Decimal839995
Binary101001111000111011111
Octal123143137

Shades and tints

Shades of #53635F

#53635F
(83,99,95)
#4C5A57
(76,90,87)
#45514F
(69,81,79)
#3E4847
(62,72,71)
#373F3F
(55,63,63)
#303637
(48,54,55)
#292D2F
(41,45,47)
#222427
(34,36,39)
#1B1B1F
(27,27,31)
#141217
(20,18,23)
#0D090F
(13,9,15)
#000000
(0,0,0)

Tints of #53635F

#53635F
(83,99,95)
#62716D
(98,113,109)
#717F7B
(113,127,123)
#808D89
(128,141,137)
#8F9B97
(143,155,151)
#9EA9A5
(158,169,165)
#ADB7B3
(173,183,179)
#BCC5C1
(188,197,193)
#CBD3CF
(203,211,207)
#DAE1DD
(218,225,221)
#E9EFEB
(233,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #53635F color. Also use rgb(83,99,95) instead hex code.

Text Font Color

.myTextColor { color: #53635F; }

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

This text font color is #53635F.


Background Color

.myBgColor { background-color: #53635F; }

<div style="background-color:#53635F">Inner text</div>

This div background color is #53635F.


Border color

.myBorderColor { border: 1px solid #53635F; }

<div style="border:3px solid #53635F">Div</div>

This div border color is #53635F.


Opacity

.myOpacity80 { color: #53635F; opacity: 0.8; }

<p style="color:#53635F;opacity:0.8;">80%</p>

Text with #53635F 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 #53635F;}

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

This text has shadow with #53635F color.

.textShadow {text-shadow: 3px 3px 1px #53635F, 3px 3px 1px red;}

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

This text has shadow with #53635F primary color and red secondary color.


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

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

This text has shadow with #53635F and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #53635F on black background.


Color preview on white background

This text has color #53635F on white background.



Black color preview on #53635F background

This text has black color on #53635F background.


White color preview on #53635F background

This text has white color on #53635F background.