COLOR #586B78

HEX: #586B78
RGB: (88,107,120)

Color info

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

RGB color model

#586B78 color RGB value is (88,107,120).

  • red value is 88;
  • green value is 107;
  • blue value is 120.
RGB:
(88,107,120)
(35%,42%,47%)

RGB channels and saturation

R 88 of 255 = 35%
G 107 of 255 = 42%
B 120 of 255 = 47%

88
107
120

R + G + B ~ 41%. #586B78 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
88 + 107 + 120 = 315 (100%)
R 88 of 315 ~ 27.94%
G 107 of 315 ~ 33.97%
B 120 of 315 ~ 38.1%

%27.94
%33.97
%38.1

CMYK color model

#586B78 color CMYK value is (27,11,0,53).

  • cyan value is 26.67%
  • magenta value is 10.83%
  • yellow value is 0.00%
  • key color value is 52.94%
CMYK:
(27,11,0,53)
C27M11Y0K53 
(27%,11%,0%,53%)
(0.27/0.11/0.00/0.53)	

CMYK percentages

%26.67
%10.83
%0
%52.94

Codes

Color #586B78 in popluar color models

586B78
RGB88107120
HSL204°15.38%40.78%
HSB/HSV204°26.67%47.06%
CMYK26.67%10.83%0.00%
52.94%

Color #586B78 in popluar number systems.

HEX586B78
Decimal88107120
Binary101100011010111111000
Octal130153170

Shades and tints

Shades of #586B78

#586B78
(88,107,120)
#50626E
(80,98,110)
#485964
(72,89,100)
#40505A
(64,80,90)
#384750
(56,71,80)
#303E46
(48,62,70)
#28353C
(40,53,60)
#202C32
(32,44,50)
#182328
(24,35,40)
#101A1E
(16,26,30)
#081114
(8,17,20)
#000000
(0,0,0)

Tints of #586B78

#586B78
(88,107,120)
#677884
(103,120,132)
#768590
(118,133,144)
#85929C
(133,146,156)
#949FA8
(148,159,168)
#A3ACB4
(163,172,180)
#B2B9C0
(178,185,192)
#C1C6CC
(193,198,204)
#D0D3D8
(208,211,216)
#DFE0E4
(223,224,228)
#EEEDF0
(238,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #586B78 color. Also use rgb(88,107,120) instead hex code.

Text Font Color

.myTextColor { color: #586B78; }

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

This text font color is #586B78.


Background Color

.myBgColor { background-color: #586B78; }

<div style="background-color:#586B78">Inner text</div>

This div background color is #586B78.


Border color

.myBorderColor { border: 1px solid #586B78; }

<div style="border:3px solid #586B78">Div</div>

This div border color is #586B78.


Opacity

.myOpacity80 { color: #586B78; opacity: 0.8; }

<p style="color:#586B78;opacity:0.8;">80%</p>

Text with #586B78 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 #586B78;}

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

This text has shadow with #586B78 color.

.textShadow {text-shadow: 3px 3px 1px #586B78, 3px 3px 1px red;}

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

This text has shadow with #586B78 primary color and red secondary color.


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

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

This text has shadow with #586B78 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #586B78 on black background.


Color preview on white background

This text has color #586B78 on white background.



Black color preview on #586B78 background

This text has black color on #586B78 background.


White color preview on #586B78 background

This text has white color on #586B78 background.