COLOR #574658

HEX: #574658
RGB: (87,70,88)

Color info

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

RGB color model

#574658 color RGB value is (87,70,88).

  • red value is 87;
  • green value is 70;
  • blue value is 88.
RGB:
(87,70,88)
(34%,27%,35%)

RGB channels and saturation

R 87 of 255 = 34%
G 70 of 255 = 27%
B 88 of 255 = 35%

87
70
88

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

Portions of RGB colors in percentages

R + G + B =
87 + 70 + 88 = 245 (100%)
R 87 of 245 ~ 35.51%
G 70 of 245 ~ 28.57%
B 88 of 245 ~ 35.92%

%35.51
%28.57
%35.92

CMYK color model

#574658 color CMYK value is (1,20,0,65).

  • cyan value is 1.14%
  • magenta value is 20.45%
  • yellow value is 0.00%
  • key color value is 65.49%
CMYK:
(1,20,0,65)
C1M20Y0K65 
(1%,20%,0%,65%)
(0.01/0.20/0.00/0.65)	

CMYK percentages

%1.14
%20.45
%0
%65.49

Codes

Color #574658 in popluar color models

574658
RGB877088
HSL297°11.39%30.98%
HSB/HSV297°20.45%34.51%
CMYK1.14%20.45%0.00%
65.49%

Color #574658 in popluar number systems.

HEX574658
Decimal877088
Binary101011110001101011000
Octal127106130

Shades and tints

Shades of #574658

#574658
(87,70,88)
#504050
(80,64,80)
#493A48
(73,58,72)
#423440
(66,52,64)
#3B2E38
(59,46,56)
#342830
(52,40,48)
#2D2228
(45,34,40)
#261C20
(38,28,32)
#1F1618
(31,22,24)
#181010
(24,16,16)
#110A08
(17,10,8)
#000000
(0,0,0)

Tints of #574658

#574658
(87,70,88)
#665667
(102,86,103)
#756676
(117,102,118)
#847685
(132,118,133)
#938694
(147,134,148)
#A296A3
(162,150,163)
#B1A6B2
(177,166,178)
#C0B6C1
(192,182,193)
#CFC6D0
(207,198,208)
#DED6DF
(222,214,223)
#EDE6EE
(237,230,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #574658 color. Also use rgb(87,70,88) instead hex code.

Text Font Color

.myTextColor { color: #574658; }

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

This text font color is #574658.


Background Color

.myBgColor { background-color: #574658; }

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

This div background color is #574658.


Border color

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

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

This div border color is #574658.


Opacity

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

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

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

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

This text has shadow with #574658 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #574658 on black background.


Color preview on white background

This text has color #574658 on white background.



Black color preview on #574658 background

This text has black color on #574658 background.


White color preview on #574658 background

This text has white color on #574658 background.