COLOR #574359

HEX: #574359
RGB: (87,67,89)

Color info

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

RGB color model

#574359 color RGB value is (87,67,89).

  • red value is 87;
  • green value is 67;
  • blue value is 89.
RGB:
(87,67,89)
(34%,26%,35%)

RGB channels and saturation

R 87 of 255 = 34%
G 67 of 255 = 26%
B 89 of 255 = 35%

87
67
89

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

Portions of RGB colors in percentages

R + G + B =
87 + 67 + 89 = 243 (100%)
R 87 of 243 ~ 35.8%
G 67 of 243 ~ 27.57%
B 89 of 243 ~ 36.63%

%35.8
%27.57
%36.63

CMYK color model

#574359 color CMYK value is (2,25,0,65).

  • cyan value is 2.25%
  • magenta value is 24.72%
  • yellow value is 0.00%
  • key color value is 65.10%
CMYK:
(2,25,0,65)
C2M25Y0K65 
(2%,25%,0%,65%)
(0.02/0.25/0.00/0.65)	

CMYK percentages

%2.25
%24.72
%0
%65.1

Codes

Color #574359 in popluar color models

574359
RGB876789
HSL295°14.10%30.59%
HSB/HSV295°24.72%34.90%
CMYK2.25%24.72%0.00%
65.10%

Color #574359 in popluar number systems.

HEX574359
Decimal876789
Binary101011110000111011001
Octal127103131

Shades and tints

Shades of #574359

#574359
(87,67,89)
#503D51
(80,61,81)
#493749
(73,55,73)
#423141
(66,49,65)
#3B2B39
(59,43,57)
#342531
(52,37,49)
#2D1F29
(45,31,41)
#261921
(38,25,33)
#1F1319
(31,19,25)
#180D11
(24,13,17)
#110709
(17,7,9)
#000000
(0,0,0)

Tints of #574359

#574359
(87,67,89)
#665468
(102,84,104)
#756577
(117,101,119)
#847686
(132,118,134)
#938795
(147,135,149)
#A298A4
(162,152,164)
#B1A9B3
(177,169,179)
#C0BAC2
(192,186,194)
#CFCBD1
(207,203,209)
#DEDCE0
(222,220,224)
#EDEDEF
(237,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #574359 color. Also use rgb(87,67,89) instead hex code.

Text Font Color

.myTextColor { color: #574359; }

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

This text font color is #574359.


Background Color

.myBgColor { background-color: #574359; }

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

This div background color is #574359.


Border color

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

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

This div border color is #574359.


Opacity

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

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

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

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

This text has shadow with #574359 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #574359 on black background.


Color preview on white background

This text has color #574359 on white background.



Black color preview on #574359 background

This text has black color on #574359 background.


White color preview on #574359 background

This text has white color on #574359 background.