COLOR #58752E

HEX: #58752E
RGB: (88,117,46)

Color info

#58752E contains mainly red and green colors. Web safe color of #58752E is #666633 (or #663).

RGB color model

#58752E color RGB value is (88,117,46).

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

RGB channels and saturation

R 88 of 255 = 35%
G 117 of 255 = 46%
B 46 of 255 = 18%

88
117
46

R + G + B ~ 33%. #58752E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
88 + 117 + 46 = 251 (100%)
R 88 of 251 ~ 35.06%
G 117 of 251 ~ 46.61%
B 46 of 251 ~ 18.33%

%35.06
%46.61
%18.33

CMYK color model

#58752E color CMYK value is (25,0,61,54).

  • cyan value is 24.79%
  • magenta value is 0.00%
  • yellow value is 60.68%
  • key color value is 54.12%
CMYK: (25,0,61,54) C25M0Y61K54 (25%,0%,61%,54%) (0.25/0.00/0.61/0.54)

CMYK percentages

%24.79
%0
%60.68
%54.12

Codes

Color #58752E in popluar color models

58752E
RGB8811746
HSL85°43.56%31.96%
HSB/HSV85°60.68%45.88%
CMYK24.79%0.00%60.68%
54.12%

Color #58752E in popluar number systems.

HEX58752E
Decimal8811746
Binary10110001110101101110
Octal13016556

Shades and tints

Shades of #58752E

#58752E
(88,117,46)
#506B2A
(80,107,42)
#486126
(72,97,38)
#405722
(64,87,34)
#384D1E
(56,77,30)
#30431A
(48,67,26)
#283916
(40,57,22)
#202F12
(32,47,18)
#18250E
(24,37,14)
#101B0A
(16,27,10)
#081106
(8,17,6)
#000000
(0,0,0)

Tints of #58752E

#58752E
(88,117,46)
#678141
(103,129,65)
#768D54
(118,141,84)
#859967
(133,153,103)
#94A57A
(148,165,122)
#A3B18D
(163,177,141)
#B2BDA0
(178,189,160)
#C1C9B3
(193,201,179)
#D0D5C6
(208,213,198)
#DFE1D9
(223,225,217)
#EEEDEC
(238,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #58752E color. Also use rgb(88,117,46) instead hex code.

Text Font Color

.myTextColor { color: #58752E; }

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

This text font color is #58752E.


Background Color

.myBgColor { background-color: #58752E; }

<div style="background-color:#58752E">Inner text</div>

This div background color is #58752E.


Border color

.myBorderColor { border: 1px solid #58752E; }

<div style="border:3px solid #58752E">Div</div>

This div border color is #58752E.


Opacity

.myOpacity80 { color: #58752E; opacity: 0.8; }

<p style="color:#58752E;opacity:0.8;">80%</p>

Text with #58752E 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 #58752E;}

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

This text has shadow with #58752E color.

.textShadow {text-shadow: 3px 3px 1px #58752E, 3px 3px 1px red;}

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

This text has shadow with #58752E primary color and red secondary color.


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

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

This text has shadow with #58752E and red colors in old Internet Explorer.


Div box shadow color

 /* css code */ .divShadow { -moz-box-shadow:	1px 1px 3px 2px #58752E; -webkit-box-shadow:	1px 1px 3px 2px #58752E; box-shadow:	1px 1px 3px 2px #58752E; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #58752E; -webkit-box-shadow: 1px 1px 3px 2px #58752E; box-shadow:1px 1px 3px 2px #58752E;">
Div content here</div>
This div box has shadow with color #58752E.

Preview

Color preview on black background

This text has color #58752E on black background.


Color preview on white background

This text has color #58752E on white background.



Black color preview on #58752E background

This text has black color on #58752E background.


White color preview on #58752E background

This text has white color on #58752E background.