COLOR #574B6A

HEX: #574B6A
RGB: (87,75,106)

Color info

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

RGB color model

#574B6A color RGB value is (87,75,106).

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

RGB channels and saturation

R 87 of 255 = 34%
G 75 of 255 = 29%
B 106 of 255 = 42%

87
75
106

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

Portions of RGB colors in percentages

R + G + B =
87 + 75 + 106 = 268 (100%)
R 87 of 268 ~ 32.46%
G 75 of 268 ~ 27.99%
B 106 of 268 ~ 39.55%

%32.46
%27.99
%39.55

CMYK color model

#574B6A color CMYK value is (18,29,0,58).

  • cyan value is 17.92%
  • magenta value is 29.25%
  • yellow value is 0.00%
  • key color value is 58.43%
CMYK:
(18,29,0,58)
C18M29Y0K58 
(18%,29%,0%,58%)
(0.18/0.29/0.00/0.58)	

CMYK percentages

%17.92
%29.25
%0
%58.43

Codes

Color #574B6A in popluar color models

574B6A
RGB8775106
HSL263°17.13%35.49%
HSB/HSV263°29.25%41.57%
CMYK17.92%29.25%0.00%
58.43%

Color #574B6A in popluar number systems.

HEX574B6A
Decimal8775106
Binary101011110010111101010
Octal127113152

Shades and tints

Shades of #574B6A

#574B6A
(87,75,106)
#504561
(80,69,97)
#493F58
(73,63,88)
#42394F
(66,57,79)
#3B3346
(59,51,70)
#342D3D
(52,45,61)
#2D2734
(45,39,52)
#26212B
(38,33,43)
#1F1B22
(31,27,34)
#181519
(24,21,25)
#110F10
(17,15,16)
#000000
(0,0,0)

Tints of #574B6A

#574B6A
(87,75,106)
#665B77
(102,91,119)
#756B84
(117,107,132)
#847B91
(132,123,145)
#938B9E
(147,139,158)
#A29BAB
(162,155,171)
#B1ABB8
(177,171,184)
#C0BBC5
(192,187,197)
#CFCBD2
(207,203,210)
#DEDBDF
(222,219,223)
#EDEBEC
(237,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #574B6A; }

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

This text font color is #574B6A.


Background Color

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

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

This div background color is #574B6A.


Border color

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

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

This div border color is #574B6A.


Opacity

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

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

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

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

This text has shadow with #574B6A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #574B6A on black background.


Color preview on white background

This text has color #574B6A on white background.



Black color preview on #574B6A background

This text has black color on #574B6A background.


White color preview on #574B6A background

This text has white color on #574B6A background.