COLOR #085A36

HEX: #085A36
RGB: (8,90,54)

Color info

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

RGB color model

#085A36 color RGB value is (8,90,54).

  • red value is 8;
  • green value is 90;
  • blue value is 54.
RGB:
(8,90,54)
(3%,35%,21%)

RGB channels and saturation

R 8 of 255 = 3%
G 90 of 255 = 35%
B 54 of 255 = 21%

8
90
54

R + G + B ~ 20%. #085A36 is dark color.

Portions of RGB colors in percentages

R + G + B =
8 + 90 + 54 = 152 (100%)
R 8 of 152 ~ 5.26%
G 90 of 152 ~ 59.21%
B 54 of 152 ~ 35.53%

%59.21
%35.53

CMYK color model

#085A36 color CMYK value is (91,0,40,65).

  • cyan value is 91.11%
  • magenta value is 0.00%
  • yellow value is 40.00%
  • key color value is 64.71%
CMYK:
(91,0,40,65)
C91M0Y40K65 
(91%,0%,40%,65%)
(0.91/0.00/0.40/0.65)	

CMYK percentages

%91.11
%0
%40
%64.71

Codes

Color #085A36 in popluar color models

085A36
RGB89054
HSL154°83.67%19.22%
HSB/HSV154°91.11%35.29%
CMYK91.11%0.00%40.00%
64.71%

Color #085A36 in popluar number systems.

HEX085A36
Decimal89054
Binary10001011010110110
Octal1013266

Shades and tints

Shades of #085A36

#085A36
(8,90,54)
#085232
(8,82,50)
#084A2E
(8,74,46)
#08422A
(8,66,42)
#083A26
(8,58,38)
#083222
(8,50,34)
#082A1E
(8,42,30)
#08221A
(8,34,26)
#081A16
(8,26,22)
#081212
(8,18,18)
#080A0E
(8,10,14)
#000000
(0,0,0)

Tints of #085A36

#085A36
(8,90,54)
#1E6948
(30,105,72)
#34785A
(52,120,90)
#4A876C
(74,135,108)
#60967E
(96,150,126)
#76A590
(118,165,144)
#8CB4A2
(140,180,162)
#A2C3B4
(162,195,180)
#B8D2C6
(184,210,198)
#CEE1D8
(206,225,216)
#E4F0EA
(228,240,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #085A36 color. Also use rgb(8,90,54) instead hex code.

Text Font Color

.myTextColor { color: #085A36; }

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

This text font color is #085A36.


Background Color

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

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

This div background color is #085A36.


Border color

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

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

This div border color is #085A36.


Opacity

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

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

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

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

This text has shadow with #085A36 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #085A36 on black background.


Color preview on white background

This text has color #085A36 on white background.



Black color preview on #085A36 background

This text has black color on #085A36 background.


White color preview on #085A36 background

This text has white color on #085A36 background.