COLOR #037D4D

HEX: #037D4D RGB: (3,125,77)

Color info

#037D4D contains mainly green and blue colors. Web safe color of #037D4D is #006633 (or #063).

RGB color model

#037D4D color RGB value is (3,125,77).

RGB: (3,125,77) (1%, 49%, 30%)

RGB channels and saturation

R 3 of 255 = 1%
G 125 of 255 = 49%
B 77 of 255 = 30%

3
125
77

R + G + B ~ 27%. #037D4D is quite dark color.

Portions of RGB colors in percentages

R + G + B = 3 + 125 + 77 = 205 (100%)
R 3 of 205 ~ 1.46%
G 125 of 205 ~ 60.98%
B 77 of 205 ~ 37.56'%

%60.98
%37.56

CMYK color model

#037D4D color CMYK value is (98,0,38,51).

  • cyan value is 97.60%
  • magenta value is 0.00%
  • yellow value is 38.40%
  • key color value is 50.98%

CMYK: (98,0,38,51)
C98M0Y38K51 (98%, 0%, 38%, 51%)
(0.98 / 0.00 / 0.38 / 0.51)

CMYK percentages

%97.6
%0
%38.4
%50.98

Codes

Color #037D4D in popluar color models

03 7D 4D
RGB 3 125 77
HSL 156° 95.31% 25.10%
HSB/HSV 156° 97.60% 49.02%
CMYK 97.60% 0.00% 38.40%
50.98%

Color #037D4D in popluar number systems.

HEX 03 7D 4D
Decimal 3 125 77
Binary 11 1111101 1001101
Octal 3 175 115

Shades and tints

Shades of #037D4D

#037D4D
(3,125,77)
#037246
(3,114,70)
#03673F
(3,103,63)
#035C38
(3,92,56)
#035131
(3,81,49)
#03462A
(3,70,42)
#033B23
(3,59,35)
#03301C
(3,48,28)
#032515
(3,37,21)
#031A0E
(3,26,14)
#030F07
(3,15,7)
#000000
(0,0,0)

Tints of #037D4D

#037D4D
(3,125,77)
#19885D
(25,136,93)
#2F936D
(47,147,109)
#459E7D
(69,158,125)
#5BA98D
(91,169,141)
#71B49D
(113,180,157)
#87BFAD
(135,191,173)
#9DCABD
(157,202,189)
#B3D5CD
(179,213,205)
#C9E0DD
(201,224,221)
#DFEBED
(223,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #037D4D; }

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

This text font color is #037D4D.

Background Color

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

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

This div background color is #037D4D.

Border color

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

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

This div border color is #037D4D.

Opacity

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

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

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

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

This text has shadow with #037D4D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #037D4D.

Preview

Color preview on black background

This text has color #037D4D on black background.


Color preview on white background

This text has color #037D4D on white background.


Black color preview on #037D4D background

This text has black color on #037D4D background.


White color preview on #037D4D background

This text has white color on #037D4D background.


Related colors

Complementary color

Complementary color for #hex is #FC82B2.


I love getcolorcode.com

Triadic colors

1 #4D037D and #7D4D03 with #037D4D are triadic colors.

2 #4D7D03 and #7D034D with #037D4D are triadic colors.