COLOR #574649

HEX: #574649
RGB: (87,70,73)

Color info

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

RGB color model

#574649 color RGB value is (87,70,73).

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

RGB channels and saturation

R 87 of 255 = 34%
G 70 of 255 = 27%
B 73 of 255 = 29%

87
70
73

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

Portions of RGB colors in percentages

R + G + B =
87 + 70 + 73 = 230 (100%)
R 87 of 230 ~ 37.83%
G 70 of 230 ~ 30.43%
B 73 of 230 ~ 31.74%

%37.83
%30.43
%31.74

CMYK color model

#574649 color CMYK value is (0,20,16,66).

  • cyan value is 0.00%
  • magenta value is 19.54%
  • yellow value is 16.09%
  • key color value is 65.88%
CMYK:
(0,20,16,66)
C0M20Y16K66 
(0%,20%,16%,66%)
(0.00/0.20/0.16/0.66)	

CMYK percentages

%0
%19.54
%16.09
%65.88

Codes

Color #574649 in popluar color models

574649
RGB877073
HSL349°10.83%30.78%
HSB/HSV349°19.54%34.12%
CMYK0.00%19.54%16.09%
65.88%

Color #574649 in popluar number systems.

HEX574649
Decimal877073
Binary101011110001101001001
Octal127106111

Shades and tints

Shades of #574649

#574649
(87,70,73)
#504043
(80,64,67)
#493A3D
(73,58,61)
#423437
(66,52,55)
#3B2E31
(59,46,49)
#34282B
(52,40,43)
#2D2225
(45,34,37)
#261C1F
(38,28,31)
#1F1619
(31,22,25)
#181013
(24,16,19)
#110A0D
(17,10,13)
#000000
(0,0,0)

Tints of #574649

#574649
(87,70,73)
#665659
(102,86,89)
#756669
(117,102,105)
#847679
(132,118,121)
#938689
(147,134,137)
#A29699
(162,150,153)
#B1A6A9
(177,166,169)
#C0B6B9
(192,182,185)
#CFC6C9
(207,198,201)
#DED6D9
(222,214,217)
#EDE6E9
(237,230,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #574649; }

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

This text font color is #574649.


Background Color

.myBgColor { background-color: #574649; }

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

This div background color is #574649.


Border color

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

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

This div border color is #574649.


Opacity

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

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

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

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

This text has shadow with #574649 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #574649 on black background.


Color preview on white background

This text has color #574649 on white background.



Black color preview on #574649 background

This text has black color on #574649 background.


White color preview on #574649 background

This text has white color on #574649 background.