COLOR #53655C

HEX: #53655C RGB: (83,101,92)

Color info

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

RGB color model

#53655C color RGB value is (83,101,92).

RGB: (83,101,92) (33%, 40%, 36%)

RGB channels and saturation

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

83
101
92

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

Portions of RGB colors in percentages

R + G + B = 83 + 101 + 92 = 276 (100%)
R 83 of 276 ~ 30.07%
G 101 of 276 ~ 36.59%
B 92 of 276 ~ 33.33'%

%30.07
%36.59
%33.33

CMYK color model

#53655C color CMYK value is (18,0,9,60).

  • cyan value is 17.82%
  • magenta value is 0.00%
  • yellow value is 8.91%
  • key color value is 60.39%

CMYK: (18,0,9,60)
C18M0Y9K60 (18%, 0%, 9%, 60%)
(0.18 / 0.00 / 0.09 / 0.60)

CMYK percentages

%17.82
%0
%8.91
%60.39

Codes

Color #53655C in popluar color models

53 65 5C
RGB 83 101 92
HSL 150° 9.78% 36.08%
HSB/HSV 150° 17.82% 39.61%
CMYK 17.82% 0.00% 8.91%
60.39%

Color #53655C in popluar number systems.

HEX 53 65 5C
Decimal 83 101 92
Binary 1010011 1100101 1011100
Octal 123 145 134

Shades and tints

Shades of #53655C

#53655C
(83,101,92)
#4C5C54
(76,92,84)
#45534C
(69,83,76)
#3E4A44
(62,74,68)
#37413C
(55,65,60)
#303834
(48,56,52)
#292F2C
(41,47,44)
#222624
(34,38,36)
#1B1D1C
(27,29,28)
#141414
(20,20,20)
#0D0B0C
(13,11,12)
#000000
(0,0,0)

Tints of #53655C

#53655C
(83,101,92)
#62736A
(98,115,106)
#718178
(113,129,120)
#808F86
(128,143,134)
#8F9D94
(143,157,148)
#9EABA2
(158,171,162)
#ADB9B0
(173,185,176)
#BCC7BE
(188,199,190)
#CBD5CC
(203,213,204)
#DAE3DA
(218,227,218)
#E9F1E8
(233,241,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #53655C; }

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

This text font color is #53655C.

Background Color

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

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

This div background color is #53655C.

Border color

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

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

This div border color is #53655C.

Opacity

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

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

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

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

This text has shadow with #53655C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #53655C.

Preview

Color preview on black background

This text has color #53655C on black background.


Color preview on white background

This text has color #53655C on white background.


Black color preview on #53655C background

This text has black color on #53655C background.


White color preview on #53655C background

This text has white color on #53655C background.


Related colors

Complementary color

Complementary color for #hex is #AC9AA3.


I love getcolorcode.com

Triadic colors

1 #5C5365 and #655C53 with #53655C are triadic colors.

2 #5C6553 and #65535C with #53655C are triadic colors.