COLOR #58782C

HEX: #58782C
RGB: (88,120,44)

Color info

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

RGB color model

#58782C color RGB value is (88,120,44).

  • red value is 88;
  • green value is 120;
  • blue value is 44.
RGB:
(88,120,44)
(35%,47%,17%)

RGB channels and saturation

R 88 of 255 = 35%
G 120 of 255 = 47%
B 44 of 255 = 17%

88
120
44

R + G + B ~ 33%. #58782C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
88 + 120 + 44 = 252 (100%)
R 88 of 252 ~ 34.92%
G 120 of 252 ~ 47.62%
B 44 of 252 ~ 17.46%

%34.92
%47.62
%17.46

CMYK color model

#58782C color CMYK value is (27,0,63,53).

  • cyan value is 26.67%
  • magenta value is 0.00%
  • yellow value is 63.33%
  • key color value is 52.94%
CMYK:
(27,0,63,53)
C27M0Y63K53 
(27%,0%,63%,53%)
(0.27/0.00/0.63/0.53)	

CMYK percentages

%26.67
%0
%63.33
%52.94

Codes

Color #58782C in popluar color models

58782C
RGB8812044
HSL85°46.34%32.16%
HSB/HSV85°63.33%47.06%
CMYK26.67%0.00%63.33%
52.94%

Color #58782C in popluar number systems.

HEX58782C
Decimal8812044
Binary10110001111000101100
Octal13017054

Shades and tints

Shades of #58782C

#58782C
(88,120,44)
#506E28
(80,110,40)
#486424
(72,100,36)
#405A20
(64,90,32)
#38501C
(56,80,28)
#304618
(48,70,24)
#283C14
(40,60,20)
#203210
(32,50,16)
#18280C
(24,40,12)
#101E08
(16,30,8)
#081404
(8,20,4)
#000000
(0,0,0)

Tints of #58782C

#58782C
(88,120,44)
#67843F
(103,132,63)
#769052
(118,144,82)
#859C65
(133,156,101)
#94A878
(148,168,120)
#A3B48B
(163,180,139)
#B2C09E
(178,192,158)
#C1CCB1
(193,204,177)
#D0D8C4
(208,216,196)
#DFE4D7
(223,228,215)
#EEF0EA
(238,240,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #58782C color. Also use rgb(88,120,44) instead hex code.

Text Font Color

.myTextColor { color: #58782C; }

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

This text font color is #58782C.


Background Color

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

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

This div background color is #58782C.


Border color

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

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

This div border color is #58782C.


Opacity

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

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

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

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

This text has shadow with #58782C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #58782C on black background.


Color preview on white background

This text has color #58782C on white background.



Black color preview on #58782C background

This text has black color on #58782C background.


White color preview on #58782C background

This text has white color on #58782C background.