COLOR #58720C

HEX: #58720C RGB: (88,114,12)

Color info

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

RGB color model

#58720C color RGB value is (88,114,12).

RGB: (88,114,12) (35%, 45%, 5%)

RGB channels and saturation

R 88 of 255 = 35%
G 114 of 255 = 45%
B 12 of 255 = 5%

88
114
12

R + G + B ~ 28%. #58720C is quite dark color.

Portions of RGB colors in percentages

R + G + B = 88 + 114 + 12 = 214 (100%)
R 88 of 214 ~ 41.12%
G 114 of 214 ~ 53.27%
B 12 of 214 ~ 5.61'%

%41.12
%53.27

CMYK color model

#58720C color CMYK value is (23,0,89,55).

  • cyan value is 22.81%
  • magenta value is 0.00%
  • yellow value is 89.47%
  • key color value is 55.29%

CMYK: (23,0,89,55)
C23M0Y89K55 (23%, 0%, 89%, 55%)
(0.23 / 0.00 / 0.89 / 0.55)

CMYK percentages

%22.81
%0
%89.47
%55.29

Codes

Color #58720C in popluar color models

58 72 0C
RGB 88 114 12
HSL 75° 80.95% 24.71%
HSB/HSV 75° 89.47% 44.71%
CMYK 22.81% 0.00% 89.47%
55.29%

Color #58720C in popluar number systems.

HEX 58 72 0C
Decimal 88 114 12
Binary 1011000 1110010 1100
Octal 130 162 14

Shades and tints

Shades of #58720C

#58720C
(88,114,12)
#50680B
(80,104,11)
#485E0A
(72,94,10)
#405409
(64,84,9)
#384A08
(56,74,8)
#304007
(48,64,7)
#283606
(40,54,6)
#202C05
(32,44,5)
#182204
(24,34,4)
#101803
(16,24,3)
#080E02
(8,14,2)
#000000
(0,0,0)

Tints of #58720C

#58720C
(88,114,12)
#677E22
(103,126,34)
#768A38
(118,138,56)
#85964E
(133,150,78)
#94A264
(148,162,100)
#A3AE7A
(163,174,122)
#B2BA90
(178,186,144)
#C1C6A6
(193,198,166)
#D0D2BC
(208,210,188)
#DFDED2
(223,222,210)
#EEEAE8
(238,234,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #58720C color. Also use rgb(88,114,12) instead hex code.

Text Font Color

.myTextColor { color: #58720C; }

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

This text font color is #58720C.

Background Color

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

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

This div background color is #58720C.

Border color

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

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

This div border color is #58720C.

Opacity

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

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

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

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

This text has shadow with #58720C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #58720C.

Preview

Color preview on black background

This text has color #58720C on black background.


Color preview on white background

This text has color #58720C on white background.


Black color preview on #58720C background

This text has black color on #58720C background.


White color preview on #58720C background

This text has white color on #58720C background.


Related colors

Complementary color

Complementary color for #hex is #A78DF3.


I love getcolorcode.com

Triadic colors

1 #0C5872 and #720C58 with #58720C are triadic colors.

2 #0C7258 and #72580C with #58720C are triadic colors.