COLOR #57678A

HEX: #57678A
RGB: (87,103,138)

Color info

#57678A contains red, green and blue colors in about the same proportion. Web safe color of #57678A is #666699 (or #669).

RGB color model

#57678A color RGB value is (87,103,138).

  • red value is 87;
  • green value is 103;
  • blue value is 138.
RGB:
(87,103,138)
(34%,40%,54%)

RGB channels and saturation

R 87 of 255 = 34%
G 103 of 255 = 40%
B 138 of 255 = 54%

87
103
138

R + G + B ~ 43%. #57678A is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
87 + 103 + 138 = 328 (100%)
R 87 of 328 ~ 26.52%
G 103 of 328 ~ 31.4%
B 138 of 328 ~ 42.07%

%26.52
%31.4
%42.07

CMYK color model

#57678A color CMYK value is (37,25,0,46).

  • cyan value is 36.96%
  • magenta value is 25.36%
  • yellow value is 0.00%
  • key color value is 45.88%
CMYK:
(37,25,0,46)
C37M25Y0K46 
(37%,25%,0%,46%)
(0.37/0.25/0.00/0.46)	

CMYK percentages

%36.96
%25.36
%0
%45.88

Codes

Color #57678A in popluar color models

57678A
RGB87103138
HSL221°22.67%44.12%
HSB/HSV221°36.96%54.12%
CMYK36.96%25.36%0.00%
45.88%

Color #57678A in popluar number systems.

HEX57678A
Decimal87103138
Binary1010111110011110001010
Octal127147212

Shades and tints

Shades of #57678A

#57678A
(87,103,138)
#505E7E
(80,94,126)
#495572
(73,85,114)
#424C66
(66,76,102)
#3B435A
(59,67,90)
#343A4E
(52,58,78)
#2D3142
(45,49,66)
#262836
(38,40,54)
#1F1F2A
(31,31,42)
#18161E
(24,22,30)
#110D12
(17,13,18)
#000000
(0,0,0)

Tints of #57678A

#57678A
(87,103,138)
#667494
(102,116,148)
#75819E
(117,129,158)
#848EA8
(132,142,168)
#939BB2
(147,155,178)
#A2A8BC
(162,168,188)
#B1B5C6
(177,181,198)
#C0C2D0
(192,194,208)
#CFCFDA
(207,207,218)
#DEDCE4
(222,220,228)
#EDE9EE
(237,233,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #57678A color. Also use rgb(87,103,138) instead hex code.

Text Font Color

.myTextColor { color: #57678A; }

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

This text font color is #57678A.


Background Color

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

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

This div background color is #57678A.


Border color

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

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

This div border color is #57678A.


Opacity

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

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

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

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

This text has shadow with #57678A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #57678A on black background.


Color preview on white background

This text has color #57678A on white background.



Black color preview on #57678A background

This text has black color on #57678A background.


White color preview on #57678A background

This text has white color on #57678A background.