COLOR #53665B

HEX: #53665B RGB: (83,102,91)

Color info

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

RGB color model

#53665B color RGB value is (83,102,91).

RGB: (83,102,91) (33%, 40%, 36%)

RGB channels and saturation

R 83 of 255 = 33%
G 102 of 255 = 40%
B 91 of 255 = 36%

83
102
91

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

Portions of RGB colors in percentages

R + G + B = 83 + 102 + 91 = 276 (100%)
R 83 of 276 ~ 30.07%
G 102 of 276 ~ 36.96%
B 91 of 276 ~ 32.97'%

%30.07
%36.96
%32.97

CMYK color model

#53665B color CMYK value is (19,0,11,60).

  • cyan value is 18.63%
  • magenta value is 0.00%
  • yellow value is 10.78%
  • key color value is 60.00%

CMYK: (19,0,11,60)
C19M0Y11K60 (19%, 0%, 11%, 60%)
(0.19 / 0.00 / 0.11 / 0.60)

CMYK percentages

%18.63
%0
%10.78
%60

Codes

Color #53665B in popluar color models

53 66 5B
RGB 83 102 91
HSL 145° 10.27% 36.27%
HSB/HSV 145° 18.63% 40.00%
CMYK 18.63% 0.00% 10.78%
60.00%

Color #53665B in popluar number systems.

HEX 53 66 5B
Decimal 83 102 91
Binary 1010011 1100110 1011011
Octal 123 146 133

Shades and tints

Shades of #53665B

#53665B
(83,102,91)
#4C5D53
(76,93,83)
#45544B
(69,84,75)
#3E4B43
(62,75,67)
#37423B
(55,66,59)
#303933
(48,57,51)
#29302B
(41,48,43)
#222723
(34,39,35)
#1B1E1B
(27,30,27)
#141513
(20,21,19)
#0D0C0B
(13,12,11)
#000000
(0,0,0)

Tints of #53665B

#53665B
(83,102,91)
#627369
(98,115,105)
#718077
(113,128,119)
#808D85
(128,141,133)
#8F9A93
(143,154,147)
#9EA7A1
(158,167,161)
#ADB4AF
(173,180,175)
#BCC1BD
(188,193,189)
#CBCECB
(203,206,203)
#DADBD9
(218,219,217)
#E9E8E7
(233,232,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #53665B color. Also use rgb(83,102,91) instead hex code.

Text Font Color

.myTextColor { color: #53665B; }

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

This text font color is #53665B.

Background Color

.myBgColor { background-color: #53665B; }

<div style="background-color:#53665B">Inner text</div>

This div background color is #53665B.

Border color

.myBorderColor { border: 1px solid #53665B; }

<div style="border:3px solid #53665B">Div</div>

This div border color is #53665B.

Opacity

.myOpacity80 { color: #53665B; opacity: 0.8; }

<p style="color:#53665B;opacity:0.8;">80%</p>

Text with #53665B 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 #53665B;}

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

This text has shadow with #53665B color.


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

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

This text has shadow with #53665B primary color and red secondary color.


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

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

This text has shadow with #53665B and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #53665B.

Preview

Color preview on black background

This text has color #53665B on black background.


Color preview on white background

This text has color #53665B on white background.


Black color preview on #53665B background

This text has black color on #53665B background.


White color preview on #53665B background

This text has white color on #53665B background.


Related colors

Complementary color

Complementary color for #hex is #AC99A4.


I love getcolorcode.com

Triadic colors

1 #5B5366 and #665B53 with #53665B are triadic colors.

2 #5B6653 and #66535B with #53665B are triadic colors.