COLOR #56768C

HEX: #56768C
RGB: (86,118,140)

Color info

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

RGB color model

#56768C color RGB value is (86,118,140).

  • red value is 86;
  • green value is 118;
  • blue value is 140.
RGB:
(86,118,140)
(34%,46%,55%)

RGB channels and saturation

R 86 of 255 = 34%
G 118 of 255 = 46%
B 140 of 255 = 55%

86
118
140

R + G + B ~ 45%. #56768C is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
86 + 118 + 140 = 344 (100%)
R 86 of 344 ~ 25%
G 118 of 344 ~ 34.3%
B 140 of 344 ~ 40.7%

%25
%34.3
%40.7

CMYK color model

#56768C color CMYK value is (39,16,0,45).

  • cyan value is 38.57%
  • magenta value is 15.71%
  • yellow value is 0.00%
  • key color value is 45.10%
CMYK:
(39,16,0,45)
C39M16Y0K45 
(39%,16%,0%,45%)
(0.39/0.16/0.00/0.45)	

CMYK percentages

%38.57
%15.71
%0
%45.1

Codes

Color #56768C in popluar color models

56768C
RGB86118140
HSL204°23.89%44.31%
HSB/HSV204°38.57%54.90%
CMYK38.57%15.71%0.00%
45.10%

Color #56768C in popluar number systems.

HEX56768C
Decimal86118140
Binary1010110111011010001100
Octal126166214

Shades and tints

Shades of #56768C

#56768C
(86,118,140)
#4F6C80
(79,108,128)
#486274
(72,98,116)
#415868
(65,88,104)
#3A4E5C
(58,78,92)
#334450
(51,68,80)
#2C3A44
(44,58,68)
#253038
(37,48,56)
#1E262C
(30,38,44)
#171C20
(23,28,32)
#101214
(16,18,20)
#000000
(0,0,0)

Tints of #56768C

#56768C
(86,118,140)
#658296
(101,130,150)
#748EA0
(116,142,160)
#839AAA
(131,154,170)
#92A6B4
(146,166,180)
#A1B2BE
(161,178,190)
#B0BEC8
(176,190,200)
#BFCAD2
(191,202,210)
#CED6DC
(206,214,220)
#DDE2E6
(221,226,230)
#ECEEF0
(236,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #56768C color. Also use rgb(86,118,140) instead hex code.

Text Font Color

.myTextColor { color: #56768C; }

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

This text font color is #56768C.


Background Color

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

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

This div background color is #56768C.


Border color

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

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

This div border color is #56768C.


Opacity

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

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

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

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

This text has shadow with #56768C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #56768C on black background.


Color preview on white background

This text has color #56768C on white background.



Black color preview on #56768C background

This text has black color on #56768C background.


White color preview on #56768C background

This text has white color on #56768C background.