COLOR #574148

HEX: #574148
RGB: (87,65,72)

Color info

#574148 contains red, green and blue colors in about the same proportion. Web safe color of #574148 is #663333 (or #633).

RGB color model

#574148 color RGB value is (87,65,72).

  • red value is 87;
  • green value is 65;
  • blue value is 72.
RGB:
(87,65,72)
(34%,25%,28%)

RGB channels and saturation

R 87 of 255 = 34%
G 65 of 255 = 25%
B 72 of 255 = 28%

87
65
72

R + G + B ~ 29%. #574148 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
87 + 65 + 72 = 224 (100%)
R 87 of 224 ~ 38.84%
G 65 of 224 ~ 29.02%
B 72 of 224 ~ 32.14%

%38.84
%29.02
%32.14

CMYK color model

#574148 color CMYK value is (0,25,17,66).

  • cyan value is 0.00%
  • magenta value is 25.29%
  • yellow value is 17.24%
  • key color value is 65.88%
CMYK:
(0,25,17,66)
C0M25Y17K66 
(0%,25%,17%,66%)
(0.00/0.25/0.17/0.66)	

CMYK percentages

%0
%25.29
%17.24
%65.88

Codes

Color #574148 in popluar color models

574148
RGB876572
HSL341°14.47%29.80%
HSB/HSV341°25.29%34.12%
CMYK0.00%25.29%17.24%
65.88%

Color #574148 in popluar number systems.

HEX574148
Decimal876572
Binary101011110000011001000
Octal127101110

Shades and tints

Shades of #574148

#574148
(87,65,72)
#503C42
(80,60,66)
#49373C
(73,55,60)
#423236
(66,50,54)
#3B2D30
(59,45,48)
#34282A
(52,40,42)
#2D2324
(45,35,36)
#261E1E
(38,30,30)
#1F1918
(31,25,24)
#181412
(24,20,18)
#110F0C
(17,15,12)
#000000
(0,0,0)

Tints of #574148

#574148
(87,65,72)
#665258
(102,82,88)
#756368
(117,99,104)
#847478
(132,116,120)
#938588
(147,133,136)
#A29698
(162,150,152)
#B1A7A8
(177,167,168)
#C0B8B8
(192,184,184)
#CFC9C8
(207,201,200)
#DEDAD8
(222,218,216)
#EDEBE8
(237,235,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #574148 color. Also use rgb(87,65,72) instead hex code.

Text Font Color

.myTextColor { color: #574148; }

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

This text font color is #574148.


Background Color

.myBgColor { background-color: #574148; }

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

This div background color is #574148.


Border color

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

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

This div border color is #574148.


Opacity

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

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

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

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

This text has shadow with #574148 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #574148 on black background.


Color preview on white background

This text has color #574148 on white background.



Black color preview on #574148 background

This text has black color on #574148 background.


White color preview on #574148 background

This text has white color on #574148 background.