COLOR #58624B

HEX: #58624B
RGB: (88,98,75)

Color info

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

RGB color model

#58624B color RGB value is (88,98,75).

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

RGB channels and saturation

R 88 of 255 = 35%
G 98 of 255 = 38%
B 75 of 255 = 29%

88
98
75

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

Portions of RGB colors in percentages

R + G + B =
88 + 98 + 75 = 261 (100%)
R 88 of 261 ~ 33.72%
G 98 of 261 ~ 37.55%
B 75 of 261 ~ 28.74%

%33.72
%37.55
%28.74

CMYK color model

#58624B color CMYK value is (10,0,23,62).

  • cyan value is 10.20%
  • magenta value is 0.00%
  • yellow value is 23.47%
  • key color value is 61.57%
CMYK:
(10,0,23,62)
C10M0Y23K62 
(10%,0%,23%,62%)
(0.10/0.00/0.23/0.62)	

CMYK percentages

%10.2
%0
%23.47
%61.57

Codes

Color #58624B in popluar color models

58624B
RGB889875
HSL86°13.29%33.92%
HSB/HSV86°23.47%38.43%
CMYK10.20%0.00%23.47%
61.57%

Color #58624B in popluar number systems.

HEX58624B
Decimal889875
Binary101100011000101001011
Octal130142113

Shades and tints

Shades of #58624B

#58624B
(88,98,75)
#505A45
(80,90,69)
#48523F
(72,82,63)
#404A39
(64,74,57)
#384233
(56,66,51)
#303A2D
(48,58,45)
#283227
(40,50,39)
#202A21
(32,42,33)
#18221B
(24,34,27)
#101A15
(16,26,21)
#08120F
(8,18,15)
#000000
(0,0,0)

Tints of #58624B

#58624B
(88,98,75)
#67705B
(103,112,91)
#767E6B
(118,126,107)
#858C7B
(133,140,123)
#949A8B
(148,154,139)
#A3A89B
(163,168,155)
#B2B6AB
(178,182,171)
#C1C4BB
(193,196,187)
#D0D2CB
(208,210,203)
#DFE0DB
(223,224,219)
#EEEEEB
(238,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #58624B color. Also use rgb(88,98,75) instead hex code.

Text Font Color

.myTextColor { color: #58624B; }

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

This text font color is #58624B.


Background Color

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

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

This div background color is #58624B.


Border color

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

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

This div border color is #58624B.


Opacity

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

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

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

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

This text has shadow with #58624B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #58624B on black background.


Color preview on white background

This text has color #58624B on white background.



Black color preview on #58624B background

This text has black color on #58624B background.


White color preview on #58624B background

This text has white color on #58624B background.