COLOR #586E4B

HEX: #586E4B
RGB: (88,110,75)

Color info

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

RGB color model

#586E4B color RGB value is (88,110,75).

  • red value is 88;
  • green value is 110;
  • blue value is 75.
RGB:
(88,110,75)
(35%,43%,29%)

RGB channels and saturation

R 88 of 255 = 35%
G 110 of 255 = 43%
B 75 of 255 = 29%

88
110
75

R + G + B ~ 36%. #586E4B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
88 + 110 + 75 = 273 (100%)
R 88 of 273 ~ 32.23%
G 110 of 273 ~ 40.29%
B 75 of 273 ~ 27.47%

%32.23
%40.29
%27.47

CMYK color model

#586E4B color CMYK value is (20,0,32,57).

  • cyan value is 20.00%
  • magenta value is 0.00%
  • yellow value is 31.82%
  • key color value is 56.86%
CMYK:
(20,0,32,57)
C20M0Y32K57 
(20%,0%,32%,57%)
(0.20/0.00/0.32/0.57)	

CMYK percentages

%20
%0
%31.82
%56.86

Codes

Color #586E4B in popluar color models

586E4B
RGB8811075
HSL98°18.92%36.27%
HSB/HSV98°31.82%43.14%
CMYK20.00%0.00%31.82%
56.86%

Color #586E4B in popluar number systems.

HEX586E4B
Decimal8811075
Binary101100011011101001011
Octal130156113

Shades and tints

Shades of #586E4B

#586E4B
(88,110,75)
#506445
(80,100,69)
#485A3F
(72,90,63)
#405039
(64,80,57)
#384633
(56,70,51)
#303C2D
(48,60,45)
#283227
(40,50,39)
#202821
(32,40,33)
#181E1B
(24,30,27)
#101415
(16,20,21)
#080A0F
(8,10,15)
#000000
(0,0,0)

Tints of #586E4B

#586E4B
(88,110,75)
#677B5B
(103,123,91)
#76886B
(118,136,107)
#85957B
(133,149,123)
#94A28B
(148,162,139)
#A3AF9B
(163,175,155)
#B2BCAB
(178,188,171)
#C1C9BB
(193,201,187)
#D0D6CB
(208,214,203)
#DFE3DB
(223,227,219)
#EEF0EB
(238,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #586E4B color. Also use rgb(88,110,75) instead hex code.

Text Font Color

.myTextColor { color: #586E4B; }

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

This text font color is #586E4B.


Background Color

.myBgColor { background-color: #586E4B; }

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

This div background color is #586E4B.


Border color

.myBorderColor { border: 1px solid #586E4B; }

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

This div border color is #586E4B.


Opacity

.myOpacity80 { color: #586E4B; opacity: 0.8; }

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

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

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

This text has shadow with #586E4B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #586E4B on black background.


Color preview on white background

This text has color #586E4B on white background.



Black color preview on #586E4B background

This text has black color on #586E4B background.


White color preview on #586E4B background

This text has white color on #586E4B background.