COLOR #574426

HEX: #574426
RGB: (87,68,38)

Color info

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

RGB color model

#574426 color RGB value is (87,68,38).

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

RGB channels and saturation

R 87 of 255 = 34%
G 68 of 255 = 27%
B 38 of 255 = 15%

87
68
38

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

Portions of RGB colors in percentages

R + G + B =
87 + 68 + 38 = 193 (100%)
R 87 of 193 ~ 45.08%
G 68 of 193 ~ 35.23%
B 38 of 193 ~ 19.69%

%45.08
%35.23
%19.69

CMYK color model

#574426 color CMYK value is (0,22,56,66).

  • cyan value is 0.00%
  • magenta value is 21.84%
  • yellow value is 56.32%
  • key color value is 65.88%
CMYK:
(0,22,56,66)
C0M22Y56K66 
(0%,22%,56%,66%)
(0.00/0.22/0.56/0.66)	

CMYK percentages

%0
%21.84
%56.32
%65.88

Codes

Color #574426 in popluar color models

574426
RGB876838
HSL37°39.20%24.51%
HSB/HSV37°56.32%34.12%
CMYK0.00%21.84%56.32%
65.88%

Color #574426 in popluar number systems.

HEX574426
Decimal876838
Binary10101111000100100110
Octal12710446

Shades and tints

Shades of #574426

#574426
(87,68,38)
#503E23
(80,62,35)
#493820
(73,56,32)
#42321D
(66,50,29)
#3B2C1A
(59,44,26)
#342617
(52,38,23)
#2D2014
(45,32,20)
#261A11
(38,26,17)
#1F140E
(31,20,14)
#180E0B
(24,14,11)
#110808
(17,8,8)
#000000
(0,0,0)

Tints of #574426

#574426
(87,68,38)
#665539
(102,85,57)
#75664C
(117,102,76)
#84775F
(132,119,95)
#938872
(147,136,114)
#A29985
(162,153,133)
#B1AA98
(177,170,152)
#C0BBAB
(192,187,171)
#CFCCBE
(207,204,190)
#DEDDD1
(222,221,209)
#EDEEE4
(237,238,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #574426; }

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

This text font color is #574426.


Background Color

.myBgColor { background-color: #574426; }

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

This div background color is #574426.


Border color

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

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

This div border color is #574426.


Opacity

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

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

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

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

This text has shadow with #574426 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #574426 on black background.


Color preview on white background

This text has color #574426 on white background.



Black color preview on #574426 background

This text has black color on #574426 background.


White color preview on #574426 background

This text has white color on #574426 background.