COLOR #586112

HEX: #586112 RGB: (88,97,18)

Color info

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

RGB color model

#586112 color RGB value is (88,97,18).

RGB: (88,97,18) (35%, 38%, 7%)

RGB channels and saturation

R 88 of 255 = 35%
G 97 of 255 = 38%
B 18 of 255 = 7%

88
97
18

R + G + B ~ 27%. #586112 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 88 + 97 + 18 = 203 (100%)
R 88 of 203 ~ 43.35%
G 97 of 203 ~ 47.78%
B 18 of 203 ~ 8.87'%

%43.35
%47.78

CMYK color model

#586112 color CMYK value is (9,0,81,62).

  • cyan value is 9.28%
  • magenta value is 0.00%
  • yellow value is 81.44%
  • key color value is 61.96%
CMYK: (9,0,81,62) C9M0Y81K62 (9%,0%,81%,62%) (0.09/0.00/0.81/0.62) 

CMYK percentages

%9.28
%0
%81.44
%61.96

Codes

Color #586112 in popluar color models

58 61 12
RGB 88 97 18
HSL 67° 68.70% 22.55%
HSB/HSV 67° 81.44% 38.04%
CMYK 9.28% 0.00% 81.44%
61.96%

Color #586112 in popluar number systems.

HEX 58 61 12
Decimal 88 97 18
Binary 1011000 1100001 10010
Octal 130 141 22

Shades and tints

Shades of #586112

#586112
(88,97,18)
#505911
(80,89,17)
#485110
(72,81,16)
#40490F
(64,73,15)
#38410E
(56,65,14)
#30390D
(48,57,13)
#28310C
(40,49,12)
#20290B
(32,41,11)
#18210A
(24,33,10)
#101909
(16,25,9)
#081108
(8,17,8)
#000000
(0,0,0)

Tints of #586112

#586112
(88,97,18)
#676F27
(103,111,39)
#767D3C
(118,125,60)
#858B51
(133,139,81)
#949966
(148,153,102)
#A3A77B
(163,167,123)
#B2B590
(178,181,144)
#C1C3A5
(193,195,165)
#D0D1BA
(208,209,186)
#DFDFCF
(223,223,207)
#EEEDE4
(238,237,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #586112 color. Also use rgb(88,97,18) instead hex code.

Text Font Color

.myTextColor { color: #586112; }

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

This text font color is #586112.

Background Color

.myBgColor { background-color: #586112; }

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

This div background color is #586112.

Border color

.myBorderColor { border: 1px solid #586112; }

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

This div border color is #586112.

Opacity

.myOpacity80 { color: #586112; opacity: 0.8; }

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

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

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

This text has shadow with #586112 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #586112.

Preview

Color preview on black background

This text has color #586112 on black background.


Color preview on white background

This text has color #586112 on white background.


Black color preview on #586112 background

This text has black color on #586112 background.


White color preview on #586112 background

This text has white color on #586112 background.


Related colors

Complementary color

Complementary color for #hex is #A79EED.


I love getcolorcode.com

Triadic colors

1 #125861 and #611258 with #586112 are triadic colors.

2 #126158 and #615812 with #586112 are triadic colors.