COLOR #574126

HEX: #574126
RGB: (87,65,38)

Color info

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

RGB color model

#574126 color RGB value is (87,65,38).

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

RGB channels and saturation

R 87 of 255 = 34%
G 65 of 255 = 25%
B 38 of 255 = 15%

87
65
38

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

Portions of RGB colors in percentages

R + G + B =
87 + 65 + 38 = 190 (100%)
R 87 of 190 ~ 45.79%
G 65 of 190 ~ 34.21%
B 38 of 190 ~ 20%

%45.79
%34.21
%20

CMYK color model

#574126 color CMYK value is (0,25,56,66).

  • cyan value is 0.00%
  • magenta value is 25.29%
  • yellow value is 56.32%
  • key color value is 65.88%
CMYK:
(0,25,56,66)
C0M25Y56K66 
(0%,25%,56%,66%)
(0.00/0.25/0.56/0.66)	

CMYK percentages

%0
%25.29
%56.32
%65.88

Codes

Color #574126 in popluar color models

574126
RGB876538
HSL33°39.20%24.51%
HSB/HSV33°56.32%34.12%
CMYK0.00%25.29%56.32%
65.88%

Color #574126 in popluar number systems.

HEX574126
Decimal876538
Binary10101111000001100110
Octal12710146

Shades and tints

Shades of #574126

#574126
(87,65,38)
#503C23
(80,60,35)
#493720
(73,55,32)
#42321D
(66,50,29)
#3B2D1A
(59,45,26)
#342817
(52,40,23)
#2D2314
(45,35,20)
#261E11
(38,30,17)
#1F190E
(31,25,14)
#18140B
(24,20,11)
#110F08
(17,15,8)
#000000
(0,0,0)

Tints of #574126

#574126
(87,65,38)
#665239
(102,82,57)
#75634C
(117,99,76)
#84745F
(132,116,95)
#938572
(147,133,114)
#A29685
(162,150,133)
#B1A798
(177,167,152)
#C0B8AB
(192,184,171)
#CFC9BE
(207,201,190)
#DEDAD1
(222,218,209)
#EDEBE4
(237,235,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #574126; }

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

This text font color is #574126.


Background Color

.myBgColor { background-color: #574126; }

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

This div background color is #574126.


Border color

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

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

This div border color is #574126.


Opacity

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

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

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

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

This text has shadow with #574126 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #574126 on black background.


Color preview on white background

This text has color #574126 on white background.



Black color preview on #574126 background

This text has black color on #574126 background.


White color preview on #574126 background

This text has white color on #574126 background.