COLOR #3E766F

HEX: #3E766F RGB: (62,118,111)

Color info

#3E766F contains red, green and blue colors in about the same proportion. Web safe color of #3E766F is #336666 (or #366).

RGB color model

#3E766F color RGB value is (62,118,111).

RGB: (62,118,111) (24%, 46%, 44%)

RGB channels and saturation

R 62 of 255 = 24%
G 118 of 255 = 46%
B 111 of 255 = 44%

62
118
111

R + G + B ~ 38%. #3E766F is quite dark color.

Portions of RGB colors in percentages

R + G + B = 62 + 118 + 111 = 291 (100%)
R 62 of 291 ~ 21.31%
G 118 of 291 ~ 40.55%
B 111 of 291 ~ 38.14'%

%21.31
%40.55
%38.14

CMYK color model

#3E766F color CMYK value is (47,0,6,54).

  • cyan value is 47.46%
  • magenta value is 0.00%
  • yellow value is 5.93%
  • key color value is 53.73%

CMYK: (47,0,6,54)
C47M0Y6K54 (47%, 0%, 6%, 54%)
(0.47 / 0.00 / 0.06 / 0.54)

CMYK percentages

%47.46
%0
%5.93
%53.73

Codes

Color #3E766F in popluar color models

3E 76 6F
RGB 62 118 111
HSL 173° 31.11% 35.29%
HSB/HSV 173° 47.46% 46.27%
CMYK 47.46% 0.00% 5.93%
53.73%

Color #3E766F in popluar number systems.

HEX 3E 76 6F
Decimal 62 118 111
Binary 111110 1110110 1101111
Octal 76 166 157

Shades and tints

Shades of #3E766F

#3E766F
(62,118,111)
#396C65
(57,108,101)
#34625B
(52,98,91)
#2F5851
(47,88,81)
#2A4E47
(42,78,71)
#25443D
(37,68,61)
#203A33
(32,58,51)
#1B3029
(27,48,41)
#16261F
(22,38,31)
#111C15
(17,28,21)
#0C120B
(12,18,11)
#000000
(0,0,0)

Tints of #3E766F

#3E766F
(62,118,111)
#4F827C
(79,130,124)
#608E89
(96,142,137)
#719A96
(113,154,150)
#82A6A3
(130,166,163)
#93B2B0
(147,178,176)
#A4BEBD
(164,190,189)
#B5CACA
(181,202,202)
#C6D6D7
(198,214,215)
#D7E2E4
(215,226,228)
#E8EEF1
(232,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3E766F; }

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

This text font color is #3E766F.

Background Color

.myBgColor { background-color: #3E766F; }

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

This div background color is #3E766F.

Border color

.myBorderColor { border: 1px solid #3E766F; }

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

This div border color is #3E766F.

Opacity

.myOpacity80 { color: #3E766F; opacity: 0.8; }

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

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

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

This text has shadow with #3E766F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3E766F.

Preview

Color preview on black background

This text has color #3E766F on black background.


Color preview on white background

This text has color #3E766F on white background.


Black color preview on #3E766F background

This text has black color on #3E766F background.


White color preview on #3E766F background

This text has white color on #3E766F background.


Related colors

Complementary color

Complementary color for #hex is #C18990.


I love getcolorcode.com

Triadic colors

1 #6F3E76 and #766F3E with #3E766F are triadic colors.

2 #6F763E and #763E6F with #3E766F are triadic colors.