COLOR #574141

HEX: #574141
RGB: (87,65,65)

Color info

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

RGB color model

#574141 color RGB value is (87,65,65).

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

RGB channels and saturation

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

87
65
65

R + G + B ~ 28%. #574141 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
87 + 65 + 65 = 217 (100%)
R 87 of 217 ~ 40.09%
G 65 of 217 ~ 29.95%
B 65 of 217 ~ 29.95%

%40.09
%29.95
%29.95

CMYK color model

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

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

CMYK percentages

%0
%25.29
%25.29
%65.88

Codes

Color #574141 in popluar color models

574141
RGB876565
HSL14.47%29.80%
HSB/HSV25.29%34.12%
CMYK0.00%25.29%25.29%
65.88%

Color #574141 in popluar number systems.

HEX574141
Decimal876565
Binary101011110000011000001
Octal127101101

Shades and tints

Shades of #574141

#574141
(87,65,65)
#503C3C
(80,60,60)
#493737
(73,55,55)
#423232
(66,50,50)
#3B2D2D
(59,45,45)
#342828
(52,40,40)
#2D2323
(45,35,35)
#261E1E
(38,30,30)
#1F1919
(31,25,25)
#181414
(24,20,20)
#110F0F
(17,15,15)
#000000
(0,0,0)

Tints of #574141

#574141
(87,65,65)
#665252
(102,82,82)
#756363
(117,99,99)
#847474
(132,116,116)
#938585
(147,133,133)
#A29696
(162,150,150)
#B1A7A7
(177,167,167)
#C0B8B8
(192,184,184)
#CFC9C9
(207,201,201)
#DEDADA
(222,218,218)
#EDEBEB
(237,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #574141; }

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

This text font color is #574141.


Background Color

.myBgColor { background-color: #574141; }

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

This div background color is #574141.


Border color

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

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

This div border color is #574141.


Opacity

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

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

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

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

This text has shadow with #574141 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #574141 on black background.


Color preview on white background

This text has color #574141 on white background.



Black color preview on #574141 background

This text has black color on #574141 background.


White color preview on #574141 background

This text has white color on #574141 background.