COLOR #574B44

HEX: #574B44
RGB: (87,75,68)

Color info

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

RGB color model

#574B44 color RGB value is (87,75,68).

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

RGB channels and saturation

R 87 of 255 = 34%
G 75 of 255 = 29%
B 68 of 255 = 27%

87
75
68

R + G + B ~ 30%. #574B44 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
87 + 75 + 68 = 230 (100%)
R 87 of 230 ~ 37.83%
G 75 of 230 ~ 32.61%
B 68 of 230 ~ 29.57%

%37.83
%32.61
%29.57

CMYK color model

#574B44 color CMYK value is (0,14,22,66).

  • cyan value is 0.00%
  • magenta value is 13.79%
  • yellow value is 21.84%
  • key color value is 65.88%
CMYK:
(0,14,22,66)
C0M14Y22K66 
(0%,14%,22%,66%)
(0.00/0.14/0.22/0.66)	

CMYK percentages

%0
%13.79
%21.84
%65.88

Codes

Color #574B44 in popluar color models

574B44
RGB877568
HSL22°12.26%30.39%
HSB/HSV22°21.84%34.12%
CMYK0.00%13.79%21.84%
65.88%

Color #574B44 in popluar number systems.

HEX574B44
Decimal877568
Binary101011110010111000100
Octal127113104

Shades and tints

Shades of #574B44

#574B44
(87,75,68)
#50453E
(80,69,62)
#493F38
(73,63,56)
#423932
(66,57,50)
#3B332C
(59,51,44)
#342D26
(52,45,38)
#2D2720
(45,39,32)
#26211A
(38,33,26)
#1F1B14
(31,27,20)
#18150E
(24,21,14)
#110F08
(17,15,8)
#000000
(0,0,0)

Tints of #574B44

#574B44
(87,75,68)
#665B55
(102,91,85)
#756B66
(117,107,102)
#847B77
(132,123,119)
#938B88
(147,139,136)
#A29B99
(162,155,153)
#B1ABAA
(177,171,170)
#C0BBBB
(192,187,187)
#CFCBCC
(207,203,204)
#DEDBDD
(222,219,221)
#EDEBEE
(237,235,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #574B44; }

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

This text font color is #574B44.


Background Color

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

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

This div background color is #574B44.


Border color

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

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

This div border color is #574B44.


Opacity

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

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

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

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

This text has shadow with #574B44 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #574B44 on black background.


Color preview on white background

This text has color #574B44 on white background.



Black color preview on #574B44 background

This text has black color on #574B44 background.


White color preview on #574B44 background

This text has white color on #574B44 background.