COLOR #586758

HEX: #586758
RGB: (88,103,88)

Color info

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

RGB color model

#586758 color RGB value is (88,103,88).

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

RGB channels and saturation

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

88
103
88

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

Portions of RGB colors in percentages

R + G + B =
88 + 103 + 88 = 279 (100%)
R 88 of 279 ~ 31.54%
G 103 of 279 ~ 36.92%
B 88 of 279 ~ 31.54%

%31.54
%36.92
%31.54

CMYK color model

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

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

CMYK percentages

%14.56
%0
%14.56
%59.61

Codes

Color #586758 in popluar color models

586758
RGB8810388
HSL120°7.85%37.45%
HSB/HSV120°14.56%40.39%
CMYK14.56%0.00%14.56%
59.61%

Color #586758 in popluar number systems.

HEX586758
Decimal8810388
Binary101100011001111011000
Octal130147130

Shades and tints

Shades of #586758

#586758
(88,103,88)
#505E50
(80,94,80)
#485548
(72,85,72)
#404C40
(64,76,64)
#384338
(56,67,56)
#303A30
(48,58,48)
#283128
(40,49,40)
#202820
(32,40,32)
#181F18
(24,31,24)
#101610
(16,22,16)
#080D08
(8,13,8)
#000000
(0,0,0)

Tints of #586758

#586758
(88,103,88)
#677467
(103,116,103)
#768176
(118,129,118)
#858E85
(133,142,133)
#949B94
(148,155,148)
#A3A8A3
(163,168,163)
#B2B5B2
(178,181,178)
#C1C2C1
(193,194,193)
#D0CFD0
(208,207,208)
#DFDCDF
(223,220,223)
#EEE9EE
(238,233,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #586758; }

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

This text font color is #586758.


Background Color

.myBgColor { background-color: #586758; }

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

This div background color is #586758.


Border color

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

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

This div border color is #586758.


Opacity

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

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

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

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

This text has shadow with #586758 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #586758 on black background.


Color preview on white background

This text has color #586758 on white background.



Black color preview on #586758 background

This text has black color on #586758 background.


White color preview on #586758 background

This text has white color on #586758 background.