COLOR #58744F

HEX: #58744F
RGB: (88,116,79)

Color info

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

RGB color model

#58744F color RGB value is (88,116,79).

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

RGB channels and saturation

R 88 of 255 = 35%
G 116 of 255 = 45%
B 79 of 255 = 31%

88
116
79

R + G + B ~ 37%. #58744F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
88 + 116 + 79 = 283 (100%)
R 88 of 283 ~ 31.1%
G 116 of 283 ~ 40.99%
B 79 of 283 ~ 27.92%

%31.1
%40.99
%27.92

CMYK color model

#58744F color CMYK value is (24,0,32,55).

  • cyan value is 24.14%
  • magenta value is 0.00%
  • yellow value is 31.90%
  • key color value is 54.51%
CMYK:
(24,0,32,55)
C24M0Y32K55 
(24%,0%,32%,55%)
(0.24/0.00/0.32/0.55)	

CMYK percentages

%24.14
%0
%31.9
%54.51

Codes

Color #58744F in popluar color models

58744F
RGB8811679
HSL105°18.97%38.24%
HSB/HSV105°31.90%45.49%
CMYK24.14%0.00%31.90%
54.51%

Color #58744F in popluar number systems.

HEX58744F
Decimal8811679
Binary101100011101001001111
Octal130164117

Shades and tints

Shades of #58744F

#58744F
(88,116,79)
#506A48
(80,106,72)
#486041
(72,96,65)
#40563A
(64,86,58)
#384C33
(56,76,51)
#30422C
(48,66,44)
#283825
(40,56,37)
#202E1E
(32,46,30)
#182417
(24,36,23)
#101A10
(16,26,16)
#081009
(8,16,9)
#000000
(0,0,0)

Tints of #58744F

#58744F
(88,116,79)
#67805F
(103,128,95)
#768C6F
(118,140,111)
#85987F
(133,152,127)
#94A48F
(148,164,143)
#A3B09F
(163,176,159)
#B2BCAF
(178,188,175)
#C1C8BF
(193,200,191)
#D0D4CF
(208,212,207)
#DFE0DF
(223,224,223)
#EEECEF
(238,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #58744F color. Also use rgb(88,116,79) instead hex code.

Text Font Color

.myTextColor { color: #58744F; }

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

This text font color is #58744F.


Background Color

.myBgColor { background-color: #58744F; }

<div style="background-color:#58744F">Inner text</div>

This div background color is #58744F.


Border color

.myBorderColor { border: 1px solid #58744F; }

<div style="border:3px solid #58744F">Div</div>

This div border color is #58744F.


Opacity

.myOpacity80 { color: #58744F; opacity: 0.8; }

<p style="color:#58744F;opacity:0.8;">80%</p>

Text with #58744F 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 #58744F;}

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

This text has shadow with #58744F color.

.textShadow {text-shadow: 3px 3px 1px #58744F, 3px 3px 1px red;}

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

This text has shadow with #58744F primary color and red secondary color.


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

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

This text has shadow with #58744F and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #58744F on black background.


Color preview on white background

This text has color #58744F on white background.



Black color preview on #58744F background

This text has black color on #58744F background.


White color preview on #58744F background

This text has white color on #58744F background.