COLOR #085C27

HEX: #085C27
RGB: (8,92,39)

Color info

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

RGB color model

#085C27 color RGB value is (8,92,39).

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

RGB channels and saturation

R 8 of 255 = 3%
G 92 of 255 = 36%
B 39 of 255 = 15%

8
92
39

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

Portions of RGB colors in percentages

R + G + B =
8 + 92 + 39 = 139 (100%)
R 8 of 139 ~ 5.76%
G 92 of 139 ~ 66.19%
B 39 of 139 ~ 28.06%

%66.19
%28.06

CMYK color model

#085C27 color CMYK value is (91,0,58,64).

  • cyan value is 91.30%
  • magenta value is 0.00%
  • yellow value is 57.61%
  • key color value is 63.92%
CMYK:
(91,0,58,64)
C91M0Y58K64 
(91%,0%,58%,64%)
(0.91/0.00/0.58/0.64)	

CMYK percentages

%91.3
%0
%57.61
%63.92

Codes

Color #085C27 in popluar color models

085C27
RGB89239
HSL142°84.00%19.61%
HSB/HSV142°91.30%36.08%
CMYK91.30%0.00%57.61%
63.92%

Color #085C27 in popluar number systems.

HEX085C27
Decimal89239
Binary10001011100100111
Octal1013447

Shades and tints

Shades of #085C27

#085C27
(8,92,39)
#085424
(8,84,36)
#084C21
(8,76,33)
#08441E
(8,68,30)
#083C1B
(8,60,27)
#083418
(8,52,24)
#082C15
(8,44,21)
#082412
(8,36,18)
#081C0F
(8,28,15)
#08140C
(8,20,12)
#080C09
(8,12,9)
#000000
(0,0,0)

Tints of #085C27

#085C27
(8,92,39)
#1E6A3A
(30,106,58)
#34784D
(52,120,77)
#4A8660
(74,134,96)
#609473
(96,148,115)
#76A286
(118,162,134)
#8CB099
(140,176,153)
#A2BEAC
(162,190,172)
#B8CCBF
(184,204,191)
#CEDAD2
(206,218,210)
#E4E8E5
(228,232,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #085C27; }

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

This text font color is #085C27.


Background Color

.myBgColor { background-color: #085C27; }

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

This div background color is #085C27.


Border color

.myBorderColor { border: 1px solid #085C27; }

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

This div border color is #085C27.


Opacity

.myOpacity80 { color: #085C27; opacity: 0.8; }

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

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

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

This text has shadow with #085C27 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #085C27 on black background.


Color preview on white background

This text has color #085C27 on white background.



Black color preview on #085C27 background

This text has black color on #085C27 background.


White color preview on #085C27 background

This text has white color on #085C27 background.