COLOR #58735C

HEX: #58735C
RGB: (88,115,92)

Color info

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

RGB color model

#58735C color RGB value is (88,115,92).

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

RGB channels and saturation

R 88 of 255 = 35%
G 115 of 255 = 45%
B 92 of 255 = 36%

88
115
92

R + G + B ~ 39%. #58735C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
88 + 115 + 92 = 295 (100%)
R 88 of 295 ~ 29.83%
G 115 of 295 ~ 38.98%
B 92 of 295 ~ 31.19%

%29.83
%38.98
%31.19

CMYK color model

#58735C color CMYK value is (23,0,20,55).

  • cyan value is 23.48%
  • magenta value is 0.00%
  • yellow value is 20.00%
  • key color value is 54.90%
CMYK:
(23,0,20,55)
C23M0Y20K55 
(23%,0%,20%,55%)
(0.23/0.00/0.20/0.55)	

CMYK percentages

%23.48
%0
%20
%54.9

Codes

Color #58735C in popluar color models

58735C
RGB8811592
HSL129°13.30%39.80%
HSB/HSV129°23.48%45.10%
CMYK23.48%0.00%20.00%
54.90%

Color #58735C in popluar number systems.

HEX58735C
Decimal8811592
Binary101100011100111011100
Octal130163134

Shades and tints

Shades of #58735C

#58735C
(88,115,92)
#506954
(80,105,84)
#485F4C
(72,95,76)
#405544
(64,85,68)
#384B3C
(56,75,60)
#304134
(48,65,52)
#28372C
(40,55,44)
#202D24
(32,45,36)
#18231C
(24,35,28)
#101914
(16,25,20)
#080F0C
(8,15,12)
#000000
(0,0,0)

Tints of #58735C

#58735C
(88,115,92)
#677F6A
(103,127,106)
#768B78
(118,139,120)
#859786
(133,151,134)
#94A394
(148,163,148)
#A3AFA2
(163,175,162)
#B2BBB0
(178,187,176)
#C1C7BE
(193,199,190)
#D0D3CC
(208,211,204)
#DFDFDA
(223,223,218)
#EEEBE8
(238,235,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #58735C; }

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

This text font color is #58735C.


Background Color

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

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

This div background color is #58735C.


Border color

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

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

This div border color is #58735C.


Opacity

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

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

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

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

This text has shadow with #58735C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #58735C on black background.


Color preview on white background

This text has color #58735C on white background.



Black color preview on #58735C background

This text has black color on #58735C background.


White color preview on #58735C background

This text has white color on #58735C background.