COLOR #574349

HEX: #574349
RGB: (87,67,73)

Color info

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

RGB color model

#574349 color RGB value is (87,67,73).

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

RGB channels and saturation

R 87 of 255 = 34%
G 67 of 255 = 26%
B 73 of 255 = 29%

87
67
73

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

Portions of RGB colors in percentages

R + G + B =
87 + 67 + 73 = 227 (100%)
R 87 of 227 ~ 38.33%
G 67 of 227 ~ 29.52%
B 73 of 227 ~ 32.16%

%38.33
%29.52
%32.16

CMYK color model

#574349 color CMYK value is (0,23,16,66).

  • cyan value is 0.00%
  • magenta value is 22.99%
  • yellow value is 16.09%
  • key color value is 65.88%
CMYK:
(0,23,16,66)
C0M23Y16K66 
(0%,23%,16%,66%)
(0.00/0.23/0.16/0.66)	

CMYK percentages

%0
%22.99
%16.09
%65.88

Codes

Color #574349 in popluar color models

574349
RGB876773
HSL342°12.99%30.20%
HSB/HSV342°22.99%34.12%
CMYK0.00%22.99%16.09%
65.88%

Color #574349 in popluar number systems.

HEX574349
Decimal876773
Binary101011110000111001001
Octal127103111

Shades and tints

Shades of #574349

#574349
(87,67,73)
#503D43
(80,61,67)
#49373D
(73,55,61)
#423137
(66,49,55)
#3B2B31
(59,43,49)
#34252B
(52,37,43)
#2D1F25
(45,31,37)
#26191F
(38,25,31)
#1F1319
(31,19,25)
#180D13
(24,13,19)
#11070D
(17,7,13)
#000000
(0,0,0)

Tints of #574349

#574349
(87,67,73)
#665459
(102,84,89)
#756569
(117,101,105)
#847679
(132,118,121)
#938789
(147,135,137)
#A29899
(162,152,153)
#B1A9A9
(177,169,169)
#C0BAB9
(192,186,185)
#CFCBC9
(207,203,201)
#DEDCD9
(222,220,217)
#EDEDE9
(237,237,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #574349; }

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

This text font color is #574349.


Background Color

.myBgColor { background-color: #574349; }

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

This div background color is #574349.


Border color

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

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

This div border color is #574349.


Opacity

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

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

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

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

This text has shadow with #574349 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #574349 on black background.


Color preview on white background

This text has color #574349 on white background.



Black color preview on #574349 background

This text has black color on #574349 background.


White color preview on #574349 background

This text has white color on #574349 background.