COLOR #57654B

HEX: #57654B
RGB: (87,101,75)

Color info

#57654B contains red, green and blue colors in about the same proportion. Web safe color of #57654B is #666633 (or #663).

RGB color model

#57654B color RGB value is (87,101,75).

  • red value is 87;
  • green value is 101;
  • blue value is 75.
RGB:
(87,101,75)
(34%,40%,29%)

RGB channels and saturation

R 87 of 255 = 34%
G 101 of 255 = 40%
B 75 of 255 = 29%

87
101
75

R + G + B ~ 34%. #57654B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
87 + 101 + 75 = 263 (100%)
R 87 of 263 ~ 33.08%
G 101 of 263 ~ 38.4%
B 75 of 263 ~ 28.52%

%33.08
%38.4
%28.52

CMYK color model

#57654B color CMYK value is (14,0,26,60).

  • cyan value is 13.86%
  • magenta value is 0.00%
  • yellow value is 25.74%
  • key color value is 60.39%
CMYK:
(14,0,26,60)
C14M0Y26K60 
(14%,0%,26%,60%)
(0.14/0.00/0.26/0.60)	

CMYK percentages

%13.86
%0
%25.74
%60.39

Codes

Color #57654B in popluar color models

57654B
RGB8710175
HSL92°14.77%34.51%
HSB/HSV92°25.74%39.61%
CMYK13.86%0.00%25.74%
60.39%

Color #57654B in popluar number systems.

HEX57654B
Decimal8710175
Binary101011111001011001011
Octal127145113

Shades and tints

Shades of #57654B

#57654B
(87,101,75)
#505C45
(80,92,69)
#49533F
(73,83,63)
#424A39
(66,74,57)
#3B4133
(59,65,51)
#34382D
(52,56,45)
#2D2F27
(45,47,39)
#262621
(38,38,33)
#1F1D1B
(31,29,27)
#181415
(24,20,21)
#110B0F
(17,11,15)
#000000
(0,0,0)

Tints of #57654B

#57654B
(87,101,75)
#66735B
(102,115,91)
#75816B
(117,129,107)
#848F7B
(132,143,123)
#939D8B
(147,157,139)
#A2AB9B
(162,171,155)
#B1B9AB
(177,185,171)
#C0C7BB
(192,199,187)
#CFD5CB
(207,213,203)
#DEE3DB
(222,227,219)
#EDF1EB
(237,241,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #57654B color. Also use rgb(87,101,75) instead hex code.

Text Font Color

.myTextColor { color: #57654B; }

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

This text font color is #57654B.


Background Color

.myBgColor { background-color: #57654B; }

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

This div background color is #57654B.


Border color

.myBorderColor { border: 1px solid #57654B; }

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

This div border color is #57654B.


Opacity

.myOpacity80 { color: #57654B; opacity: 0.8; }

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

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

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

This text has shadow with #57654B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #57654B on black background.


Color preview on white background

This text has color #57654B on white background.



Black color preview on #57654B background

This text has black color on #57654B background.


White color preview on #57654B background

This text has white color on #57654B background.