COLOR #586410

HEX: #586410
RGB: (88,100,16)

Color info

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

RGB color model

#586410 color RGB value is (88,100,16).

  • red value is 88;
  • green value is 100;
  • blue value is 16.
RGB:
(88,100,16)
(35%,39%,6%)

RGB channels and saturation

R 88 of 255 = 35%
G 100 of 255 = 39%
B 16 of 255 = 6%

88
100
16

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

Portions of RGB colors in percentages

R + G + B =
88 + 100 + 16 = 204 (100%)
R 88 of 204 ~ 43.14%
G 100 of 204 ~ 49.02%
B 16 of 204 ~ 7.84%

%43.14
%49.02

CMYK color model

#586410 color CMYK value is (12,0,84,61).

  • cyan value is 12.00%
  • magenta value is 0.00%
  • yellow value is 84.00%
  • key color value is 60.78%
CMYK:
(12,0,84,61)
C12M0Y84K61 
(12%,0%,84%,61%)
(0.12/0.00/0.84/0.61)	

CMYK percentages

%12
%0
%84
%60.78

Codes

Color #586410 in popluar color models

586410
RGB8810016
HSL69°72.41%22.75%
HSB/HSV69°84.00%39.22%
CMYK12.00%0.00%84.00%
60.78%

Color #586410 in popluar number systems.

HEX586410
Decimal8810016
Binary1011000110010010000
Octal13014420

Shades and tints

Shades of #586410

#586410
(88,100,16)
#505B0F
(80,91,15)
#48520E
(72,82,14)
#40490D
(64,73,13)
#38400C
(56,64,12)
#30370B
(48,55,11)
#282E0A
(40,46,10)
#202509
(32,37,9)
#181C08
(24,28,8)
#101307
(16,19,7)
#080A06
(8,10,6)
#000000
(0,0,0)

Tints of #586410

#586410
(88,100,16)
#677225
(103,114,37)
#76803A
(118,128,58)
#858E4F
(133,142,79)
#949C64
(148,156,100)
#A3AA79
(163,170,121)
#B2B88E
(178,184,142)
#C1C6A3
(193,198,163)
#D0D4B8
(208,212,184)
#DFE2CD
(223,226,205)
#EEF0E2
(238,240,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #586410 color. Also use rgb(88,100,16) instead hex code.

Text Font Color

.myTextColor { color: #586410; }

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

This text font color is #586410.


Background Color

.myBgColor { background-color: #586410; }

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

This div background color is #586410.


Border color

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

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

This div border color is #586410.


Opacity

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

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

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

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

This text has shadow with #586410 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #586410 on black background.


Color preview on white background

This text has color #586410 on white background.



Black color preview on #586410 background

This text has black color on #586410 background.


White color preview on #586410 background

This text has white color on #586410 background.