COLOR #3E6467

HEX: #3E6467 RGB: (62,100,103)

Color info

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

RGB color model

#3E6467 color RGB value is (62,100,103).

RGB: (62,100,103) (24%, 39%, 40%)

RGB channels and saturation

R 62 of 255 = 24%
G 100 of 255 = 39%
B 103 of 255 = 40%

62
100
103

R + G + B ~ 34%. #3E6467 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 62 + 100 + 103 = 265 (100%)
R 62 of 265 ~ 23.4%
G 100 of 265 ~ 37.74%
B 103 of 265 ~ 38.87'%

%23.4
%37.74
%38.87

CMYK color model

#3E6467 color CMYK value is (40,3,0,60).

  • cyan value is 39.81%
  • magenta value is 2.91%
  • yellow value is 0.00%
  • key color value is 59.61%

CMYK: (40,3,0,60)
C40M3Y0K60 (40%, 3%, 0%, 60%)
(0.40 / 0.03 / 0.00 / 0.60)

CMYK percentages

%39.81
%2.91
%0
%59.61

Codes

Color #3E6467 in popluar color models

3E 64 67
RGB 62 100 103
HSL 184° 24.85% 32.35%
HSB/HSV 184° 39.81% 40.39%
CMYK 39.81% 2.91% 0.00%
59.61%

Color #3E6467 in popluar number systems.

HEX 3E 64 67
Decimal 62 100 103
Binary 111110 1100100 1100111
Octal 76 144 147

Shades and tints

Shades of #3E6467

#3E6467
(62,100,103)
#395B5E
(57,91,94)
#345255
(52,82,85)
#2F494C
(47,73,76)
#2A4043
(42,64,67)
#25373A
(37,55,58)
#202E31
(32,46,49)
#1B2528
(27,37,40)
#161C1F
(22,28,31)
#111316
(17,19,22)
#0C0A0D
(12,10,13)
#000000
(0,0,0)

Tints of #3E6467

#3E6467
(62,100,103)
#4F7274
(79,114,116)
#608081
(96,128,129)
#718E8E
(113,142,142)
#829C9B
(130,156,155)
#93AAA8
(147,170,168)
#A4B8B5
(164,184,181)
#B5C6C2
(181,198,194)
#C6D4CF
(198,212,207)
#D7E2DC
(215,226,220)
#E8F0E9
(232,240,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3E6467; }

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

This text font color is #3E6467.

Background Color

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

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

This div background color is #3E6467.

Border color

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

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

This div border color is #3E6467.

Opacity

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

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

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

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

This text has shadow with #3E6467 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3E6467.

Preview

Color preview on black background

This text has color #3E6467 on black background.


Color preview on white background

This text has color #3E6467 on white background.


Black color preview on #3E6467 background

This text has black color on #3E6467 background.


White color preview on #3E6467 background

This text has white color on #3E6467 background.


Related colors

Complementary color

Complementary color for #hex is #C19B98.


I love getcolorcode.com

Triadic colors

1 #673E64 and #64673E with #3E6467 are triadic colors.

2 #67643E and #643E67 with #3E6467 are triadic colors.