COLOR #059869

HEX: #059869
RGB: (5,152,105)

Color info

#059869 contains mainly green and blue colors. Web safe color of #059869 is #009966 (or #096).

RGB color model

#059869 color RGB value is (5,152,105).

  • red value is 5;
  • green value is 152;
  • blue value is 105.
RGB:
(5,152,105)
(2%,60%,41%)

RGB channels and saturation

R 5 of 255 = 2%
G 152 of 255 = 60%
B 105 of 255 = 41%

5
152
105

R + G + B ~ 34%. #059869 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
5 + 152 + 105 = 262 (100%)
R 5 of 262 ~ 1.91%
G 152 of 262 ~ 58.02%
B 105 of 262 ~ 40.08%

%58.02
%40.08

CMYK color model

#059869 color CMYK value is (97,0,31,40).

  • cyan value is 96.71%
  • magenta value is 0.00%
  • yellow value is 30.92%
  • key color value is 40.39%
CMYK:
(97,0,31,40)
C97M0Y31K40 
(97%,0%,31%,40%)
(0.97/0.00/0.31/0.40)	

CMYK percentages

%96.71
%0
%30.92
%40.39

Codes

Color #059869 in popluar color models

059869
RGB5152105
HSL161°93.63%30.78%
HSB/HSV161°96.71%59.61%
CMYK96.71%0.00%30.92%
40.39%

Color #059869 in popluar number systems.

HEX059869
Decimal5152105
Binary101100110001101001
Octal5230151

Shades and tints

Shades of #059869

#059869
(5,152,105)
#058B60
(5,139,96)
#057E57
(5,126,87)
#05714E
(5,113,78)
#056445
(5,100,69)
#05573C
(5,87,60)
#054A33
(5,74,51)
#053D2A
(5,61,42)
#053021
(5,48,33)
#052318
(5,35,24)
#05160F
(5,22,15)
#000000
(0,0,0)

Tints of #059869

#059869
(5,152,105)
#1BA176
(27,161,118)
#31AA83
(49,170,131)
#47B390
(71,179,144)
#5DBC9D
(93,188,157)
#73C5AA
(115,197,170)
#89CEB7
(137,206,183)
#9FD7C4
(159,215,196)
#B5E0D1
(181,224,209)
#CBE9DE
(203,233,222)
#E1F2EB
(225,242,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #059869 color. Also use rgb(5,152,105) instead hex code.

Text Font Color

.myTextColor { color: #059869; }

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

This text font color is #059869.


Background Color

.myBgColor { background-color: #059869; }

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

This div background color is #059869.


Border color

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

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

This div border color is #059869.


Opacity

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

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

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

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

This text has shadow with #059869 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #059869 on black background.


Color preview on white background

This text has color #059869 on white background.



Black color preview on #059869 background

This text has black color on #059869 background.


White color preview on #059869 background

This text has white color on #059869 background.