COLOR #57261D

HEX: #57261D
RGB: (87,38,29)

Color info

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

RGB color model

#57261D color RGB value is (87,38,29).

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

RGB channels and saturation

R 87 of 255 = 34%
G 38 of 255 = 15%
B 29 of 255 = 11%

87
38
29

R + G + B ~ 20%. #57261D is dark color.

Portions of RGB colors in percentages

R + G + B =
87 + 38 + 29 = 154 (100%)
R 87 of 154 ~ 56.49%
G 38 of 154 ~ 24.68%
B 29 of 154 ~ 18.83%

%56.49
%24.68
%18.83

CMYK color model

#57261D color CMYK value is (0,56,67,66).

  • cyan value is 0.00%
  • magenta value is 56.32%
  • yellow value is 66.67%
  • key color value is 65.88%
CMYK:
(0,56,67,66)
C0M56Y67K66 
(0%,56%,67%,66%)
(0.00/0.56/0.67/0.66)	

CMYK percentages

%0
%56.32
%66.67
%65.88

Codes

Color #57261D in popluar color models

57261D
RGB873829
HSL50.00%22.75%
HSB/HSV66.67%34.12%
CMYK0.00%56.32%66.67%
65.88%

Color #57261D in popluar number systems.

HEX57261D
Decimal873829
Binary101011110011011101
Octal1274635

Shades and tints

Shades of #57261D

#57261D
(87,38,29)
#50231B
(80,35,27)
#492019
(73,32,25)
#421D17
(66,29,23)
#3B1A15
(59,26,21)
#341713
(52,23,19)
#2D1411
(45,20,17)
#26110F
(38,17,15)
#1F0E0D
(31,14,13)
#180B0B
(24,11,11)
#110809
(17,8,9)
#000000
(0,0,0)

Tints of #57261D

#57261D
(87,38,29)
#663931
(102,57,49)
#754C45
(117,76,69)
#845F59
(132,95,89)
#93726D
(147,114,109)
#A28581
(162,133,129)
#B19895
(177,152,149)
#C0ABA9
(192,171,169)
#CFBEBD
(207,190,189)
#DED1D1
(222,209,209)
#EDE4E5
(237,228,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #57261D; }

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

This text font color is #57261D.


Background Color

.myBgColor { background-color: #57261D; }

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

This div background color is #57261D.


Border color

.myBorderColor { border: 1px solid #57261D; }

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

This div border color is #57261D.


Opacity

.myOpacity80 { color: #57261D; opacity: 0.8; }

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

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

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

This text has shadow with #57261D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #57261D on black background.


Color preview on white background

This text has color #57261D on white background.



Black color preview on #57261D background

This text has black color on #57261D background.


White color preview on #57261D background

This text has white color on #57261D background.