COLOR #58745D

HEX: #58745D
RGB: (88,116,93)

Color info

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

RGB color model

#58745D color RGB value is (88,116,93).

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

RGB channels and saturation

R 88 of 255 = 35%
G 116 of 255 = 45%
B 93 of 255 = 36%

88
116
93

R + G + B ~ 39%. #58745D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
88 + 116 + 93 = 297 (100%)
R 88 of 297 ~ 29.63%
G 116 of 297 ~ 39.06%
B 93 of 297 ~ 31.31%

%29.63
%39.06
%31.31

CMYK color model

#58745D color CMYK value is (24,0,20,55).

  • cyan value is 24.14%
  • magenta value is 0.00%
  • yellow value is 19.83%
  • key color value is 54.51%
CMYK:
(24,0,20,55)
C24M0Y20K55 
(24%,0%,20%,55%)
(0.24/0.00/0.20/0.55)	

CMYK percentages

%24.14
%0
%19.83
%54.51

Codes

Color #58745D in popluar color models

58745D
RGB8811693
HSL131°13.73%40.00%
HSB/HSV131°24.14%45.49%
CMYK24.14%0.00%19.83%
54.51%

Color #58745D in popluar number systems.

HEX58745D
Decimal8811693
Binary101100011101001011101
Octal130164135

Shades and tints

Shades of #58745D

#58745D
(88,116,93)
#506A55
(80,106,85)
#48604D
(72,96,77)
#405645
(64,86,69)
#384C3D
(56,76,61)
#304235
(48,66,53)
#28382D
(40,56,45)
#202E25
(32,46,37)
#18241D
(24,36,29)
#101A15
(16,26,21)
#08100D
(8,16,13)
#000000
(0,0,0)

Tints of #58745D

#58745D
(88,116,93)
#67806B
(103,128,107)
#768C79
(118,140,121)
#859887
(133,152,135)
#94A495
(148,164,149)
#A3B0A3
(163,176,163)
#B2BCB1
(178,188,177)
#C1C8BF
(193,200,191)
#D0D4CD
(208,212,205)
#DFE0DB
(223,224,219)
#EEECE9
(238,236,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #58745D; }

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

This text font color is #58745D.


Background Color

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

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

This div background color is #58745D.


Border color

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

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

This div border color is #58745D.


Opacity

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

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

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

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

This text has shadow with #58745D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #58745D on black background.


Color preview on white background

This text has color #58745D on white background.



Black color preview on #58745D background

This text has black color on #58745D background.


White color preview on #58745D background

This text has white color on #58745D background.