COLOR #3E6465

HEX: #3E6465 RGB: (62,100,101)

Color info

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

RGB color model

#3E6465 color RGB value is (62,100,101).

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

RGB channels and saturation

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

62
100
101

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

Portions of RGB colors in percentages

R + G + B = 62 + 100 + 101 = 263 (100%)
R 62 of 263 ~ 23.57%
G 100 of 263 ~ 38.02%
B 101 of 263 ~ 38.4'%

%23.57
%38.02
%38.4

CMYK color model

#3E6465 color CMYK value is (39,1,0,60).

  • cyan value is 38.61%
  • magenta value is 0.99%
  • yellow value is 0.00%
  • key color value is 60.39%

CMYK: (39,1,0,60)
C39M1Y0K60 (39%, 1%, 0%, 60%)
(0.39 / 0.01 / 0.00 / 0.60)

CMYK percentages

%38.61
%0.99
%0
%60.39

Codes

Color #3E6465 in popluar color models

3E 64 65
RGB 62 100 101
HSL 182° 23.93% 31.96%
HSB/HSV 182° 38.61% 39.61%
CMYK 38.61% 0.99% 0.00%
60.39%

Color #3E6465 in popluar number systems.

HEX 3E 64 65
Decimal 62 100 101
Binary 111110 1100100 1100101
Octal 76 144 145

Shades and tints

Shades of #3E6465

#3E6465
(62,100,101)
#395B5C
(57,91,92)
#345253
(52,82,83)
#2F494A
(47,73,74)
#2A4041
(42,64,65)
#253738
(37,55,56)
#202E2F
(32,46,47)
#1B2526
(27,37,38)
#161C1D
(22,28,29)
#111314
(17,19,20)
#0C0A0B
(12,10,11)
#000000
(0,0,0)

Tints of #3E6465

#3E6465
(62,100,101)
#4F7273
(79,114,115)
#608081
(96,128,129)
#718E8F
(113,142,143)
#829C9D
(130,156,157)
#93AAAB
(147,170,171)
#A4B8B9
(164,184,185)
#B5C6C7
(181,198,199)
#C6D4D5
(198,212,213)
#D7E2E3
(215,226,227)
#E8F0F1
(232,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3E6465; }

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

This text font color is #3E6465.

Background Color

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

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

This div background color is #3E6465.

Border color

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

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

This div border color is #3E6465.

Opacity

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

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

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

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

This text has shadow with #3E6465 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3E6465.

Preview

Color preview on black background

This text has color #3E6465 on black background.


Color preview on white background

This text has color #3E6465 on white background.


Black color preview on #3E6465 background

This text has black color on #3E6465 background.


White color preview on #3E6465 background

This text has white color on #3E6465 background.


Related colors

Complementary color

Complementary color for #hex is #C19B9A.


I love getcolorcode.com

Triadic colors

1 #653E64 and #64653E with #3E6465 are triadic colors.

2 #65643E and #643E65 with #3E6465 are triadic colors.