COLOR #586765

HEX: #586765
RGB: (88,103,101)

Color info

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

RGB color model

#586765 color RGB value is (88,103,101).

  • red value is 88;
  • green value is 103;
  • blue value is 101.
RGB:
(88,103,101)
(35%,40%,40%)

RGB channels and saturation

R 88 of 255 = 35%
G 103 of 255 = 40%
B 101 of 255 = 40%

88
103
101

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

Portions of RGB colors in percentages

R + G + B =
88 + 103 + 101 = 292 (100%)
R 88 of 292 ~ 30.14%
G 103 of 292 ~ 35.27%
B 101 of 292 ~ 34.59%

%30.14
%35.27
%34.59

CMYK color model

#586765 color CMYK value is (15,0,2,60).

  • cyan value is 14.56%
  • magenta value is 0.00%
  • yellow value is 1.94%
  • key color value is 59.61%
CMYK:
(15,0,2,60)
C15M0Y2K60 
(15%,0%,2%,60%)
(0.15/0.00/0.02/0.60)	

CMYK percentages

%14.56
%0
%1.94
%59.61

Codes

Color #586765 in popluar color models

586765
RGB88103101
HSL172°7.85%37.45%
HSB/HSV172°14.56%40.39%
CMYK14.56%0.00%1.94%
59.61%

Color #586765 in popluar number systems.

HEX586765
Decimal88103101
Binary101100011001111100101
Octal130147145

Shades and tints

Shades of #586765

#586765
(88,103,101)
#505E5C
(80,94,92)
#485553
(72,85,83)
#404C4A
(64,76,74)
#384341
(56,67,65)
#303A38
(48,58,56)
#28312F
(40,49,47)
#202826
(32,40,38)
#181F1D
(24,31,29)
#101614
(16,22,20)
#080D0B
(8,13,11)
#000000
(0,0,0)

Tints of #586765

#586765
(88,103,101)
#677473
(103,116,115)
#768181
(118,129,129)
#858E8F
(133,142,143)
#949B9D
(148,155,157)
#A3A8AB
(163,168,171)
#B2B5B9
(178,181,185)
#C1C2C7
(193,194,199)
#D0CFD5
(208,207,213)
#DFDCE3
(223,220,227)
#EEE9F1
(238,233,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #586765 color. Also use rgb(88,103,101) instead hex code.

Text Font Color

.myTextColor { color: #586765; }

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

This text font color is #586765.


Background Color

.myBgColor { background-color: #586765; }

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

This div background color is #586765.


Border color

.myBorderColor { border: 1px solid #586765; }

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

This div border color is #586765.


Opacity

.myOpacity80 { color: #586765; opacity: 0.8; }

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

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

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

This text has shadow with #586765 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #586765 on black background.


Color preview on white background

This text has color #586765 on white background.



Black color preview on #586765 background

This text has black color on #586765 background.


White color preview on #586765 background

This text has white color on #586765 background.