COLOR #3E766D

HEX: #3E766D RGB: (62,118,109)

Color info

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

RGB color model

#3E766D color RGB value is (62,118,109).

RGB: (62,118,109) (24%, 46%, 43%)

RGB channels and saturation

R 62 of 255 = 24%
G 118 of 255 = 46%
B 109 of 255 = 43%

62
118
109

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

Portions of RGB colors in percentages

R + G + B = 62 + 118 + 109 = 289 (100%)
R 62 of 289 ~ 21.45%
G 118 of 289 ~ 40.83%
B 109 of 289 ~ 37.72'%

%21.45
%40.83
%37.72

CMYK color model

#3E766D color CMYK value is (47,0,8,54).

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

CMYK: (47,0,8,54)
C47M0Y8K54 (47%, 0%, 8%, 54%)
(0.47 / 0.00 / 0.08 / 0.54)

CMYK percentages

%47.46
%0
%7.63
%53.73

Codes

Color #3E766D in popluar color models

3E 76 6D
RGB 62 118 109
HSL 170° 31.11% 35.29%
HSB/HSV 170° 47.46% 46.27%
CMYK 47.46% 0.00% 7.63%
53.73%

Color #3E766D in popluar number systems.

HEX 3E 76 6D
Decimal 62 118 109
Binary 111110 1110110 1101101
Octal 76 166 155

Shades and tints

Shades of #3E766D

#3E766D
(62,118,109)
#396C64
(57,108,100)
#34625B
(52,98,91)
#2F5852
(47,88,82)
#2A4E49
(42,78,73)
#254440
(37,68,64)
#203A37
(32,58,55)
#1B302E
(27,48,46)
#162625
(22,38,37)
#111C1C
(17,28,28)
#0C1213
(12,18,19)
#000000
(0,0,0)

Tints of #3E766D

#3E766D
(62,118,109)
#4F827A
(79,130,122)
#608E87
(96,142,135)
#719A94
(113,154,148)
#82A6A1
(130,166,161)
#93B2AE
(147,178,174)
#A4BEBB
(164,190,187)
#B5CAC8
(181,202,200)
#C6D6D5
(198,214,213)
#D7E2E2
(215,226,226)
#E8EEEF
(232,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3E766D; }

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

This text font color is #3E766D.

Background Color

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

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

This div background color is #3E766D.

Border color

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

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

This div border color is #3E766D.

Opacity

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

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

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

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

This text has shadow with #3E766D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3E766D.

Preview

Color preview on black background

This text has color #3E766D on black background.


Color preview on white background

This text has color #3E766D on white background.


Black color preview on #3E766D background

This text has black color on #3E766D background.


White color preview on #3E766D background

This text has white color on #3E766D background.


Related colors

Complementary color

Complementary color for #hex is #C18992.


I love getcolorcode.com

Triadic colors

1 #6D3E76 and #766D3E with #3E766D are triadic colors.

2 #6D763E and #763E6D with #3E766D are triadic colors.