COLOR #3E646C

HEX: #3E646C RGB: (62,100,108)

Color info

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

RGB color model

#3E646C color RGB value is (62,100,108).

RGB: (62,100,108) (24%, 39%, 42%)

RGB channels and saturation

R 62 of 255 = 24%
G 100 of 255 = 39%
B 108 of 255 = 42%

62
100
108

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

Portions of RGB colors in percentages

R + G + B = 62 + 100 + 108 = 270 (100%)
R 62 of 270 ~ 22.96%
G 100 of 270 ~ 37.04%
B 108 of 270 ~ 40'%

%22.96
%37.04
%40

CMYK color model

#3E646C color CMYK value is (43,7,0,58).

  • cyan value is 42.59%
  • magenta value is 7.41%
  • yellow value is 0.00%
  • key color value is 57.65%

CMYK: (43,7,0,58)
C43M7Y0K58 (43%, 7%, 0%, 58%)
(0.43 / 0.07 / 0.00 / 0.58)

CMYK percentages

%42.59
%7.41
%0
%57.65

Codes

Color #3E646C in popluar color models

3E 64 6C
RGB 62 100 108
HSL 190° 27.06% 33.33%
HSB/HSV 190° 42.59% 42.35%
CMYK 42.59% 7.41% 0.00%
57.65%

Color #3E646C in popluar number systems.

HEX 3E 64 6C
Decimal 62 100 108
Binary 111110 1100100 1101100
Octal 76 144 154

Shades and tints

Shades of #3E646C

#3E646C
(62,100,108)
#395B63
(57,91,99)
#34525A
(52,82,90)
#2F4951
(47,73,81)
#2A4048
(42,64,72)
#25373F
(37,55,63)
#202E36
(32,46,54)
#1B252D
(27,37,45)
#161C24
(22,28,36)
#11131B
(17,19,27)
#0C0A12
(12,10,18)
#000000
(0,0,0)

Tints of #3E646C

#3E646C
(62,100,108)
#4F7279
(79,114,121)
#608086
(96,128,134)
#718E93
(113,142,147)
#829CA0
(130,156,160)
#93AAAD
(147,170,173)
#A4B8BA
(164,184,186)
#B5C6C7
(181,198,199)
#C6D4D4
(198,212,212)
#D7E2E1
(215,226,225)
#E8F0EE
(232,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3E646C color. Also use rgb(62,100,108) instead hex code.

Text Font Color

.myTextColor { color: #3E646C; }

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

This text font color is #3E646C.

Background Color

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

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

This div background color is #3E646C.

Border color

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

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

This div border color is #3E646C.

Opacity

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

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

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

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

This text has shadow with #3E646C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3E646C.

Preview

Color preview on black background

This text has color #3E646C on black background.


Color preview on white background

This text has color #3E646C on white background.


Black color preview on #3E646C background

This text has black color on #3E646C background.


White color preview on #3E646C background

This text has white color on #3E646C background.


Related colors

Complementary color

Complementary color for #hex is #C19B93.


I love getcolorcode.com

Triadic colors

1 #6C3E64 and #646C3E with #3E646C are triadic colors.

2 #6C643E and #643E6C with #3E646C are triadic colors.