COLOR #3E6D6E

HEX: #3E6D6E RGB: (62,109,110)

Color info

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

RGB color model

#3E6D6E color RGB value is (62,109,110).

RGB: (62,109,110) (24%, 43%, 43%)

RGB channels and saturation

R 62 of 255 = 24%
G 109 of 255 = 43%
B 110 of 255 = 43%

62
109
110

R + G + B ~ 37%. #3E6D6E is quite dark color.

Portions of RGB colors in percentages

R + G + B = 62 + 109 + 110 = 281 (100%)
R 62 of 281 ~ 22.06%
G 109 of 281 ~ 38.79%
B 110 of 281 ~ 39.15'%

%22.06
%38.79
%39.15

CMYK color model

#3E6D6E color CMYK value is (44,1,0,57).

  • cyan value is 43.64%
  • magenta value is 0.91%
  • yellow value is 0.00%
  • key color value is 56.86%

CMYK: (44,1,0,57)
C44M1Y0K57 (44%, 1%, 0%, 57%)
(0.44 / 0.01 / 0.00 / 0.57)

CMYK percentages

%43.64
%0.91
%0
%56.86

Codes

Color #3E6D6E in popluar color models

3E 6D 6E
RGB 62 109 110
HSL 181° 27.91% 33.73%
HSB/HSV 181° 43.64% 43.14%
CMYK 43.64% 0.91% 0.00%
56.86%

Color #3E6D6E in popluar number systems.

HEX 3E 6D 6E
Decimal 62 109 110
Binary 111110 1101101 1101110
Octal 76 155 156

Shades and tints

Shades of #3E6D6E

#3E6D6E
(62,109,110)
#396464
(57,100,100)
#345B5A
(52,91,90)
#2F5250
(47,82,80)
#2A4946
(42,73,70)
#25403C
(37,64,60)
#203732
(32,55,50)
#1B2E28
(27,46,40)
#16251E
(22,37,30)
#111C14
(17,28,20)
#0C130A
(12,19,10)
#000000
(0,0,0)

Tints of #3E6D6E

#3E6D6E
(62,109,110)
#4F7A7B
(79,122,123)
#608788
(96,135,136)
#719495
(113,148,149)
#82A1A2
(130,161,162)
#93AEAF
(147,174,175)
#A4BBBC
(164,187,188)
#B5C8C9
(181,200,201)
#C6D5D6
(198,213,214)
#D7E2E3
(215,226,227)
#E8EFF0
(232,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3E6D6E; }

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

This text font color is #3E6D6E.

Background Color

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

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

This div background color is #3E6D6E.

Border color

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

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

This div border color is #3E6D6E.

Opacity

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

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

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

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

This text has shadow with #3E6D6E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3E6D6E.

Preview

Color preview on black background

This text has color #3E6D6E on black background.


Color preview on white background

This text has color #3E6D6E on white background.


Black color preview on #3E6D6E background

This text has black color on #3E6D6E background.


White color preview on #3E6D6E background

This text has white color on #3E6D6E background.


Related colors

Complementary color

Complementary color for #hex is #C19291.


I love getcolorcode.com

Triadic colors

1 #6E3E6D and #6D6E3E with #3E6D6E are triadic colors.

2 #6E6D3E and #6D3E6E with #3E6D6E are triadic colors.