COLOR #574E44

HEX: #574E44
RGB: (87,78,68)

Color info

#574E44 contains red, green and blue colors in about the same proportion. Web safe color of #574E44 is #666633 (or #663).

RGB color model

#574E44 color RGB value is (87,78,68).

  • red value is 87;
  • green value is 78;
  • blue value is 68.
RGB:
(87,78,68)
(34%,31%,27%)

RGB channels and saturation

R 87 of 255 = 34%
G 78 of 255 = 31%
B 68 of 255 = 27%

87
78
68

R + G + B ~ 31%. #574E44 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
87 + 78 + 68 = 233 (100%)
R 87 of 233 ~ 37.34%
G 78 of 233 ~ 33.48%
B 68 of 233 ~ 29.18%

%37.34
%33.48
%29.18

CMYK color model

#574E44 color CMYK value is (0,10,22,66).

  • cyan value is 0.00%
  • magenta value is 10.34%
  • yellow value is 21.84%
  • key color value is 65.88%
CMYK:
(0,10,22,66)
C0M10Y22K66 
(0%,10%,22%,66%)
(0.00/0.10/0.22/0.66)	

CMYK percentages

%0
%10.34
%21.84
%65.88

Codes

Color #574E44 in popluar color models

574E44
RGB877868
HSL32°12.26%30.39%
HSB/HSV32°21.84%34.12%
CMYK0.00%10.34%21.84%
65.88%

Color #574E44 in popluar number systems.

HEX574E44
Decimal877868
Binary101011110011101000100
Octal127116104

Shades and tints

Shades of #574E44

#574E44
(87,78,68)
#50473E
(80,71,62)
#494038
(73,64,56)
#423932
(66,57,50)
#3B322C
(59,50,44)
#342B26
(52,43,38)
#2D2420
(45,36,32)
#261D1A
(38,29,26)
#1F1614
(31,22,20)
#180F0E
(24,15,14)
#110808
(17,8,8)
#000000
(0,0,0)

Tints of #574E44

#574E44
(87,78,68)
#665E55
(102,94,85)
#756E66
(117,110,102)
#847E77
(132,126,119)
#938E88
(147,142,136)
#A29E99
(162,158,153)
#B1AEAA
(177,174,170)
#C0BEBB
(192,190,187)
#CFCECC
(207,206,204)
#DEDEDD
(222,222,221)
#EDEEEE
(237,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #574E44 color. Also use rgb(87,78,68) instead hex code.

Text Font Color

.myTextColor { color: #574E44; }

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

This text font color is #574E44.


Background Color

.myBgColor { background-color: #574E44; }

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

This div background color is #574E44.


Border color

.myBorderColor { border: 1px solid #574E44; }

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

This div border color is #574E44.


Opacity

.myOpacity80 { color: #574E44; opacity: 0.8; }

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

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

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

This text has shadow with #574E44 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #574E44 on black background.


Color preview on white background

This text has color #574E44 on white background.



Black color preview on #574E44 background

This text has black color on #574E44 background.


White color preview on #574E44 background

This text has white color on #574E44 background.