COLOR #58583C

HEX: #58583C RGB: (88,88,60)

Color info

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

RGB color model

#58583C color RGB value is (88,88,60).

RGB: (88,88,60) (35%, 35%, 24%)

RGB channels and saturation

R 88 of 255 = 35%
G 88 of 255 = 35%
B 60 of 255 = 24%

88
88
60

R + G + B ~ 31%. #58583C is quite dark color.

Portions of RGB colors in percentages

R + G + B = 88 + 88 + 60 = 236 (100%)
R 88 of 236 ~ 37.29%
G 88 of 236 ~ 37.29%
B 60 of 236 ~ 25.42'%

%37.29
%37.29
%25.42

CMYK color model

#58583C color CMYK value is (0,0,32,65).

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 31.82%
  • key color value is 65.49%
CMYK: (0,0,32,65) C0M0Y32K65 (0%,0%,32%,65%) (0.00/0.00/0.32/0.65) 

CMYK percentages

%0
%0
%31.82
%65.49

Codes

Color #58583C in popluar color models

58 58 3C
RGB 88 88 60
HSL 60° 18.92% 29.02%
HSB/HSV 60° 31.82% 34.51%
CMYK 0.00% 0.00% 31.82%
65.49%

Color #58583C in popluar number systems.

HEX 58 58 3C
Decimal 88 88 60
Binary 1011000 1011000 111100
Octal 130 130 74

Shades and tints

Shades of #58583C

#58583C
(88,88,60)
#505037
(80,80,55)
#484832
(72,72,50)
#40402D
(64,64,45)
#383828
(56,56,40)
#303023
(48,48,35)
#28281E
(40,40,30)
#202019
(32,32,25)
#181814
(24,24,20)
#10100F
(16,16,15)
#08080A
(8,8,10)
#000000
(0,0,0)

Tints of #58583C

#58583C
(88,88,60)
#67674D
(103,103,77)
#76765E
(118,118,94)
#85856F
(133,133,111)
#949480
(148,148,128)
#A3A391
(163,163,145)
#B2B2A2
(178,178,162)
#C1C1B3
(193,193,179)
#D0D0C4
(208,208,196)
#DFDFD5
(223,223,213)
#EEEEE6
(238,238,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #58583C; }

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

This text font color is #58583C.

Background Color

.myBgColor { background-color: #58583C; }

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

This div background color is #58583C.

Border color

.myBorderColor { border: 1px solid #58583C; }

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

This div border color is #58583C.

Opacity

.myOpacity80 { color: #58583C; opacity: 0.8; }

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

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

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

This text has shadow with #58583C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #58583C.

Preview

Color preview on black background

This text has color #58583C on black background.


Color preview on white background

This text has color #58583C on white background.


Black color preview on #58583C background

This text has black color on #58583C background.


White color preview on #58583C background

This text has white color on #58583C background.


Related colors

Complementary color

Complementary color for #hex is #A7A7C3.


I love getcolorcode.com