COLOR #58625D

HEX: #58625D
RGB: (88,98,93)

Color info

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

RGB color model

#58625D color RGB value is (88,98,93).

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

RGB channels and saturation

R 88 of 255 = 35%
G 98 of 255 = 38%
B 93 of 255 = 36%

88
98
93

R + G + B ~ 36%. #58625D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
88 + 98 + 93 = 279 (100%)
R 88 of 279 ~ 31.54%
G 98 of 279 ~ 35.13%
B 93 of 279 ~ 33.33%

%31.54
%35.13
%33.33

CMYK color model

#58625D color CMYK value is (10,0,5,62).

  • cyan value is 10.20%
  • magenta value is 0.00%
  • yellow value is 5.10%
  • key color value is 61.57%
CMYK:
(10,0,5,62)
C10M0Y5K62 
(10%,0%,5%,62%)
(0.10/0.00/0.05/0.62)	

CMYK percentages

%10.2
%0
%5.1
%61.57

Codes

Color #58625D in popluar color models

58625D
RGB889893
HSL150°5.38%36.47%
HSB/HSV150°10.20%38.43%
CMYK10.20%0.00%5.10%
61.57%

Color #58625D in popluar number systems.

HEX58625D
Decimal889893
Binary101100011000101011101
Octal130142135

Shades and tints

Shades of #58625D

#58625D
(88,98,93)
#505A55
(80,90,85)
#48524D
(72,82,77)
#404A45
(64,74,69)
#38423D
(56,66,61)
#303A35
(48,58,53)
#28322D
(40,50,45)
#202A25
(32,42,37)
#18221D
(24,34,29)
#101A15
(16,26,21)
#08120D
(8,18,13)
#000000
(0,0,0)

Tints of #58625D

#58625D
(88,98,93)
#67706B
(103,112,107)
#767E79
(118,126,121)
#858C87
(133,140,135)
#949A95
(148,154,149)
#A3A8A3
(163,168,163)
#B2B6B1
(178,182,177)
#C1C4BF
(193,196,191)
#D0D2CD
(208,210,205)
#DFE0DB
(223,224,219)
#EEEEE9
(238,238,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #58625D color. Also use rgb(88,98,93) instead hex code.

Text Font Color

.myTextColor { color: #58625D; }

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

This text font color is #58625D.


Background Color

.myBgColor { background-color: #58625D; }

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

This div background color is #58625D.


Border color

.myBorderColor { border: 1px solid #58625D; }

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

This div border color is #58625D.


Opacity

.myOpacity80 { color: #58625D; opacity: 0.8; }

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

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

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

This text has shadow with #58625D color.

.textShadow {text-shadow: 3px 3px 1px #58625D, 3px 3px 1px red;}

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #58625D on black background.


Color preview on white background

This text has color #58625D on white background.



Black color preview on #58625D background

This text has black color on #58625D background.


White color preview on #58625D background

This text has white color on #58625D background.