COLOR #037966

HEX: #037966 RGB: (3,121,102)

Color info

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

RGB color model

#037966 color RGB value is (3,121,102).

RGB: (3,121,102) (1%, 47%, 40%)

RGB channels and saturation

R 3 of 255 = 1%
G 121 of 255 = 47%
B 102 of 255 = 40%

3
121
102

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

Portions of RGB colors in percentages

R + G + B = 3 + 121 + 102 = 226 (100%)
R 3 of 226 ~ 1.33%
G 121 of 226 ~ 53.54%
B 102 of 226 ~ 45.13'%

%53.54
%45.13

CMYK color model

#037966 color CMYK value is (98,0,16,53).

  • cyan value is 97.52%
  • magenta value is 0.00%
  • yellow value is 15.70%
  • key color value is 52.55%

CMYK: (98,0,16,53)
C98M0Y16K53 (98%, 0%, 16%, 53%)
(0.98 / 0.00 / 0.16 / 0.53)

CMYK percentages

%97.52
%0
%15.7
%52.55

Codes

Color #037966 in popluar color models

03 79 66
RGB 3 121 102
HSL 170° 95.16% 24.31%
HSB/HSV 170° 97.52% 47.45%
CMYK 97.52% 0.00% 15.70%
52.55%

Color #037966 in popluar number systems.

HEX 03 79 66
Decimal 3 121 102
Binary 11 1111001 1100110
Octal 3 171 146

Shades and tints

Shades of #037966

#037966
(3,121,102)
#036E5D
(3,110,93)
#036354
(3,99,84)
#03584B
(3,88,75)
#034D42
(3,77,66)
#034239
(3,66,57)
#033730
(3,55,48)
#032C27
(3,44,39)
#03211E
(3,33,30)
#031615
(3,22,21)
#030B0C
(3,11,12)
#000000
(0,0,0)

Tints of #037966

#037966
(3,121,102)
#198573
(25,133,115)
#2F9180
(47,145,128)
#459D8D
(69,157,141)
#5BA99A
(91,169,154)
#71B5A7
(113,181,167)
#87C1B4
(135,193,180)
#9DCDC1
(157,205,193)
#B3D9CE
(179,217,206)
#C9E5DB
(201,229,219)
#DFF1E8
(223,241,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #037966 color. Also use rgb(3,121,102) instead hex code.

Text Font Color

.myTextColor { color: #037966; }

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

This text font color is #037966.

Background Color

.myBgColor { background-color: #037966; }

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

This div background color is #037966.

Border color

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

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

This div border color is #037966.

Opacity

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

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

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

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

This text has shadow with #037966 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #037966.

Preview

Color preview on black background

This text has color #037966 on black background.


Color preview on white background

This text has color #037966 on white background.


Black color preview on #037966 background

This text has black color on #037966 background.


White color preview on #037966 background

This text has white color on #037966 background.


Related colors

Complementary color

Complementary color for #hex is #FC8699.


I love getcolorcode.com

Triadic colors

1 #660379 and #796603 with #037966 are triadic colors.

2 #667903 and #790366 with #037966 are triadic colors.