COLOR #3E6E63

HEX: #3E6E63 RGB: (62,110,99)

Color info

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

RGB color model

#3E6E63 color RGB value is (62,110,99).

RGB: (62,110,99) (24%, 43%, 39%)

RGB channels and saturation

R 62 of 255 = 24%
G 110 of 255 = 43%
B 99 of 255 = 39%

62
110
99

R + G + B ~ 35%. #3E6E63 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 62 + 110 + 99 = 271 (100%)
R 62 of 271 ~ 22.88%
G 110 of 271 ~ 40.59%
B 99 of 271 ~ 36.53'%

%22.88
%40.59
%36.53

CMYK color model

#3E6E63 color CMYK value is (44,0,10,57).

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

CMYK: (44,0,10,57)
C44M0Y10K57 (44%, 0%, 10%, 57%)
(0.44 / 0.00 / 0.10 / 0.57)

CMYK percentages

%43.64
%0
%10
%56.86

Codes

Color #3E6E63 in popluar color models

3E 6E 63
RGB 62 110 99
HSL 166° 27.91% 33.73%
HSB/HSV 166° 43.64% 43.14%
CMYK 43.64% 0.00% 10.00%
56.86%

Color #3E6E63 in popluar number systems.

HEX 3E 6E 63
Decimal 62 110 99
Binary 111110 1101110 1100011
Octal 76 156 143

Shades and tints

Shades of #3E6E63

#3E6E63
(62,110,99)
#39645A
(57,100,90)
#345A51
(52,90,81)
#2F5048
(47,80,72)
#2A463F
(42,70,63)
#253C36
(37,60,54)
#20322D
(32,50,45)
#1B2824
(27,40,36)
#161E1B
(22,30,27)
#111412
(17,20,18)
#0C0A09
(12,10,9)
#000000
(0,0,0)

Tints of #3E6E63

#3E6E63
(62,110,99)
#4F7B71
(79,123,113)
#60887F
(96,136,127)
#71958D
(113,149,141)
#82A29B
(130,162,155)
#93AFA9
(147,175,169)
#A4BCB7
(164,188,183)
#B5C9C5
(181,201,197)
#C6D6D3
(198,214,211)
#D7E3E1
(215,227,225)
#E8F0EF
(232,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3E6E63; }

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

This text font color is #3E6E63.

Background Color

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

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

This div background color is #3E6E63.

Border color

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

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

This div border color is #3E6E63.

Opacity

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

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

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

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

This text has shadow with #3E6E63 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3E6E63.

Preview

Color preview on black background

This text has color #3E6E63 on black background.


Color preview on white background

This text has color #3E6E63 on white background.


Black color preview on #3E6E63 background

This text has black color on #3E6E63 background.


White color preview on #3E6E63 background

This text has white color on #3E6E63 background.


Related colors

Complementary color

Complementary color for #hex is #C1919C.


I love getcolorcode.com

Triadic colors

1 #633E6E and #6E633E with #3E6E63 are triadic colors.

2 #636E3E and #6E3E63 with #3E6E63 are triadic colors.