COLOR #037876

HEX: #037876
RGB: (3,120,118)

Color info

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

RGB color model

#037876 color RGB value is (3,120,118).

  • red value is 3;
  • green value is 120;
  • blue value is 118.
RGB:
(3,120,118)
(1%,47%,46%)

RGB channels and saturation

R 3 of 255 = 1%
G 120 of 255 = 47%
B 118 of 255 = 46%

3
120
118

R + G + B ~ 31%. #037876 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
3 + 120 + 118 = 241 (100%)
R 3 of 241 ~ 1.24%
G 120 of 241 ~ 49.79%
B 118 of 241 ~ 48.96%

%49.79
%48.96

CMYK color model

#037876 color CMYK value is (98,0,2,53).

  • cyan value is 97.50%
  • magenta value is 0.00%
  • yellow value is 1.67%
  • key color value is 52.94%
CMYK:
(98,0,2,53)
C98M0Y2K53 
(98%,0%,2%,53%)
(0.98/0.00/0.02/0.53)	

CMYK percentages

%97.5
%0
%1.67
%52.94

Codes

Color #037876 in popluar color models

037876
RGB3120118
HSL179°95.12%24.12%
HSB/HSV179°97.50%47.06%
CMYK97.50%0.00%1.67%
52.94%

Color #037876 in popluar number systems.

HEX037876
Decimal3120118
Binary1111110001110110
Octal3170166

Shades and tints

Shades of #037876

#037876
(3,120,118)
#036E6C
(3,110,108)
#036462
(3,100,98)
#035A58
(3,90,88)
#03504E
(3,80,78)
#034644
(3,70,68)
#033C3A
(3,60,58)
#033230
(3,50,48)
#032826
(3,40,38)
#031E1C
(3,30,28)
#031412
(3,20,18)
#000000
(0,0,0)

Tints of #037876

#037876
(3,120,118)
#198482
(25,132,130)
#2F908E
(47,144,142)
#459C9A
(69,156,154)
#5BA8A6
(91,168,166)
#71B4B2
(113,180,178)
#87C0BE
(135,192,190)
#9DCCCA
(157,204,202)
#B3D8D6
(179,216,214)
#C9E4E2
(201,228,226)
#DFF0EE
(223,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #037876 color. Also use rgb(3,120,118) instead hex code.

Text Font Color

.myTextColor { color: #037876; }

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

This text font color is #037876.


Background Color

.myBgColor { background-color: #037876; }

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

This div background color is #037876.


Border color

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

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

This div border color is #037876.


Opacity

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

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

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

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

This text has shadow with #037876 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #037876 on black background.


Color preview on white background

This text has color #037876 on white background.



Black color preview on #037876 background

This text has black color on #037876 background.


White color preview on #037876 background

This text has white color on #037876 background.