COLOR #574741

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

87
71
65

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

Portions of RGB colors in percentages

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

%39.01
%31.84
%29.15

CMYK color model

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

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

CMYK percentages

%0
%18.39
%25.29
%65.88

Codes

Color #574741 in popluar color models

574741
RGB877165
HSL16°14.47%29.80%
HSB/HSV16°25.29%34.12%
CMYK0.00%18.39%25.29%
65.88%

Color #574741 in popluar number systems.

HEX574741
Decimal877165
Binary101011110001111000001
Octal127107101

Shades and tints

Shades of #574741

#574741
(87,71,65)
#50413C
(80,65,60)
#493B37
(73,59,55)
#423532
(66,53,50)
#3B2F2D
(59,47,45)
#342928
(52,41,40)
#2D2323
(45,35,35)
#261D1E
(38,29,30)
#1F1719
(31,23,25)
#181114
(24,17,20)
#110B0F
(17,11,15)
#000000
(0,0,0)

Tints of #574741

#574741
(87,71,65)
#665752
(102,87,82)
#756763
(117,103,99)
#847774
(132,119,116)
#938785
(147,135,133)
#A29796
(162,151,150)
#B1A7A7
(177,167,167)
#C0B7B8
(192,183,184)
#CFC7C9
(207,199,201)
#DED7DA
(222,215,218)
#EDE7EB
(237,231,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #574741; }

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

This text font color is #574741.


Background Color

.myBgColor { background-color: #574741; }

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

This div background color is #574741.


Border color

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

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

This div border color is #574741.


Opacity

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

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

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

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

This text has shadow with #574741 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #574741 on black background.


Color preview on white background

This text has color #574741 on white background.



Black color preview on #574741 background

This text has black color on #574741 background.


White color preview on #574741 background

This text has white color on #574741 background.