COLOR #085827

HEX: #085827
RGB: (8,88,39)

Color info

#085827 contains mainly green and blue colors. Web safe color of #085827 is #006633 (or #063).

RGB color model

#085827 color RGB value is (8,88,39).

  • red value is 8;
  • green value is 88;
  • blue value is 39.
RGB:
(8,88,39)
(3%,35%,15%)

RGB channels and saturation

R 8 of 255 = 3%
G 88 of 255 = 35%
B 39 of 255 = 15%

8
88
39

R + G + B ~ 18%. #085827 is dark color.

Portions of RGB colors in percentages

R + G + B =
8 + 88 + 39 = 135 (100%)
R 8 of 135 ~ 5.93%
G 88 of 135 ~ 65.19%
B 39 of 135 ~ 28.89%

%65.19
%28.89

CMYK color model

#085827 color CMYK value is (91,0,56,65).

  • cyan value is 90.91%
  • magenta value is 0.00%
  • yellow value is 55.68%
  • key color value is 65.49%
CMYK:
(91,0,56,65)
C91M0Y56K65 
(91%,0%,56%,65%)
(0.91/0.00/0.56/0.65)	

CMYK percentages

%90.91
%0
%55.68
%65.49

Codes

Color #085827 in popluar color models

085827
RGB88839
HSL143°83.33%18.82%
HSB/HSV143°90.91%34.51%
CMYK90.91%0.00%55.68%
65.49%

Color #085827 in popluar number systems.

HEX085827
Decimal88839
Binary10001011000100111
Octal1013047

Shades and tints

Shades of #085827

#085827
(8,88,39)
#085024
(8,80,36)
#084821
(8,72,33)
#08401E
(8,64,30)
#08381B
(8,56,27)
#083018
(8,48,24)
#082815
(8,40,21)
#082012
(8,32,18)
#08180F
(8,24,15)
#08100C
(8,16,12)
#080809
(8,8,9)
#000000
(0,0,0)

Tints of #085827

#085827
(8,88,39)
#1E673A
(30,103,58)
#34764D
(52,118,77)
#4A8560
(74,133,96)
#609473
(96,148,115)
#76A386
(118,163,134)
#8CB299
(140,178,153)
#A2C1AC
(162,193,172)
#B8D0BF
(184,208,191)
#CEDFD2
(206,223,210)
#E4EEE5
(228,238,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #085827; }

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

This text font color is #085827.


Background Color

.myBgColor { background-color: #085827; }

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

This div background color is #085827.


Border color

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

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

This div border color is #085827.


Opacity

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

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

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

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

This text has shadow with #085827 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #085827 on black background.


Color preview on white background

This text has color #085827 on white background.



Black color preview on #085827 background

This text has black color on #085827 background.


White color preview on #085827 background

This text has white color on #085827 background.