COLOR #586969

HEX: #586969
RGB: (88,105,105)

Color info

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

RGB color model

#586969 color RGB value is (88,105,105).

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

RGB channels and saturation

R 88 of 255 = 35%
G 105 of 255 = 41%
B 105 of 255 = 41%

88
105
105

R + G + B ~ 39%. #586969 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
88 + 105 + 105 = 298 (100%)
R 88 of 298 ~ 29.53%
G 105 of 298 ~ 35.23%
B 105 of 298 ~ 35.23%

%29.53
%35.23
%35.23

CMYK color model

#586969 color CMYK value is (16,0,0,59).

  • cyan value is 16.19%
  • magenta value is 0.00%
  • yellow value is 0.00%
  • key color value is 58.82%
CMYK:
(16,0,0,59)
C16M0Y0K59 
(16%,0%,0%,59%)
(0.16/0.00/0.00/0.59)	

CMYK percentages

%16.19
%0
%0
%58.82

Codes

Color #586969 in popluar color models

586969
RGB88105105
HSL180°8.81%37.84%
HSB/HSV180°16.19%41.18%
CMYK16.19%0.00%0.00%
58.82%

Color #586969 in popluar number systems.

HEX586969
Decimal88105105
Binary101100011010011101001
Octal130151151

Shades and tints

Shades of #586969

#586969
(88,105,105)
#506060
(80,96,96)
#485757
(72,87,87)
#404E4E
(64,78,78)
#384545
(56,69,69)
#303C3C
(48,60,60)
#283333
(40,51,51)
#202A2A
(32,42,42)
#182121
(24,33,33)
#101818
(16,24,24)
#080F0F
(8,15,15)
#000000
(0,0,0)

Tints of #586969

#586969
(88,105,105)
#677676
(103,118,118)
#768383
(118,131,131)
#859090
(133,144,144)
#949D9D
(148,157,157)
#A3AAAA
(163,170,170)
#B2B7B7
(178,183,183)
#C1C4C4
(193,196,196)
#D0D1D1
(208,209,209)
#DFDEDE
(223,222,222)
#EEEBEB
(238,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #586969; }

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

This text font color is #586969.


Background Color

.myBgColor { background-color: #586969; }

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

This div background color is #586969.


Border color

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

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

This div border color is #586969.


Opacity

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

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

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

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

This text has shadow with #586969 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #586969 on black background.


Color preview on white background

This text has color #586969 on white background.



Black color preview on #586969 background

This text has black color on #586969 background.


White color preview on #586969 background

This text has white color on #586969 background.