COLOR #53746C

HEX: #53746C RGB: (83,116,108)

Color info

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

RGB color model

#53746C color RGB value is (83,116,108).

RGB: (83,116,108) (33%, 45%, 42%)

RGB channels and saturation

R 83 of 255 = 33%
G 116 of 255 = 45%
B 108 of 255 = 42%

83
116
108

R + G + B ~ 40%. #53746C is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 83 + 116 + 108 = 307 (100%)
R 83 of 307 ~ 27.04%
G 116 of 307 ~ 37.79%
B 108 of 307 ~ 35.18'%

%27.04
%37.79
%35.18

CMYK color model

#53746C color CMYK value is (28,0,7,55).

  • cyan value is 28.45%
  • magenta value is 0.00%
  • yellow value is 6.90%
  • key color value is 54.51%

CMYK: (28,0,7,55)
C28M0Y7K55 (28%, 0%, 7%, 55%)
(0.28 / 0.00 / 0.07 / 0.55)

CMYK percentages

%28.45
%0
%6.9
%54.51

Codes

Color #53746C in popluar color models

53 74 6C
RGB 83 116 108
HSL 165° 16.58% 39.02%
HSB/HSV 165° 28.45% 45.49%
CMYK 28.45% 0.00% 6.90%
54.51%

Color #53746C in popluar number systems.

HEX 53 74 6C
Decimal 83 116 108
Binary 1010011 1110100 1101100
Octal 123 164 154

Shades and tints

Shades of #53746C

#53746C
(83,116,108)
#4C6A63
(76,106,99)
#45605A
(69,96,90)
#3E5651
(62,86,81)
#374C48
(55,76,72)
#30423F
(48,66,63)
#293836
(41,56,54)
#222E2D
(34,46,45)
#1B2424
(27,36,36)
#141A1B
(20,26,27)
#0D1012
(13,16,18)
#000000
(0,0,0)

Tints of #53746C

#53746C
(83,116,108)
#628079
(98,128,121)
#718C86
(113,140,134)
#809893
(128,152,147)
#8FA4A0
(143,164,160)
#9EB0AD
(158,176,173)
#ADBCBA
(173,188,186)
#BCC8C7
(188,200,199)
#CBD4D4
(203,212,212)
#DAE0E1
(218,224,225)
#E9ECEE
(233,236,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #53746C color. Also use rgb(83,116,108) instead hex code.

Text Font Color

.myTextColor { color: #53746C; }

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

This text font color is #53746C.

Background Color

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

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

This div background color is #53746C.

Border color

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

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

This div border color is #53746C.

Opacity

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

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

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

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

This text has shadow with #53746C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #53746C.

Preview

Color preview on black background

This text has color #53746C on black background.


Color preview on white background

This text has color #53746C on white background.


Black color preview on #53746C background

This text has black color on #53746C background.


White color preview on #53746C background

This text has white color on #53746C background.


Related colors

Complementary color

Complementary color for #hex is #AC8B93.


I love getcolorcode.com

Triadic colors

1 #6C5374 and #746C53 with #53746C are triadic colors.

2 #6C7453 and #74536C with #53746C are triadic colors.