COLOR #585819

HEX: #585819
RGB: (88,88,25)

Color info

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

RGB color model

#585819 color RGB value is (88,88,25).

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

RGB channels and saturation

R 88 of 255 = 35%
G 88 of 255 = 35%
B 25 of 255 = 10%

88
88
25

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

Portions of RGB colors in percentages

R + G + B =
88 + 88 + 25 = 201 (100%)
R 88 of 201 ~ 43.78%
G 88 of 201 ~ 43.78%
B 25 of 201 ~ 12.44%

%43.78
%43.78
%12.44

CMYK color model

#585819 color CMYK value is (0,0,72,65).

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 71.59%
  • key color value is 65.49%
CMYK:
(0,0,72,65)
C0M0Y72K65 
(0%,0%,72%,65%)
(0.00/0.00/0.72/0.65)	

CMYK percentages

%0
%0
%71.59
%65.49

Codes

Color #585819 in popluar color models

585819
RGB888825
HSL60°55.75%22.16%
HSB/HSV60°71.59%34.51%
CMYK0.00%0.00%71.59%
65.49%

Color #585819 in popluar number systems.

HEX585819
Decimal888825
Binary1011000101100011001
Octal13013031

Shades and tints

Shades of #585819

#585819
(88,88,25)
#505017
(80,80,23)
#484815
(72,72,21)
#404013
(64,64,19)
#383811
(56,56,17)
#30300F
(48,48,15)
#28280D
(40,40,13)
#20200B
(32,32,11)
#181809
(24,24,9)
#101007
(16,16,7)
#080805
(8,8,5)
#000000
(0,0,0)

Tints of #585819

#585819
(88,88,25)
#67672D
(103,103,45)
#767641
(118,118,65)
#858555
(133,133,85)
#949469
(148,148,105)
#A3A37D
(163,163,125)
#B2B291
(178,178,145)
#C1C1A5
(193,193,165)
#D0D0B9
(208,208,185)
#DFDFCD
(223,223,205)
#EEEEE1
(238,238,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #585819; }

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

This text font color is #585819.


Background Color

.myBgColor { background-color: #585819; }

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

This div background color is #585819.


Border color

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

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

This div border color is #585819.


Opacity

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

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

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

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

This text has shadow with #585819 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #585819 on black background.


Color preview on white background

This text has color #585819 on white background.



Black color preview on #585819 background

This text has black color on #585819 background.


White color preview on #585819 background

This text has white color on #585819 background.