COLOR #3E6E65

HEX: #3E6E65 RGB: (62,110,101)

Color info

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

RGB color model

#3E6E65 color RGB value is (62,110,101).

RGB: (62,110,101) (24%, 43%, 40%)

RGB channels and saturation

R 62 of 255 = 24%
G 110 of 255 = 43%
B 101 of 255 = 40%

62
110
101

R + G + B ~ 36%. #3E6E65 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 62 + 110 + 101 = 273 (100%)
R 62 of 273 ~ 22.71%
G 110 of 273 ~ 40.29%
B 101 of 273 ~ 37'%

%22.71
%40.29
%37

CMYK color model

#3E6E65 color CMYK value is (44,0,8,57).

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

CMYK: (44,0,8,57)
C44M0Y8K57 (44%, 0%, 8%, 57%)
(0.44 / 0.00 / 0.08 / 0.57)

CMYK percentages

%43.64
%0
%8.18
%56.86

Codes

Color #3E6E65 in popluar color models

3E 6E 65
RGB 62 110 101
HSL 169° 27.91% 33.73%
HSB/HSV 169° 43.64% 43.14%
CMYK 43.64% 0.00% 8.18%
56.86%

Color #3E6E65 in popluar number systems.

HEX 3E 6E 65
Decimal 62 110 101
Binary 111110 1101110 1100101
Octal 76 156 145

Shades and tints

Shades of #3E6E65

#3E6E65
(62,110,101)
#39645C
(57,100,92)
#345A53
(52,90,83)
#2F504A
(47,80,74)
#2A4641
(42,70,65)
#253C38
(37,60,56)
#20322F
(32,50,47)
#1B2826
(27,40,38)
#161E1D
(22,30,29)
#111414
(17,20,20)
#0C0A0B
(12,10,11)
#000000
(0,0,0)

Tints of #3E6E65

#3E6E65
(62,110,101)
#4F7B73
(79,123,115)
#608881
(96,136,129)
#71958F
(113,149,143)
#82A29D
(130,162,157)
#93AFAB
(147,175,171)
#A4BCB9
(164,188,185)
#B5C9C7
(181,201,199)
#C6D6D5
(198,214,213)
#D7E3E3
(215,227,227)
#E8F0F1
(232,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3E6E65; }

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

This text font color is #3E6E65.

Background Color

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

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

This div background color is #3E6E65.

Border color

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

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

This div border color is #3E6E65.

Opacity

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

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

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

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

This text has shadow with #3E6E65 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3E6E65.

Preview

Color preview on black background

This text has color #3E6E65 on black background.


Color preview on white background

This text has color #3E6E65 on white background.


Black color preview on #3E6E65 background

This text has black color on #3E6E65 background.


White color preview on #3E6E65 background

This text has white color on #3E6E65 background.


Related colors

Complementary color

Complementary color for #hex is #C1919A.


I love getcolorcode.com

Triadic colors

1 #653E6E and #6E653E with #3E6E65 are triadic colors.

2 #656E3E and #6E3E65 with #3E6E65 are triadic colors.