COLOR #05876C

HEX: #05876C
RGB: (5,135,108)

Color info

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

RGB color model

#05876C color RGB value is (5,135,108).

  • red value is 5;
  • green value is 135;
  • blue value is 108.
RGB:
(5,135,108)
(2%,53%,42%)

RGB channels and saturation

R 5 of 255 = 2%
G 135 of 255 = 53%
B 108 of 255 = 42%

5
135
108

R + G + B ~ 32%. #05876C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
5 + 135 + 108 = 248 (100%)
R 5 of 248 ~ 2.02%
G 135 of 248 ~ 54.44%
B 108 of 248 ~ 43.55%

%54.44
%43.55

CMYK color model

#05876C color CMYK value is (96,0,20,47).

  • cyan value is 96.30%
  • magenta value is 0.00%
  • yellow value is 20.00%
  • key color value is 47.06%
CMYK:
(96,0,20,47)
C96M0Y20K47 
(96%,0%,20%,47%)
(0.96/0.00/0.20/0.47)	

CMYK percentages

%96.3
%0
%20
%47.06

Codes

Color #05876C in popluar color models

05876C
RGB5135108
HSL168°92.86%27.45%
HSB/HSV168°96.30%52.94%
CMYK96.30%0.00%20.00%
47.06%

Color #05876C in popluar number systems.

HEX05876C
Decimal5135108
Binary101100001111101100
Octal5207154

Shades and tints

Shades of #05876C

#05876C
(5,135,108)
#057B63
(5,123,99)
#056F5A
(5,111,90)
#056351
(5,99,81)
#055748
(5,87,72)
#054B3F
(5,75,63)
#053F36
(5,63,54)
#05332D
(5,51,45)
#052724
(5,39,36)
#051B1B
(5,27,27)
#050F12
(5,15,18)
#000000
(0,0,0)

Tints of #05876C

#05876C
(5,135,108)
#1B9179
(27,145,121)
#319B86
(49,155,134)
#47A593
(71,165,147)
#5DAFA0
(93,175,160)
#73B9AD
(115,185,173)
#89C3BA
(137,195,186)
#9FCDC7
(159,205,199)
#B5D7D4
(181,215,212)
#CBE1E1
(203,225,225)
#E1EBEE
(225,235,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #05876C color. Also use rgb(5,135,108) instead hex code.

Text Font Color

.myTextColor { color: #05876C; }

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

This text font color is #05876C.


Background Color

.myBgColor { background-color: #05876C; }

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

This div background color is #05876C.


Border color

.myBorderColor { border: 1px solid #05876C; }

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

This div border color is #05876C.


Opacity

.myOpacity80 { color: #05876C; opacity: 0.8; }

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

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

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

This text has shadow with #05876C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #05876C on black background.


Color preview on white background

This text has color #05876C on white background.



Black color preview on #05876C background

This text has black color on #05876C background.


White color preview on #05876C background

This text has white color on #05876C background.