COLOR #586165

HEX: #586165
RGB: (88,97,101)

Color info

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

RGB color model

#586165 color RGB value is (88,97,101).

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

RGB channels and saturation

R 88 of 255 = 35%
G 97 of 255 = 38%
B 101 of 255 = 40%

88
97
101

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

Portions of RGB colors in percentages

R + G + B =
88 + 97 + 101 = 286 (100%)
R 88 of 286 ~ 30.77%
G 97 of 286 ~ 33.92%
B 101 of 286 ~ 35.31%

%30.77
%33.92
%35.31

CMYK color model

#586165 color CMYK value is (13,4,0,60).

  • cyan value is 12.87%
  • magenta value is 3.96%
  • yellow value is 0.00%
  • key color value is 60.39%
CMYK:
(13,4,0,60)
C13M4Y0K60 
(13%,4%,0%,60%)
(0.13/0.04/0.00/0.60)	

CMYK percentages

%12.87
%3.96
%0
%60.39

Codes

Color #586165 in popluar color models

586165
RGB8897101
HSL198°6.88%37.06%
HSB/HSV198°12.87%39.61%
CMYK12.87%3.96%0.00%
60.39%

Color #586165 in popluar number systems.

HEX586165
Decimal8897101
Binary101100011000011100101
Octal130141145

Shades and tints

Shades of #586165

#586165
(88,97,101)
#50595C
(80,89,92)
#485153
(72,81,83)
#40494A
(64,73,74)
#384141
(56,65,65)
#303938
(48,57,56)
#28312F
(40,49,47)
#202926
(32,41,38)
#18211D
(24,33,29)
#101914
(16,25,20)
#08110B
(8,17,11)
#000000
(0,0,0)

Tints of #586165

#586165
(88,97,101)
#676F73
(103,111,115)
#767D81
(118,125,129)
#858B8F
(133,139,143)
#94999D
(148,153,157)
#A3A7AB
(163,167,171)
#B2B5B9
(178,181,185)
#C1C3C7
(193,195,199)
#D0D1D5
(208,209,213)
#DFDFE3
(223,223,227)
#EEEDF1
(238,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #586165; }

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

This text font color is #586165.


Background Color

.myBgColor { background-color: #586165; }

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

This div background color is #586165.


Border color

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

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

This div border color is #586165.


Opacity

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

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

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

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

This text has shadow with #586165 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #586165 on black background.


Color preview on white background

This text has color #586165 on white background.



Black color preview on #586165 background

This text has black color on #586165 background.


White color preview on #586165 background

This text has white color on #586165 background.