COLOR #574265

HEX: #574265
RGB: (87,66,101)

Color info

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

RGB color model

#574265 color RGB value is (87,66,101).

  • red value is 87;
  • green value is 66;
  • blue value is 101.
RGB:
(87,66,101)
(34%,26%,40%)

RGB channels and saturation

R 87 of 255 = 34%
G 66 of 255 = 26%
B 101 of 255 = 40%

87
66
101

R + G + B ~ 33%. #574265 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
87 + 66 + 101 = 254 (100%)
R 87 of 254 ~ 34.25%
G 66 of 254 ~ 25.98%
B 101 of 254 ~ 39.76%

%34.25
%25.98
%39.76

CMYK color model

#574265 color CMYK value is (14,35,0,60).

  • cyan value is 13.86%
  • magenta value is 34.65%
  • yellow value is 0.00%
  • key color value is 60.39%
CMYK:
(14,35,0,60)
C14M35Y0K60 
(14%,35%,0%,60%)
(0.14/0.35/0.00/0.60)	

CMYK percentages

%13.86
%34.65
%0
%60.39

Codes

Color #574265 in popluar color models

574265
RGB8766101
HSL276°20.96%32.75%
HSB/HSV276°34.65%39.61%
CMYK13.86%34.65%0.00%
60.39%

Color #574265 in popluar number systems.

HEX574265
Decimal8766101
Binary101011110000101100101
Octal127102145

Shades and tints

Shades of #574265

#574265
(87,66,101)
#503C5C
(80,60,92)
#493653
(73,54,83)
#42304A
(66,48,74)
#3B2A41
(59,42,65)
#342438
(52,36,56)
#2D1E2F
(45,30,47)
#261826
(38,24,38)
#1F121D
(31,18,29)
#180C14
(24,12,20)
#11060B
(17,6,11)
#000000
(0,0,0)

Tints of #574265

#574265
(87,66,101)
#665373
(102,83,115)
#756481
(117,100,129)
#84758F
(132,117,143)
#93869D
(147,134,157)
#A297AB
(162,151,171)
#B1A8B9
(177,168,185)
#C0B9C7
(192,185,199)
#CFCAD5
(207,202,213)
#DEDBE3
(222,219,227)
#EDECF1
(237,236,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #574265 color. Also use rgb(87,66,101) instead hex code.

Text Font Color

.myTextColor { color: #574265; }

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

This text font color is #574265.


Background Color

.myBgColor { background-color: #574265; }

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

This div background color is #574265.


Border color

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

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

This div border color is #574265.


Opacity

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

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

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

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

This text has shadow with #574265 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #574265 on black background.


Color preview on white background

This text has color #574265 on white background.



Black color preview on #574265 background

This text has black color on #574265 background.


White color preview on #574265 background

This text has white color on #574265 background.