COLOR #53746B

HEX: #53746B
RGB: (83,116,107)

Color info

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

RGB color model

#53746B color RGB value is (83,116,107).

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

RGB channels and saturation

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

83
116
107

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

Portions of RGB colors in percentages

R + G + B =
83 + 116 + 107 = 306 (100%)
R 83 of 306 ~ 27.12%
G 116 of 306 ~ 37.91%
B 107 of 306 ~ 34.97%

%27.12
%37.91
%34.97

CMYK color model

#53746B color CMYK value is (28,0,8,55).

  • cyan value is 28.45%
  • magenta value is 0.00%
  • yellow value is 7.76%
  • key color value is 54.51%
CMYK:
(28,0,8,55)
C28M0Y8K55 
(28%,0%,8%,55%)
(0.28/0.00/0.08/0.55)	

CMYK percentages

%28.45
%0
%7.76
%54.51

Codes

Color #53746B in popluar color models

53746B
RGB83116107
HSL164°16.58%39.02%
HSB/HSV164°28.45%45.49%
CMYK28.45%0.00%7.76%
54.51%

Color #53746B in popluar number systems.

HEX53746B
Decimal83116107
Binary101001111101001101011
Octal123164153

Shades and tints

Shades of #53746B

#53746B
(83,116,107)
#4C6A62
(76,106,98)
#456059
(69,96,89)
#3E5650
(62,86,80)
#374C47
(55,76,71)
#30423E
(48,66,62)
#293835
(41,56,53)
#222E2C
(34,46,44)
#1B2423
(27,36,35)
#141A1A
(20,26,26)
#0D1011
(13,16,17)
#000000
(0,0,0)

Tints of #53746B

#53746B
(83,116,107)
#628078
(98,128,120)
#718C85
(113,140,133)
#809892
(128,152,146)
#8FA49F
(143,164,159)
#9EB0AC
(158,176,172)
#ADBCB9
(173,188,185)
#BCC8C6
(188,200,198)
#CBD4D3
(203,212,211)
#DAE0E0
(218,224,224)
#E9ECED
(233,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #53746B; }

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

This text font color is #53746B.


Background Color

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

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

This div background color is #53746B.


Border color

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

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

This div border color is #53746B.


Opacity

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

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

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

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

This text has shadow with #53746B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #53746B on black background.


Color preview on white background

This text has color #53746B on white background.



Black color preview on #53746B background

This text has black color on #53746B background.


White color preview on #53746B background

This text has white color on #53746B background.