COLOR #544958

HEX: #544958
RGB: (84,73,88)

Color info

#544958 contains red, green and blue colors in about the same proportion. Web safe color of #544958 is #663366 (or #636).

RGB color model

#544958 color RGB value is (84,73,88).

  • red value is 84;
  • green value is 73;
  • blue value is 88.
RGB:
(84,73,88)
(33%,29%,35%)

RGB channels and saturation

R 84 of 255 = 33%
G 73 of 255 = 29%
B 88 of 255 = 35%

84
73
88

R + G + B ~ 32%. #544958 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
84 + 73 + 88 = 245 (100%)
R 84 of 245 ~ 34.29%
G 73 of 245 ~ 29.8%
B 88 of 245 ~ 35.92%

%34.29
%29.8
%35.92

CMYK color model

#544958 color CMYK value is (5,17,0,65).

  • cyan value is 4.55%
  • magenta value is 17.05%
  • yellow value is 0.00%
  • key color value is 65.49%
CMYK:
(5,17,0,65)
C5M17Y0K65 
(5%,17%,0%,65%)
(0.05/0.17/0.00/0.65)	

CMYK percentages

%4.55
%17.05
%0
%65.49

Codes

Color #544958 in popluar color models

544958
RGB847388
HSL284°9.32%31.57%
HSB/HSV284°17.05%34.51%
CMYK4.55%17.05%0.00%
65.49%

Color #544958 in popluar number systems.

HEX544958
Decimal847388
Binary101010010010011011000
Octal124111130

Shades and tints

Shades of #544958

#544958
(84,73,88)
#4D4350
(77,67,80)
#463D48
(70,61,72)
#3F3740
(63,55,64)
#383138
(56,49,56)
#312B30
(49,43,48)
#2A2528
(42,37,40)
#231F20
(35,31,32)
#1C1918
(28,25,24)
#151310
(21,19,16)
#0E0D08
(14,13,8)
#000000
(0,0,0)

Tints of #544958

#544958
(84,73,88)
#635967
(99,89,103)
#726976
(114,105,118)
#817985
(129,121,133)
#908994
(144,137,148)
#9F99A3
(159,153,163)
#AEA9B2
(174,169,178)
#BDB9C1
(189,185,193)
#CCC9D0
(204,201,208)
#DBD9DF
(219,217,223)
#EAE9EE
(234,233,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #544958 color. Also use rgb(84,73,88) instead hex code.

Text Font Color

.myTextColor { color: #544958; }

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

This text font color is #544958.


Background Color

.myBgColor { background-color: #544958; }

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

This div background color is #544958.


Border color

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

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

This div border color is #544958.


Opacity

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

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

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

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

This text has shadow with #544958 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #544958 on black background.


Color preview on white background

This text has color #544958 on white background.



Black color preview on #544958 background

This text has black color on #544958 background.


White color preview on #544958 background

This text has white color on #544958 background.