COLOR #57745A

HEX: #57745A RGB: (87,116,90)

Color info

#57745A contains red, green and blue colors in about the same proportion. Web safe color of #57745A is #666666 (or #666).

RGB color model

#57745A color RGB value is (87,116,90).

RGB: (87,116,90) (34%, 45%, 35%)

RGB channels and saturation

R 87 of 255 = 34%
G 116 of 255 = 45%
B 90 of 255 = 35%

87
116
90

R + G + B ~ 38%. #57745A is quite dark color.

Portions of RGB colors in percentages

R + G + B = 87 + 116 + 90 = 293 (100%)
R 87 of 293 ~ 29.69%
G 116 of 293 ~ 39.59%
B 90 of 293 ~ 30.72'%

%29.69
%39.59
%30.72

CMYK color model

#57745A color CMYK value is (25,0,22,55).

  • cyan value is 25.00%
  • magenta value is 0.00%
  • yellow value is 22.41%
  • key color value is 54.51%

CMYK: (25,0,22,55)
C25M0Y22K55 (25%, 0%, 22%, 55%)
(0.25 / 0.00 / 0.22 / 0.55)

CMYK percentages

%25
%0
%22.41
%54.51

Codes

Color #57745A in popluar color models

57 74 5A
RGB 87 116 90
HSL 126° 14.29% 39.80%
HSB/HSV 126° 25.00% 45.49%
CMYK 25.00% 0.00% 22.41%
54.51%

Color #57745A in popluar number systems.

HEX 57 74 5A
Decimal 87 116 90
Binary 1010111 1110100 1011010
Octal 127 164 132

Shades and tints

Shades of #57745A

#57745A
(87,116,90)
#506A52
(80,106,82)
#49604A
(73,96,74)
#425642
(66,86,66)
#3B4C3A
(59,76,58)
#344232
(52,66,50)
#2D382A
(45,56,42)
#262E22
(38,46,34)
#1F241A
(31,36,26)
#181A12
(24,26,18)
#11100A
(17,16,10)
#000000
(0,0,0)

Tints of #57745A

#57745A
(87,116,90)
#668069
(102,128,105)
#758C78
(117,140,120)
#849887
(132,152,135)
#93A496
(147,164,150)
#A2B0A5
(162,176,165)
#B1BCB4
(177,188,180)
#C0C8C3
(192,200,195)
#CFD4D2
(207,212,210)
#DEE0E1
(222,224,225)
#EDECF0
(237,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #57745A color. Also use rgb(87,116,90) instead hex code.

Text Font Color

.myTextColor { color: #57745A; }

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

This text font color is #57745A.

Background Color

.myBgColor { background-color: #57745A; }

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

This div background color is #57745A.

Border color

.myBorderColor { border: 1px solid #57745A; }

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

This div border color is #57745A.

Opacity

.myOpacity80 { color: #57745A; opacity: 0.8; }

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

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

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

This text has shadow with #57745A color.


.textShadow {text-shadow: 3px 3px 1px #57745A', 3px 3px 1px red;}

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

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


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

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

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

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #57745A; -webkit-box-shadow: 1px 1px 3px 2px #57745A; box-shadow:1px 1px 3px 2px #57745A;">
Div content here
</div>

This div box has shadow with color #57745A.

Preview

Color preview on black background

This text has color #57745A on black background.


Color preview on white background

This text has color #57745A on white background.


Black color preview on #57745A background

This text has black color on #57745A background.


White color preview on #57745A background

This text has white color on #57745A background.


Related colors

Complementary color

Complementary color for #hex is #A88BA5.


I love getcolorcode.com

Triadic colors

1 #5A5774 and #745A57 with #57745A are triadic colors.

2 #5A7457 and #74575A with #57745A are triadic colors.