COLOR #57343C

HEX: #57343C
RGB: (87,52,60)

Color info

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

RGB color model

#57343C color RGB value is (87,52,60).

  • red value is 87;
  • green value is 52;
  • blue value is 60.
RGB:
(87,52,60)
(34%,20%,24%)

RGB channels and saturation

R 87 of 255 = 34%
G 52 of 255 = 20%
B 60 of 255 = 24%

87
52
60

R + G + B ~ 26%. #57343C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
87 + 52 + 60 = 199 (100%)
R 87 of 199 ~ 43.72%
G 52 of 199 ~ 26.13%
B 60 of 199 ~ 30.15%

%43.72
%26.13
%30.15

CMYK color model

#57343C color CMYK value is (0,40,31,66).

  • cyan value is 0.00%
  • magenta value is 40.23%
  • yellow value is 31.03%
  • key color value is 65.88%
CMYK:
(0,40,31,66)
C0M40Y31K66 
(0%,40%,31%,66%)
(0.00/0.40/0.31/0.66)	

CMYK percentages

%0
%40.23
%31.03
%65.88

Codes

Color #57343C in popluar color models

57343C
RGB875260
HSL346°25.18%27.25%
HSB/HSV346°40.23%34.12%
CMYK0.00%40.23%31.03%
65.88%

Color #57343C in popluar number systems.

HEX57343C
Decimal875260
Binary1010111110100111100
Octal1276474

Shades and tints

Shades of #57343C

#57343C
(87,52,60)
#503037
(80,48,55)
#492C32
(73,44,50)
#42282D
(66,40,45)
#3B2428
(59,36,40)
#342023
(52,32,35)
#2D1C1E
(45,28,30)
#261819
(38,24,25)
#1F1414
(31,20,20)
#18100F
(24,16,15)
#110C0A
(17,12,10)
#000000
(0,0,0)

Tints of #57343C

#57343C
(87,52,60)
#66464D
(102,70,77)
#75585E
(117,88,94)
#846A6F
(132,106,111)
#937C80
(147,124,128)
#A28E91
(162,142,145)
#B1A0A2
(177,160,162)
#C0B2B3
(192,178,179)
#CFC4C4
(207,196,196)
#DED6D5
(222,214,213)
#EDE8E6
(237,232,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #57343C color. Also use rgb(87,52,60) instead hex code.

Text Font Color

.myTextColor { color: #57343C; }

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

This text font color is #57343C.


Background Color

.myBgColor { background-color: #57343C; }

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

This div background color is #57343C.


Border color

.myBorderColor { border: 1px solid #57343C; }

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

This div border color is #57343C.


Opacity

.myOpacity80 { color: #57343C; opacity: 0.8; }

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

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

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

This text has shadow with #57343C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #57343C on black background.


Color preview on white background

This text has color #57343C on white background.



Black color preview on #57343C background

This text has black color on #57343C background.


White color preview on #57343C background

This text has white color on #57343C background.