COLOR #586255

HEX: #586255
RGB: (88,98,85)

Color info

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

RGB color model

#586255 color RGB value is (88,98,85).

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

RGB channels and saturation

R 88 of 255 = 35%
G 98 of 255 = 38%
B 85 of 255 = 33%

88
98
85

R + G + B ~ 35%. #586255 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
88 + 98 + 85 = 271 (100%)
R 88 of 271 ~ 32.47%
G 98 of 271 ~ 36.16%
B 85 of 271 ~ 31.37%

%32.47
%36.16
%31.37

CMYK color model

#586255 color CMYK value is (10,0,13,62).

  • cyan value is 10.20%
  • magenta value is 0.00%
  • yellow value is 13.27%
  • key color value is 61.57%
CMYK:
(10,0,13,62)
C10M0Y13K62 
(10%,0%,13%,62%)
(0.10/0.00/0.13/0.62)	

CMYK percentages

%10.2
%0
%13.27
%61.57

Codes

Color #586255 in popluar color models

586255
RGB889885
HSL106°7.10%35.88%
HSB/HSV106°13.27%38.43%
CMYK10.20%0.00%13.27%
61.57%

Color #586255 in popluar number systems.

HEX586255
Decimal889885
Binary101100011000101010101
Octal130142125

Shades and tints

Shades of #586255

#586255
(88,98,85)
#505A4E
(80,90,78)
#485247
(72,82,71)
#404A40
(64,74,64)
#384239
(56,66,57)
#303A32
(48,58,50)
#28322B
(40,50,43)
#202A24
(32,42,36)
#18221D
(24,34,29)
#101A16
(16,26,22)
#08120F
(8,18,15)
#000000
(0,0,0)

Tints of #586255

#586255
(88,98,85)
#677064
(103,112,100)
#767E73
(118,126,115)
#858C82
(133,140,130)
#949A91
(148,154,145)
#A3A8A0
(163,168,160)
#B2B6AF
(178,182,175)
#C1C4BE
(193,196,190)
#D0D2CD
(208,210,205)
#DFE0DC
(223,224,220)
#EEEEEB
(238,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #586255; }

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

This text font color is #586255.


Background Color

.myBgColor { background-color: #586255; }

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

This div background color is #586255.


Border color

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

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

This div border color is #586255.


Opacity

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

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

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

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

This text has shadow with #586255 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #586255 on black background.


Color preview on white background

This text has color #586255 on white background.



Black color preview on #586255 background

This text has black color on #586255 background.


White color preview on #586255 background

This text has white color on #586255 background.