COLOR #585701

HEX: #585701 RGB: (88,87,1)

Color info

#585701 contains mainly red and green colors. Web safe color of #585701 is #666600 (or #660).

RGB color model

#585701 color RGB value is (88,87,1).

RGB: (88,87,1) (35%, 34%, 0%)

RGB channels and saturation

R 88 of 255 = 35%
G 87 of 255 = 34%
B 1 of 255 = 0%

88
87
1

R + G + B ~ 23%. #585701 is dark color.

Portions of RGB colors in percentages

R + G + B = 88 + 87 + 1 = 176 (100%)
R 88 of 176 ~ 50%
G 87 of 176 ~ 49.43%
B 1 of 176 ~ 0.57'%

%50
%49.43

CMYK color model

#585701 color CMYK value is (0,1,99,65).

  • cyan value is 0.00%
  • magenta value is 1.14%
  • yellow value is 98.86%
  • key color value is 65.49%

CMYK: (0,1,99,65)
C0M1Y99K65 (0%, 1%, 99%, 65%)
(0.00 / 0.01 / 0.99 / 0.65)

CMYK percentages

%0
%1.14
%98.86
%65.49

Codes

Color #585701 in popluar color models

58 57 01
RGB 88 87 1
HSL 59° 97.75% 17.45%
HSB/HSV 59° 98.86% 34.51%
CMYK 0.00% 1.14% 98.86%
65.49%

Color #585701 in popluar number systems.

HEX 58 57 01
Decimal 88 87 1
Binary 1011000 1010111 1
Octal 130 127 1

Shades and tints

Shades of #585701

#585701
(88,87,1)
#505001
(80,80,1)
#484901
(72,73,1)
#404201
(64,66,1)
#383B01
(56,59,1)
#303401
(48,52,1)
#282D01
(40,45,1)
#202601
(32,38,1)
#181F01
(24,31,1)
#101801
(16,24,1)
#081101
(8,17,1)
#000000
(0,0,0)

Tints of #585701

#585701
(88,87,1)
#676618
(103,102,24)
#76752F
(118,117,47)
#858446
(133,132,70)
#94935D
(148,147,93)
#A3A274
(163,162,116)
#B2B18B
(178,177,139)
#C1C0A2
(193,192,162)
#D0CFB9
(208,207,185)
#DFDED0
(223,222,208)
#EEEDE7
(238,237,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #585701; }

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

This text font color is #585701.

Background Color

.myBgColor { background-color: #585701; }

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

This div background color is #585701.

Border color

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

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

This div border color is #585701.

Opacity

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

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

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

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

This text has shadow with #585701 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #585701.

Preview

Color preview on black background

This text has color #585701 on black background.


Color preview on white background

This text has color #585701 on white background.


Black color preview on #585701 background

This text has black color on #585701 background.


White color preview on #585701 background

This text has white color on #585701 background.


Related colors

Complementary color

Complementary color for #hex is #A7A8FE.


I love getcolorcode.com

Triadic colors

1 #015857 and #570158 with #585701 are triadic colors.

2 #015758 and #575801 with #585701 are triadic colors.