COLOR #085752

HEX: #085752
RGB: (8,87,82)

Color info

#085752 contains mainly green and blue colors. Web safe color of #085752 is #006666 (or #066).

RGB color model

#085752 color RGB value is (8,87,82).

  • red value is 8;
  • green value is 87;
  • blue value is 82.
RGB:
(8,87,82)
(3%,34%,32%)

RGB channels and saturation

R 8 of 255 = 3%
G 87 of 255 = 34%
B 82 of 255 = 32%

8
87
82

R + G + B ~ 23%. #085752 is dark color.

Portions of RGB colors in percentages

R + G + B =
8 + 87 + 82 = 177 (100%)
R 8 of 177 ~ 4.52%
G 87 of 177 ~ 49.15%
B 82 of 177 ~ 46.33%

%49.15
%46.33

CMYK color model

#085752 color CMYK value is (91,0,6,66).

  • cyan value is 90.80%
  • magenta value is 0.00%
  • yellow value is 5.75%
  • key color value is 65.88%
CMYK:
(91,0,6,66)
C91M0Y6K66 
(91%,0%,6%,66%)
(0.91/0.00/0.06/0.66)	

CMYK percentages

%90.8
%0
%5.75
%65.88

Codes

Color #085752 in popluar color models

085752
RGB88782
HSL176°83.16%18.63%
HSB/HSV176°90.80%34.12%
CMYK90.80%0.00%5.75%
65.88%

Color #085752 in popluar number systems.

HEX085752
Decimal88782
Binary100010101111010010
Octal10127122

Shades and tints

Shades of #085752

#085752
(8,87,82)
#08504B
(8,80,75)
#084944
(8,73,68)
#08423D
(8,66,61)
#083B36
(8,59,54)
#08342F
(8,52,47)
#082D28
(8,45,40)
#082621
(8,38,33)
#081F1A
(8,31,26)
#081813
(8,24,19)
#08110C
(8,17,12)
#000000
(0,0,0)

Tints of #085752

#085752
(8,87,82)
#1E6661
(30,102,97)
#347570
(52,117,112)
#4A847F
(74,132,127)
#60938E
(96,147,142)
#76A29D
(118,162,157)
#8CB1AC
(140,177,172)
#A2C0BB
(162,192,187)
#B8CFCA
(184,207,202)
#CEDED9
(206,222,217)
#E4EDE8
(228,237,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #085752 color. Also use rgb(8,87,82) instead hex code.

Text Font Color

.myTextColor { color: #085752; }

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

This text font color is #085752.


Background Color

.myBgColor { background-color: #085752; }

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

This div background color is #085752.


Border color

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

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

This div border color is #085752.


Opacity

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

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

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

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

This text has shadow with #085752 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #085752 on black background.


Color preview on white background

This text has color #085752 on white background.



Black color preview on #085752 background

This text has black color on #085752 background.


White color preview on #085752 background

This text has white color on #085752 background.