COLOR #58536B

HEX: #58536B
RGB: (88,83,107)

Color info

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

RGB color model

#58536B color RGB value is (88,83,107).

  • red value is 88;
  • green value is 83;
  • blue value is 107.
RGB:
(88,83,107)
(35%,33%,42%)

RGB channels and saturation

R 88 of 255 = 35%
G 83 of 255 = 33%
B 107 of 255 = 42%

88
83
107

R + G + B ~ 37%. #58536B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
88 + 83 + 107 = 278 (100%)
R 88 of 278 ~ 31.65%
G 83 of 278 ~ 29.86%
B 107 of 278 ~ 38.49%

%31.65
%29.86
%38.49

CMYK color model

#58536B color CMYK value is (18,22,0,58).

  • cyan value is 17.76%
  • magenta value is 22.43%
  • yellow value is 0.00%
  • key color value is 58.04%
CMYK:
(18,22,0,58)
C18M22Y0K58 
(18%,22%,0%,58%)
(0.18/0.22/0.00/0.58)	

CMYK percentages

%17.76
%22.43
%0
%58.04

Codes

Color #58536B in popluar color models

58536B
RGB8883107
HSL253°12.63%37.25%
HSB/HSV253°22.43%41.96%
CMYK17.76%22.43%0.00%
58.04%

Color #58536B in popluar number systems.

HEX58536B
Decimal8883107
Binary101100010100111101011
Octal130123153

Shades and tints

Shades of #58536B

#58536B
(88,83,107)
#504C62
(80,76,98)
#484559
(72,69,89)
#403E50
(64,62,80)
#383747
(56,55,71)
#30303E
(48,48,62)
#282935
(40,41,53)
#20222C
(32,34,44)
#181B23
(24,27,35)
#10141A
(16,20,26)
#080D11
(8,13,17)
#000000
(0,0,0)

Tints of #58536B

#58536B
(88,83,107)
#676278
(103,98,120)
#767185
(118,113,133)
#858092
(133,128,146)
#948F9F
(148,143,159)
#A39EAC
(163,158,172)
#B2ADB9
(178,173,185)
#C1BCC6
(193,188,198)
#D0CBD3
(208,203,211)
#DFDAE0
(223,218,224)
#EEE9ED
(238,233,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #58536B color. Also use rgb(88,83,107) instead hex code.

Text Font Color

.myTextColor { color: #58536B; }

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

This text font color is #58536B.


Background Color

.myBgColor { background-color: #58536B; }

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

This div background color is #58536B.


Border color

.myBorderColor { border: 1px solid #58536B; }

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

This div border color is #58536B.


Opacity

.myOpacity80 { color: #58536B; opacity: 0.8; }

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

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

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

This text has shadow with #58536B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #58536B on black background.


Color preview on white background

This text has color #58536B on white background.



Black color preview on #58536B background

This text has black color on #58536B background.


White color preview on #58536B background

This text has white color on #58536B background.