COLOR #53746D

HEX: #53746D
RGB: (83,116,109)

Color info

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

RGB color model

#53746D color RGB value is (83,116,109).

  • red value is 83;
  • green value is 116;
  • blue value is 109.
RGB:
(83,116,109)
(33%,45%,43%)

RGB channels and saturation

R 83 of 255 = 33%
G 116 of 255 = 45%
B 109 of 255 = 43%

83
116
109

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

Portions of RGB colors in percentages

R + G + B =
83 + 116 + 109 = 308 (100%)
R 83 of 308 ~ 26.95%
G 116 of 308 ~ 37.66%
B 109 of 308 ~ 35.39%

%26.95
%37.66
%35.39

CMYK color model

#53746D color CMYK value is (28,0,6,55).

  • cyan value is 28.45%
  • magenta value is 0.00%
  • yellow value is 6.03%
  • key color value is 54.51%
CMYK:
(28,0,6,55)
C28M0Y6K55 
(28%,0%,6%,55%)
(0.28/0.00/0.06/0.55)	

CMYK percentages

%28.45
%0
%6.03
%54.51

Codes

Color #53746D in popluar color models

53746D
RGB83116109
HSL167°16.58%39.02%
HSB/HSV167°28.45%45.49%
CMYK28.45%0.00%6.03%
54.51%

Color #53746D in popluar number systems.

HEX53746D
Decimal83116109
Binary101001111101001101101
Octal123164155

Shades and tints

Shades of #53746D

#53746D
(83,116,109)
#4C6A64
(76,106,100)
#45605B
(69,96,91)
#3E5652
(62,86,82)
#374C49
(55,76,73)
#304240
(48,66,64)
#293837
(41,56,55)
#222E2E
(34,46,46)
#1B2425
(27,36,37)
#141A1C
(20,26,28)
#0D1013
(13,16,19)
#000000
(0,0,0)

Tints of #53746D

#53746D
(83,116,109)
#62807A
(98,128,122)
#718C87
(113,140,135)
#809894
(128,152,148)
#8FA4A1
(143,164,161)
#9EB0AE
(158,176,174)
#ADBCBB
(173,188,187)
#BCC8C8
(188,200,200)
#CBD4D5
(203,212,213)
#DAE0E2
(218,224,226)
#E9ECEF
(233,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #53746D; }

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

This text font color is #53746D.


Background Color

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

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

This div background color is #53746D.


Border color

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

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

This div border color is #53746D.


Opacity

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

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

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

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

This text has shadow with #53746D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #53746D on black background.


Color preview on white background

This text has color #53746D on white background.



Black color preview on #53746D background

This text has black color on #53746D background.


White color preview on #53746D background

This text has white color on #53746D background.