COLOR #58754C

HEX: #58754C
RGB: (88,117,76)

Color info

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

RGB color model

#58754C color RGB value is (88,117,76).

  • red value is 88;
  • green value is 117;
  • blue value is 76.
RGB:
(88,117,76)
(35%,46%,30%)

RGB channels and saturation

R 88 of 255 = 35%
G 117 of 255 = 46%
B 76 of 255 = 30%

88
117
76

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

Portions of RGB colors in percentages

R + G + B =
88 + 117 + 76 = 281 (100%)
R 88 of 281 ~ 31.32%
G 117 of 281 ~ 41.64%
B 76 of 281 ~ 27.05%

%31.32
%41.64
%27.05

CMYK color model

#58754C color CMYK value is (25,0,35,54).

  • cyan value is 24.79%
  • magenta value is 0.00%
  • yellow value is 35.04%
  • key color value is 54.12%
CMYK:
(25,0,35,54)
C25M0Y35K54 
(25%,0%,35%,54%)
(0.25/0.00/0.35/0.54)	

CMYK percentages

%24.79
%0
%35.04
%54.12

Codes

Color #58754C in popluar color models

58754C
RGB8811776
HSL102°21.24%37.84%
HSB/HSV102°35.04%45.88%
CMYK24.79%0.00%35.04%
54.12%

Color #58754C in popluar number systems.

HEX58754C
Decimal8811776
Binary101100011101011001100
Octal130165114

Shades and tints

Shades of #58754C

#58754C
(88,117,76)
#506B46
(80,107,70)
#486140
(72,97,64)
#40573A
(64,87,58)
#384D34
(56,77,52)
#30432E
(48,67,46)
#283928
(40,57,40)
#202F22
(32,47,34)
#18251C
(24,37,28)
#101B16
(16,27,22)
#081110
(8,17,16)
#000000
(0,0,0)

Tints of #58754C

#58754C
(88,117,76)
#67815C
(103,129,92)
#768D6C
(118,141,108)
#85997C
(133,153,124)
#94A58C
(148,165,140)
#A3B19C
(163,177,156)
#B2BDAC
(178,189,172)
#C1C9BC
(193,201,188)
#D0D5CC
(208,213,204)
#DFE1DC
(223,225,220)
#EEEDEC
(238,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #58754C color. Also use rgb(88,117,76) instead hex code.

Text Font Color

.myTextColor { color: #58754C; }

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

This text font color is #58754C.


Background Color

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

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

This div background color is #58754C.


Border color

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

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

This div border color is #58754C.


Opacity

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

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

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

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

This text has shadow with #58754C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #58754C on black background.


Color preview on white background

This text has color #58754C on white background.



Black color preview on #58754C background

This text has black color on #58754C background.


White color preview on #58754C background

This text has white color on #58754C background.