COLOR #545361

HEX: #545361
RGB: (84,83,97)

Color info

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

RGB color model

#545361 color RGB value is (84,83,97).

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

RGB channels and saturation

R 84 of 255 = 33%
G 83 of 255 = 33%
B 97 of 255 = 38%

84
83
97

R + G + B ~ 35%. #545361 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
84 + 83 + 97 = 264 (100%)
R 84 of 264 ~ 31.82%
G 83 of 264 ~ 31.44%
B 97 of 264 ~ 36.74%

%31.82
%31.44
%36.74

CMYK color model

#545361 color CMYK value is (13,14,0,62).

  • cyan value is 13.40%
  • magenta value is 14.43%
  • yellow value is 0.00%
  • key color value is 61.96%
CMYK:
(13,14,0,62)
C13M14Y0K62 
(13%,14%,0%,62%)
(0.13/0.14/0.00/0.62)	

CMYK percentages

%13.4
%14.43
%0
%61.96

Codes

Color #545361 in popluar color models

545361
RGB848397
HSL244°7.78%35.29%
HSB/HSV244°14.43%38.04%
CMYK13.40%14.43%0.00%
61.96%

Color #545361 in popluar number systems.

HEX545361
Decimal848397
Binary101010010100111100001
Octal124123141

Shades and tints

Shades of #545361

#545361
(84,83,97)
#4D4C59
(77,76,89)
#464551
(70,69,81)
#3F3E49
(63,62,73)
#383741
(56,55,65)
#313039
(49,48,57)
#2A2931
(42,41,49)
#232229
(35,34,41)
#1C1B21
(28,27,33)
#151419
(21,20,25)
#0E0D11
(14,13,17)
#000000
(0,0,0)

Tints of #545361

#545361
(84,83,97)
#63626F
(99,98,111)
#72717D
(114,113,125)
#81808B
(129,128,139)
#908F99
(144,143,153)
#9F9EA7
(159,158,167)
#AEADB5
(174,173,181)
#BDBCC3
(189,188,195)
#CCCBD1
(204,203,209)
#DBDADF
(219,218,223)
#EAE9ED
(234,233,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #545361; }

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

This text font color is #545361.


Background Color

.myBgColor { background-color: #545361; }

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

This div background color is #545361.


Border color

.myBorderColor { border: 1px solid #545361; }

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

This div border color is #545361.


Opacity

.myOpacity80 { color: #545361; opacity: 0.8; }

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

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

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

This text has shadow with #545361 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #545361 on black background.


Color preview on white background

This text has color #545361 on white background.



Black color preview on #545361 background

This text has black color on #545361 background.


White color preview on #545361 background

This text has white color on #545361 background.