COLOR #586260

HEX: #586260
RGB: (88,98,96)

Color info

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

RGB color model

#586260 color RGB value is (88,98,96).

  • red value is 88;
  • green value is 98;
  • blue value is 96.
RGB:
(88,98,96)
(35%,38%,38%)

RGB channels and saturation

R 88 of 255 = 35%
G 98 of 255 = 38%
B 96 of 255 = 38%

88
98
96

R + G + B ~ 37%. #586260 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
88 + 98 + 96 = 282 (100%)
R 88 of 282 ~ 31.21%
G 98 of 282 ~ 34.75%
B 96 of 282 ~ 34.04%

%31.21
%34.75
%34.04

CMYK color model

#586260 color CMYK value is (10,0,2,62).

  • cyan value is 10.20%
  • magenta value is 0.00%
  • yellow value is 2.04%
  • key color value is 61.57%
CMYK:
(10,0,2,62)
C10M0Y2K62 
(10%,0%,2%,62%)
(0.10/0.00/0.02/0.62)	

CMYK percentages

%10.2
%0
%2.04
%61.57

Codes

Color #586260 in popluar color models

586260
RGB889896
HSL168°5.38%36.47%
HSB/HSV168°10.20%38.43%
CMYK10.20%0.00%2.04%
61.57%

Color #586260 in popluar number systems.

HEX586260
Decimal889896
Binary101100011000101100000
Octal130142140

Shades and tints

Shades of #586260

#586260
(88,98,96)
#505A58
(80,90,88)
#485250
(72,82,80)
#404A48
(64,74,72)
#384240
(56,66,64)
#303A38
(48,58,56)
#283230
(40,50,48)
#202A28
(32,42,40)
#182220
(24,34,32)
#101A18
(16,26,24)
#081210
(8,18,16)
#000000
(0,0,0)

Tints of #586260

#586260
(88,98,96)
#67706E
(103,112,110)
#767E7C
(118,126,124)
#858C8A
(133,140,138)
#949A98
(148,154,152)
#A3A8A6
(163,168,166)
#B2B6B4
(178,182,180)
#C1C4C2
(193,196,194)
#D0D2D0
(208,210,208)
#DFE0DE
(223,224,222)
#EEEEEC
(238,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #586260 color. Also use rgb(88,98,96) instead hex code.

Text Font Color

.myTextColor { color: #586260; }

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

This text font color is #586260.


Background Color

.myBgColor { background-color: #586260; }

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

This div background color is #586260.


Border color

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

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

This div border color is #586260.


Opacity

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

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

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

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

This text has shadow with #586260 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #586260 on black background.


Color preview on white background

This text has color #586260 on white background.



Black color preview on #586260 background

This text has black color on #586260 background.


White color preview on #586260 background

This text has white color on #586260 background.