COLOR #574326

HEX: #574326
RGB: (87,67,38)

Color info

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

RGB color model

#574326 color RGB value is (87,67,38).

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

RGB channels and saturation

R 87 of 255 = 34%
G 67 of 255 = 26%
B 38 of 255 = 15%

87
67
38

R + G + B ~ 25%. #574326 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
87 + 67 + 38 = 192 (100%)
R 87 of 192 ~ 45.31%
G 67 of 192 ~ 34.9%
B 38 of 192 ~ 19.79%

%45.31
%34.9
%19.79

CMYK color model

#574326 color CMYK value is (0,23,56,66).

  • cyan value is 0.00%
  • magenta value is 22.99%
  • yellow value is 56.32%
  • key color value is 65.88%
CMYK:
(0,23,56,66)
C0M23Y56K66 
(0%,23%,56%,66%)
(0.00/0.23/0.56/0.66)	

CMYK percentages

%0
%22.99
%56.32
%65.88

Codes

Color #574326 in popluar color models

574326
RGB876738
HSL36°39.20%24.51%
HSB/HSV36°56.32%34.12%
CMYK0.00%22.99%56.32%
65.88%

Color #574326 in popluar number systems.

HEX574326
Decimal876738
Binary10101111000011100110
Octal12710346

Shades and tints

Shades of #574326

#574326
(87,67,38)
#503D23
(80,61,35)
#493720
(73,55,32)
#42311D
(66,49,29)
#3B2B1A
(59,43,26)
#342517
(52,37,23)
#2D1F14
(45,31,20)
#261911
(38,25,17)
#1F130E
(31,19,14)
#180D0B
(24,13,11)
#110708
(17,7,8)
#000000
(0,0,0)

Tints of #574326

#574326
(87,67,38)
#665439
(102,84,57)
#75654C
(117,101,76)
#84765F
(132,118,95)
#938772
(147,135,114)
#A29885
(162,152,133)
#B1A998
(177,169,152)
#C0BAAB
(192,186,171)
#CFCBBE
(207,203,190)
#DEDCD1
(222,220,209)
#EDEDE4
(237,237,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #574326; }

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

This text font color is #574326.


Background Color

.myBgColor { background-color: #574326; }

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

This div background color is #574326.


Border color

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

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

This div border color is #574326.


Opacity

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

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

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

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

This text has shadow with #574326 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #574326 on black background.


Color preview on white background

This text has color #574326 on white background.



Black color preview on #574326 background

This text has black color on #574326 background.


White color preview on #574326 background

This text has white color on #574326 background.