COLOR #586645

HEX: #586645 RGB: (88,102,69)

Color info

#586645 contains red, green and blue colors in about the same proportion. Web safe color of #586645 is #666633 (or #663).

RGB color model

#586645 color RGB value is (88,102,69).

RGB: (88,102,69) (35%, 40%, 27%)

RGB channels and saturation

R 88 of 255 = 35%
G 102 of 255 = 40%
B 69 of 255 = 27%

88
102
69

R + G + B ~ 34%. #586645 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 88 + 102 + 69 = 259 (100%)
R 88 of 259 ~ 33.98%
G 102 of 259 ~ 39.38%
B 69 of 259 ~ 26.64'%

%33.98
%39.38
%26.64

CMYK color model

#586645 color CMYK value is (14,0,32,60).

  • cyan value is 13.73%
  • magenta value is 0.00%
  • yellow value is 32.35%
  • key color value is 60.00%

CMYK: (14,0,32,60)
C14M0Y32K60 (14%, 0%, 32%, 60%)
(0.14 / 0.00 / 0.32 / 0.60)

CMYK percentages

%13.73
%0
%32.35
%60

Codes

Color #586645 in popluar color models

58 66 45
RGB 88 102 69
HSL 85° 19.30% 33.53%
HSB/HSV 85° 32.35% 40.00%
CMYK 13.73% 0.00% 32.35%
60.00%

Color #586645 in popluar number systems.

HEX 58 66 45
Decimal 88 102 69
Binary 1011000 1100110 1000101
Octal 130 146 105

Shades and tints

Shades of #586645

#586645
(88,102,69)
#505D3F
(80,93,63)
#485439
(72,84,57)
#404B33
(64,75,51)
#38422D
(56,66,45)
#303927
(48,57,39)
#283021
(40,48,33)
#20271B
(32,39,27)
#181E15
(24,30,21)
#10150F
(16,21,15)
#080C09
(8,12,9)
#000000
(0,0,0)

Tints of #586645

#586645
(88,102,69)
#677355
(103,115,85)
#768065
(118,128,101)
#858D75
(133,141,117)
#949A85
(148,154,133)
#A3A795
(163,167,149)
#B2B4A5
(178,180,165)
#C1C1B5
(193,193,181)
#D0CEC5
(208,206,197)
#DFDBD5
(223,219,213)
#EEE8E5
(238,232,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #586645; }

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

This text font color is #586645.

Background Color

.myBgColor { background-color: #586645; }

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

This div background color is #586645.

Border color

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

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

This div border color is #586645.

Opacity

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

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

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

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

This text has shadow with #586645 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #586645.

Preview

Color preview on black background

This text has color #586645 on black background.


Color preview on white background

This text has color #586645 on white background.


Black color preview on #586645 background

This text has black color on #586645 background.


White color preview on #586645 background

This text has white color on #586645 background.


Related colors

Complementary color

Complementary color for #hex is #A799BA.


I love getcolorcode.com

Triadic colors

1 #455866 and #664558 with #586645 are triadic colors.

2 #456658 and #665845 with #586645 are triadic colors.