COLOR #58772F

HEX: #58772F
RGB: (88,119,47)

Color info

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

RGB color model

#58772F color RGB value is (88,119,47).

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

RGB channels and saturation

R 88 of 255 = 35%
G 119 of 255 = 47%
B 47 of 255 = 18%

88
119
47

R + G + B ~ 33%. #58772F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
88 + 119 + 47 = 254 (100%)
R 88 of 254 ~ 34.65%
G 119 of 254 ~ 46.85%
B 47 of 254 ~ 18.5%

%34.65
%46.85
%18.5

CMYK color model

#58772F color CMYK value is (26,0,61,53).

  • cyan value is 26.05%
  • magenta value is 0.00%
  • yellow value is 60.50%
  • key color value is 53.33%
CMYK:
(26,0,61,53)
C26M0Y61K53 
(26%,0%,61%,53%)
(0.26/0.00/0.61/0.53)	

CMYK percentages

%26.05
%0
%60.5
%53.33

Codes

Color #58772F in popluar color models

58772F
RGB8811947
HSL86°43.37%32.55%
HSB/HSV86°60.50%46.67%
CMYK26.05%0.00%60.50%
53.33%

Color #58772F in popluar number systems.

HEX58772F
Decimal8811947
Binary10110001110111101111
Octal13016757

Shades and tints

Shades of #58772F

#58772F
(88,119,47)
#506D2B
(80,109,43)
#486327
(72,99,39)
#405923
(64,89,35)
#384F1F
(56,79,31)
#30451B
(48,69,27)
#283B17
(40,59,23)
#203113
(32,49,19)
#18270F
(24,39,15)
#101D0B
(16,29,11)
#081307
(8,19,7)
#000000
(0,0,0)

Tints of #58772F

#58772F
(88,119,47)
#678341
(103,131,65)
#768F53
(118,143,83)
#859B65
(133,155,101)
#94A777
(148,167,119)
#A3B389
(163,179,137)
#B2BF9B
(178,191,155)
#C1CBAD
(193,203,173)
#D0D7BF
(208,215,191)
#DFE3D1
(223,227,209)
#EEEFE3
(238,239,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #58772F color. Also use rgb(88,119,47) instead hex code.

Text Font Color

.myTextColor { color: #58772F; }

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

This text font color is #58772F.


Background Color

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

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

This div background color is #58772F.


Border color

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

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

This div border color is #58772F.


Opacity

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

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

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

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

This text has shadow with #58772F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #58772F on black background.


Color preview on white background

This text has color #58772F on white background.



Black color preview on #58772F background

This text has black color on #58772F background.


White color preview on #58772F background

This text has white color on #58772F background.