COLOR #574340

HEX: #574340
RGB: (87,67,64)

Color info

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

RGB color model

#574340 color RGB value is (87,67,64).

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

RGB channels and saturation

R 87 of 255 = 34%
G 67 of 255 = 26%
B 64 of 255 = 25%

87
67
64

R + G + B ~ 28%. #574340 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
87 + 67 + 64 = 218 (100%)
R 87 of 218 ~ 39.91%
G 67 of 218 ~ 30.73%
B 64 of 218 ~ 29.36%

%39.91
%30.73
%29.36

CMYK color model

#574340 color CMYK value is (0,23,26,66).

  • cyan value is 0.00%
  • magenta value is 22.99%
  • yellow value is 26.44%
  • key color value is 65.88%
CMYK:
(0,23,26,66)
C0M23Y26K66 
(0%,23%,26%,66%)
(0.00/0.23/0.26/0.66)	

CMYK percentages

%0
%22.99
%26.44
%65.88

Codes

Color #574340 in popluar color models

574340
RGB876764
HSL15.23%29.61%
HSB/HSV26.44%34.12%
CMYK0.00%22.99%26.44%
65.88%

Color #574340 in popluar number systems.

HEX574340
Decimal876764
Binary101011110000111000000
Octal127103100

Shades and tints

Shades of #574340

#574340
(87,67,64)
#503D3B
(80,61,59)
#493736
(73,55,54)
#423131
(66,49,49)
#3B2B2C
(59,43,44)
#342527
(52,37,39)
#2D1F22
(45,31,34)
#26191D
(38,25,29)
#1F1318
(31,19,24)
#180D13
(24,13,19)
#11070E
(17,7,14)
#000000
(0,0,0)

Tints of #574340

#574340
(87,67,64)
#665451
(102,84,81)
#756562
(117,101,98)
#847673
(132,118,115)
#938784
(147,135,132)
#A29895
(162,152,149)
#B1A9A6
(177,169,166)
#C0BAB7
(192,186,183)
#CFCBC8
(207,203,200)
#DEDCD9
(222,220,217)
#EDEDEA
(237,237,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #574340; }

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

This text font color is #574340.


Background Color

.myBgColor { background-color: #574340; }

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

This div background color is #574340.


Border color

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

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

This div border color is #574340.


Opacity

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

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

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

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

This text has shadow with #574340 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #574340 on black background.


Color preview on white background

This text has color #574340 on white background.



Black color preview on #574340 background

This text has black color on #574340 background.


White color preview on #574340 background

This text has white color on #574340 background.