COLOR #574147

HEX: #574147
RGB: (87,65,71)

Color info

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

RGB color model

#574147 color RGB value is (87,65,71).

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

RGB channels and saturation

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

87
65
71

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

Portions of RGB colors in percentages

R + G + B =
87 + 65 + 71 = 223 (100%)
R 87 of 223 ~ 39.01%
G 65 of 223 ~ 29.15%
B 71 of 223 ~ 31.84%

%39.01
%29.15
%31.84

CMYK color model

#574147 color CMYK value is (0,25,18,66).

  • cyan value is 0.00%
  • magenta value is 25.29%
  • yellow value is 18.39%
  • key color value is 65.88%
CMYK:
(0,25,18,66)
C0M25Y18K66 
(0%,25%,18%,66%)
(0.00/0.25/0.18/0.66)	

CMYK percentages

%0
%25.29
%18.39
%65.88

Codes

Color #574147 in popluar color models

574147
RGB876571
HSL344°14.47%29.80%
HSB/HSV344°25.29%34.12%
CMYK0.00%25.29%18.39%
65.88%

Color #574147 in popluar number systems.

HEX574147
Decimal876571
Binary101011110000011000111
Octal127101107

Shades and tints

Shades of #574147

#574147
(87,65,71)
#503C41
(80,60,65)
#49373B
(73,55,59)
#423235
(66,50,53)
#3B2D2F
(59,45,47)
#342829
(52,40,41)
#2D2323
(45,35,35)
#261E1D
(38,30,29)
#1F1917
(31,25,23)
#181411
(24,20,17)
#110F0B
(17,15,11)
#000000
(0,0,0)

Tints of #574147

#574147
(87,65,71)
#665257
(102,82,87)
#756367
(117,99,103)
#847477
(132,116,119)
#938587
(147,133,135)
#A29697
(162,150,151)
#B1A7A7
(177,167,167)
#C0B8B7
(192,184,183)
#CFC9C7
(207,201,199)
#DEDAD7
(222,218,215)
#EDEBE7
(237,235,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #574147; }

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

This text font color is #574147.


Background Color

.myBgColor { background-color: #574147; }

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

This div background color is #574147.


Border color

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

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

This div border color is #574147.


Opacity

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

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

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

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

This text has shadow with #574147 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #574147 on black background.


Color preview on white background

This text has color #574147 on white background.



Black color preview on #574147 background

This text has black color on #574147 background.


White color preview on #574147 background

This text has white color on #574147 background.