COLOR #037F58

HEX: #037F58 RGB: (3,127,88)

Color info

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

RGB color model

#037F58 color RGB value is (3,127,88).

RGB: (3,127,88) (1%, 50%, 35%)

RGB channels and saturation

R 3 of 255 = 1%
G 127 of 255 = 50%
B 88 of 255 = 35%

3
127
88

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

Portions of RGB colors in percentages

R + G + B = 3 + 127 + 88 = 218 (100%)
R 3 of 218 ~ 1.38%
G 127 of 218 ~ 58.26%
B 88 of 218 ~ 40.37'%

%58.26
%40.37

CMYK color model

#037F58 color CMYK value is (98,0,31,50).

  • cyan value is 97.64%
  • magenta value is 0.00%
  • yellow value is 30.71%
  • key color value is 50.20%

CMYK: (98,0,31,50)
C98M0Y31K50 (98%, 0%, 31%, 50%)
(0.98 / 0.00 / 0.31 / 0.50)

CMYK percentages

%97.64
%0
%30.71
%50.2

Codes

Color #037F58 in popluar color models

03 7F 58
RGB 3 127 88
HSL 161° 95.38% 25.49%
HSB/HSV 161° 97.64% 49.80%
CMYK 97.64% 0.00% 30.71%
50.20%

Color #037F58 in popluar number systems.

HEX 03 7F 58
Decimal 3 127 88
Binary 11 1111111 1011000
Octal 3 177 130

Shades and tints

Shades of #037F58

#037F58
(3,127,88)
#037450
(3,116,80)
#036948
(3,105,72)
#035E40
(3,94,64)
#035338
(3,83,56)
#034830
(3,72,48)
#033D28
(3,61,40)
#033220
(3,50,32)
#032718
(3,39,24)
#031C10
(3,28,16)
#031108
(3,17,8)
#000000
(0,0,0)

Tints of #037F58

#037F58
(3,127,88)
#198A67
(25,138,103)
#2F9576
(47,149,118)
#45A085
(69,160,133)
#5BAB94
(91,171,148)
#71B6A3
(113,182,163)
#87C1B2
(135,193,178)
#9DCCC1
(157,204,193)
#B3D7D0
(179,215,208)
#C9E2DF
(201,226,223)
#DFEDEE
(223,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #037F58 color. Also use rgb(3,127,88) instead hex code.

Text Font Color

.myTextColor { color: #037F58; }

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

This text font color is #037F58.

Background Color

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

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

This div background color is #037F58.

Border color

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

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

This div border color is #037F58.

Opacity

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

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

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

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

This text has shadow with #037F58 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #037F58.

Preview

Color preview on black background

This text has color #037F58 on black background.


Color preview on white background

This text has color #037F58 on white background.


Black color preview on #037F58 background

This text has black color on #037F58 background.


White color preview on #037F58 background

This text has white color on #037F58 background.


Related colors

Complementary color

Complementary color for #hex is #FC80A7.


I love getcolorcode.com

Triadic colors

1 #58037F and #7F5803 with #037F58 are triadic colors.

2 #587F03 and #7F0358 with #037F58 are triadic colors.