COLOR #037D60

HEX: #037D60
RGB: (3,125,96)

Color info

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

RGB color model

#037D60 color RGB value is (3,125,96).

  • red value is 3;
  • green value is 125;
  • blue value is 96.
RGB:
(3,125,96)
(1%,49%,38%)

RGB channels and saturation

R 3 of 255 = 1%
G 125 of 255 = 49%
B 96 of 255 = 38%

3
125
96

R + G + B ~ 29%. #037D60 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
3 + 125 + 96 = 224 (100%)
R 3 of 224 ~ 1.34%
G 125 of 224 ~ 55.8%
B 96 of 224 ~ 42.86%

%55.8
%42.86

CMYK color model

#037D60 color CMYK value is (98,0,23,51).

  • cyan value is 97.60%
  • magenta value is 0.00%
  • yellow value is 23.20%
  • key color value is 50.98%
CMYK:
(98,0,23,51)
C98M0Y23K51 
(98%,0%,23%,51%)
(0.98/0.00/0.23/0.51)	

CMYK percentages

%97.6
%0
%23.2
%50.98

Codes

Color #037D60 in popluar color models

037D60
RGB312596
HSL166°95.31%25.10%
HSB/HSV166°97.60%49.02%
CMYK97.60%0.00%23.20%
50.98%

Color #037D60 in popluar number systems.

HEX037D60
Decimal312596
Binary1111111011100000
Octal3175140

Shades and tints

Shades of #037D60

#037D60
(3,125,96)
#037258
(3,114,88)
#036750
(3,103,80)
#035C48
(3,92,72)
#035140
(3,81,64)
#034638
(3,70,56)
#033B30
(3,59,48)
#033028
(3,48,40)
#032520
(3,37,32)
#031A18
(3,26,24)
#030F10
(3,15,16)
#000000
(0,0,0)

Tints of #037D60

#037D60
(3,125,96)
#19886E
(25,136,110)
#2F937C
(47,147,124)
#459E8A
(69,158,138)
#5BA998
(91,169,152)
#71B4A6
(113,180,166)
#87BFB4
(135,191,180)
#9DCAC2
(157,202,194)
#B3D5D0
(179,213,208)
#C9E0DE
(201,224,222)
#DFEBEC
(223,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #037D60 color. Also use rgb(3,125,96) instead hex code.

Text Font Color

.myTextColor { color: #037D60; }

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

This text font color is #037D60.


Background Color

.myBgColor { background-color: #037D60; }

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

This div background color is #037D60.


Border color

.myBorderColor { border: 1px solid #037D60; }

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

This div border color is #037D60.


Opacity

.myOpacity80 { color: #037D60; opacity: 0.8; }

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

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

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

This text has shadow with #037D60 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #037D60 on black background.


Color preview on white background

This text has color #037D60 on white background.



Black color preview on #037D60 background

This text has black color on #037D60 background.


White color preview on #037D60 background

This text has white color on #037D60 background.