COLOR #544158

HEX: #544158
RGB: (84,65,88)

Color info

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

RGB color model

#544158 color RGB value is (84,65,88).

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

RGB channels and saturation

R 84 of 255 = 33%
G 65 of 255 = 25%
B 88 of 255 = 35%

84
65
88

R + G + B ~ 31%. #544158 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
84 + 65 + 88 = 237 (100%)
R 84 of 237 ~ 35.44%
G 65 of 237 ~ 27.43%
B 88 of 237 ~ 37.13%

%35.44
%27.43
%37.13

CMYK color model

#544158 color CMYK value is (5,26,0,65).

  • cyan value is 4.55%
  • magenta value is 26.14%
  • yellow value is 0.00%
  • key color value is 65.49%
CMYK:
(5,26,0,65)
C5M26Y0K65 
(5%,26%,0%,65%)
(0.05/0.26/0.00/0.65)	

CMYK percentages

%4.55
%26.14
%0
%65.49

Codes

Color #544158 in popluar color models

544158
RGB846588
HSL290°15.03%30.00%
HSB/HSV290°26.14%34.51%
CMYK4.55%26.14%0.00%
65.49%

Color #544158 in popluar number systems.

HEX544158
Decimal846588
Binary101010010000011011000
Octal124101130

Shades and tints

Shades of #544158

#544158
(84,65,88)
#4D3C50
(77,60,80)
#463748
(70,55,72)
#3F3240
(63,50,64)
#382D38
(56,45,56)
#312830
(49,40,48)
#2A2328
(42,35,40)
#231E20
(35,30,32)
#1C1918
(28,25,24)
#151410
(21,20,16)
#0E0F08
(14,15,8)
#000000
(0,0,0)

Tints of #544158

#544158
(84,65,88)
#635267
(99,82,103)
#726376
(114,99,118)
#817485
(129,116,133)
#908594
(144,133,148)
#9F96A3
(159,150,163)
#AEA7B2
(174,167,178)
#BDB8C1
(189,184,193)
#CCC9D0
(204,201,208)
#DBDADF
(219,218,223)
#EAEBEE
(234,235,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #544158; }

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

This text font color is #544158.


Background Color

.myBgColor { background-color: #544158; }

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

This div background color is #544158.


Border color

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

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

This div border color is #544158.


Opacity

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

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

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

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

This text has shadow with #544158 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #544158 on black background.


Color preview on white background

This text has color #544158 on white background.



Black color preview on #544158 background

This text has black color on #544158 background.


White color preview on #544158 background

This text has white color on #544158 background.