COLOR #53746E

HEX: #53746E
RGB: (83,116,110)

Color info

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

RGB color model

#53746E color RGB value is (83,116,110).

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

RGB channels and saturation

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

83
116
110

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

Portions of RGB colors in percentages

R + G + B =
83 + 116 + 110 = 309 (100%)
R 83 of 309 ~ 26.86%
G 116 of 309 ~ 37.54%
B 110 of 309 ~ 35.6%

%26.86
%37.54
%35.6

CMYK color model

#53746E color CMYK value is (28,0,5,55).

  • cyan value is 28.45%
  • magenta value is 0.00%
  • yellow value is 5.17%
  • key color value is 54.51%
CMYK:
(28,0,5,55)
C28M0Y5K55 
(28%,0%,5%,55%)
(0.28/0.00/0.05/0.55)	

CMYK percentages

%28.45
%0
%5.17
%54.51

Codes

Color #53746E in popluar color models

53746E
RGB83116110
HSL169°16.58%39.02%
HSB/HSV169°28.45%45.49%
CMYK28.45%0.00%5.17%
54.51%

Color #53746E in popluar number systems.

HEX53746E
Decimal83116110
Binary101001111101001101110
Octal123164156

Shades and tints

Shades of #53746E

#53746E
(83,116,110)
#4C6A64
(76,106,100)
#45605A
(69,96,90)
#3E5650
(62,86,80)
#374C46
(55,76,70)
#30423C
(48,66,60)
#293832
(41,56,50)
#222E28
(34,46,40)
#1B241E
(27,36,30)
#141A14
(20,26,20)
#0D100A
(13,16,10)
#000000
(0,0,0)

Tints of #53746E

#53746E
(83,116,110)
#62807B
(98,128,123)
#718C88
(113,140,136)
#809895
(128,152,149)
#8FA4A2
(143,164,162)
#9EB0AF
(158,176,175)
#ADBCBC
(173,188,188)
#BCC8C9
(188,200,201)
#CBD4D6
(203,212,214)
#DAE0E3
(218,224,227)
#E9ECF0
(233,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #53746E; }

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

This text font color is #53746E.


Background Color

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

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

This div background color is #53746E.


Border color

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

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

This div border color is #53746E.


Opacity

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

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

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

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

This text has shadow with #53746E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #53746E on black background.


Color preview on white background

This text has color #53746E on white background.



Black color preview on #53746E background

This text has black color on #53746E background.


White color preview on #53746E background

This text has white color on #53746E background.