COLOR #58761A

HEX: #58761A
RGB: (88,118,26)

Color info

#58761A contains mainly red and green colors. Web safe color of #58761A is #666600 (or #660).

RGB color model

#58761A color RGB value is (88,118,26).

  • red value is 88;
  • green value is 118;
  • blue value is 26.
RGB:
(88,118,26)
(35%,46%,10%)

RGB channels and saturation

R 88 of 255 = 35%
G 118 of 255 = 46%
B 26 of 255 = 10%

88
118
26

R + G + B ~ 30%. #58761A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
88 + 118 + 26 = 232 (100%)
R 88 of 232 ~ 37.93%
G 118 of 232 ~ 50.86%
B 26 of 232 ~ 11.21%

%37.93
%50.86
%11.21

CMYK color model

#58761A color CMYK value is (25,0,78,54).

  • cyan value is 25.42%
  • magenta value is 0.00%
  • yellow value is 77.97%
  • key color value is 53.73%
CMYK:
(25,0,78,54)
C25M0Y78K54 
(25%,0%,78%,54%)
(0.25/0.00/0.78/0.54)	

CMYK percentages

%25.42
%0
%77.97
%53.73

Codes

Color #58761A in popluar color models

58761A
RGB8811826
HSL80°63.89%28.24%
HSB/HSV80°77.97%46.27%
CMYK25.42%0.00%77.97%
53.73%

Color #58761A in popluar number systems.

HEX58761A
Decimal8811826
Binary1011000111011011010
Octal13016632

Shades and tints

Shades of #58761A

#58761A
(88,118,26)
#506C18
(80,108,24)
#486216
(72,98,22)
#405814
(64,88,20)
#384E12
(56,78,18)
#304410
(48,68,16)
#283A0E
(40,58,14)
#20300C
(32,48,12)
#18260A
(24,38,10)
#101C08
(16,28,8)
#081206
(8,18,6)
#000000
(0,0,0)

Tints of #58761A

#58761A
(88,118,26)
#67822E
(103,130,46)
#768E42
(118,142,66)
#859A56
(133,154,86)
#94A66A
(148,166,106)
#A3B27E
(163,178,126)
#B2BE92
(178,190,146)
#C1CAA6
(193,202,166)
#D0D6BA
(208,214,186)
#DFE2CE
(223,226,206)
#EEEEE2
(238,238,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #58761A color. Also use rgb(88,118,26) instead hex code.

Text Font Color

.myTextColor { color: #58761A; }

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

This text font color is #58761A.


Background Color

.myBgColor { background-color: #58761A; }

<div style="background-color:#58761A">Inner text</div>

This div background color is #58761A.


Border color

.myBorderColor { border: 1px solid #58761A; }

<div style="border:3px solid #58761A">Div</div>

This div border color is #58761A.


Opacity

.myOpacity80 { color: #58761A; opacity: 0.8; }

<p style="color:#58761A;opacity:0.8;">80%</p>

Text with #58761A 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 #58761A;}

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

This text has shadow with #58761A color.

.textShadow {text-shadow: 3px 3px 1px #58761A, 3px 3px 1px red;}

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

This text has shadow with #58761A primary color and red secondary color.


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

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

This text has shadow with #58761A and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #58761A on black background.


Color preview on white background

This text has color #58761A on white background.



Black color preview on #58761A background

This text has black color on #58761A background.


White color preview on #58761A background

This text has white color on #58761A background.