COLOR #3E605F

HEX: #3E605F RGB: (62,96,95)

Color info

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

RGB color model

#3E605F color RGB value is (62,96,95).

RGB: (62,96,95) (24%, 38%, 37%)

RGB channels and saturation

R 62 of 255 = 24%
G 96 of 255 = 38%
B 95 of 255 = 37%

62
96
95

R + G + B ~ 33%. #3E605F is quite dark color.

Portions of RGB colors in percentages

R + G + B = 62 + 96 + 95 = 253 (100%)
R 62 of 253 ~ 24.51%
G 96 of 253 ~ 37.94%
B 95 of 253 ~ 37.55'%

%24.51
%37.94
%37.55

CMYK color model

#3E605F color CMYK value is (35,0,1,62).

  • cyan value is 35.42%
  • magenta value is 0.00%
  • yellow value is 1.04%
  • key color value is 62.35%

CMYK: (35,0,1,62)
C35M0Y1K62 (35%, 0%, 1%, 62%)
(0.35 / 0.00 / 0.01 / 0.62)

CMYK percentages

%35.42
%0
%1.04
%62.35

Codes

Color #3E605F in popluar color models

3E 60 5F
RGB 62 96 95
HSL 178° 21.52% 30.98%
HSB/HSV 178° 35.42% 37.65%
CMYK 35.42% 0.00% 1.04%
62.35%

Color #3E605F in popluar number systems.

HEX 3E 60 5F
Decimal 62 96 95
Binary 111110 1100000 1011111
Octal 76 140 137

Shades and tints

Shades of #3E605F

#3E605F
(62,96,95)
#395857
(57,88,87)
#34504F
(52,80,79)
#2F4847
(47,72,71)
#2A403F
(42,64,63)
#253837
(37,56,55)
#20302F
(32,48,47)
#1B2827
(27,40,39)
#16201F
(22,32,31)
#111817
(17,24,23)
#0C100F
(12,16,15)
#000000
(0,0,0)

Tints of #3E605F

#3E605F
(62,96,95)
#4F6E6D
(79,110,109)
#607C7B
(96,124,123)
#718A89
(113,138,137)
#829897
(130,152,151)
#93A6A5
(147,166,165)
#A4B4B3
(164,180,179)
#B5C2C1
(181,194,193)
#C6D0CF
(198,208,207)
#D7DEDD
(215,222,221)
#E8ECEB
(232,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3E605F color. Also use rgb(62,96,95) instead hex code.

Text Font Color

.myTextColor { color: #3E605F; }

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

This text font color is #3E605F.

Background Color

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

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

This div background color is #3E605F.

Border color

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

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

This div border color is #3E605F.

Opacity

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

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

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

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

This text has shadow with #3E605F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3E605F.

Preview

Color preview on black background

This text has color #3E605F on black background.


Color preview on white background

This text has color #3E605F on white background.


Black color preview on #3E605F background

This text has black color on #3E605F background.


White color preview on #3E605F background

This text has white color on #3E605F background.


Related colors

Complementary color

Complementary color for #hex is #C19FA0.


I love getcolorcode.com

Triadic colors

1 #5F3E60 and #605F3E with #3E605F are triadic colors.

2 #5F603E and #603E5F with #3E605F are triadic colors.