COLOR #53546E

HEX: #53546E
RGB: (83,84,110)

Color info

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

RGB color model

#53546E color RGB value is (83,84,110).

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

RGB channels and saturation

R 83 of 255 = 33%
G 84 of 255 = 33%
B 110 of 255 = 43%

83
84
110

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

Portions of RGB colors in percentages

R + G + B =
83 + 84 + 110 = 277 (100%)
R 83 of 277 ~ 29.96%
G 84 of 277 ~ 30.32%
B 110 of 277 ~ 39.71%

%29.96
%30.32
%39.71

CMYK color model

#53546E color CMYK value is (25,24,0,57).

  • cyan value is 24.55%
  • magenta value is 23.64%
  • yellow value is 0.00%
  • key color value is 56.86%
CMYK:
(25,24,0,57)
C25M24Y0K57 
(25%,24%,0%,57%)
(0.25/0.24/0.00/0.57)	

CMYK percentages

%24.55
%23.64
%0
%56.86

Codes

Color #53546E in popluar color models

53546E
RGB8384110
HSL238°13.99%37.84%
HSB/HSV238°24.55%43.14%
CMYK24.55%23.64%0.00%
56.86%

Color #53546E in popluar number systems.

HEX53546E
Decimal8384110
Binary101001110101001101110
Octal123124156

Shades and tints

Shades of #53546E

#53546E
(83,84,110)
#4C4D64
(76,77,100)
#45465A
(69,70,90)
#3E3F50
(62,63,80)
#373846
(55,56,70)
#30313C
(48,49,60)
#292A32
(41,42,50)
#222328
(34,35,40)
#1B1C1E
(27,28,30)
#141514
(20,21,20)
#0D0E0A
(13,14,10)
#000000
(0,0,0)

Tints of #53546E

#53546E
(83,84,110)
#62637B
(98,99,123)
#717288
(113,114,136)
#808195
(128,129,149)
#8F90A2
(143,144,162)
#9E9FAF
(158,159,175)
#ADAEBC
(173,174,188)
#BCBDC9
(188,189,201)
#CBCCD6
(203,204,214)
#DADBE3
(218,219,227)
#E9EAF0
(233,234,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #53546E; }

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

This text font color is #53546E.


Background Color

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

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

This div background color is #53546E.


Border color

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

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

This div border color is #53546E.


Opacity

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

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

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

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

This text has shadow with #53546E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #53546E on black background.


Color preview on white background

This text has color #53546E on white background.



Black color preview on #53546E background

This text has black color on #53546E background.


White color preview on #53546E background

This text has white color on #53546E background.