COLOR #574B54

HEX: #574B54
RGB: (87,75,84)

Color info

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

RGB color model

#574B54 color RGB value is (87,75,84).

  • red value is 87;
  • green value is 75;
  • blue value is 84.
RGB:
(87,75,84)
(34%,29%,33%)

RGB channels and saturation

R 87 of 255 = 34%
G 75 of 255 = 29%
B 84 of 255 = 33%

87
75
84

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

Portions of RGB colors in percentages

R + G + B =
87 + 75 + 84 = 246 (100%)
R 87 of 246 ~ 35.37%
G 75 of 246 ~ 30.49%
B 84 of 246 ~ 34.15%

%35.37
%30.49
%34.15

CMYK color model

#574B54 color CMYK value is (0,14,3,66).

  • cyan value is 0.00%
  • magenta value is 13.79%
  • yellow value is 3.45%
  • key color value is 65.88%
CMYK:
(0,14,3,66)
C0M14Y3K66 
(0%,14%,3%,66%)
(0.00/0.14/0.03/0.66)	

CMYK percentages

%0
%13.79
%3.45
%65.88

Codes

Color #574B54 in popluar color models

574B54
RGB877584
HSL315°7.41%31.76%
HSB/HSV315°13.79%34.12%
CMYK0.00%13.79%3.45%
65.88%

Color #574B54 in popluar number systems.

HEX574B54
Decimal877584
Binary101011110010111010100
Octal127113124

Shades and tints

Shades of #574B54

#574B54
(87,75,84)
#50454D
(80,69,77)
#493F46
(73,63,70)
#42393F
(66,57,63)
#3B3338
(59,51,56)
#342D31
(52,45,49)
#2D272A
(45,39,42)
#262123
(38,33,35)
#1F1B1C
(31,27,28)
#181515
(24,21,21)
#110F0E
(17,15,14)
#000000
(0,0,0)

Tints of #574B54

#574B54
(87,75,84)
#665B63
(102,91,99)
#756B72
(117,107,114)
#847B81
(132,123,129)
#938B90
(147,139,144)
#A29B9F
(162,155,159)
#B1ABAE
(177,171,174)
#C0BBBD
(192,187,189)
#CFCBCC
(207,203,204)
#DEDBDB
(222,219,219)
#EDEBEA
(237,235,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #574B54 color. Also use rgb(87,75,84) instead hex code.

Text Font Color

.myTextColor { color: #574B54; }

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

This text font color is #574B54.


Background Color

.myBgColor { background-color: #574B54; }

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

This div background color is #574B54.


Border color

.myBorderColor { border: 1px solid #574B54; }

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

This div border color is #574B54.


Opacity

.myOpacity80 { color: #574B54; opacity: 0.8; }

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

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

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

This text has shadow with #574B54 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #574B54 on black background.


Color preview on white background

This text has color #574B54 on white background.



Black color preview on #574B54 background

This text has black color on #574B54 background.


White color preview on #574B54 background

This text has white color on #574B54 background.