COLOR #3E605D

HEX: #3E605D
RGB: (62,96,93)

Color info

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

RGB color model

#3E605D color RGB value is (62,96,93).

  • red value is 62;
  • green value is 96;
  • blue value is 93.
RGB:
(62,96,93)
(24%,38%,36%)

RGB channels and saturation

R 62 of 255 = 24%
G 96 of 255 = 38%
B 93 of 255 = 36%

62
96
93

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

Portions of RGB colors in percentages

R + G + B =
62 + 96 + 93 = 251 (100%)
R 62 of 251 ~ 24.7%
G 96 of 251 ~ 38.25%
B 93 of 251 ~ 37.05%

%24.7
%38.25
%37.05

CMYK color model

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

  • cyan value is 35.42%
  • magenta value is 0.00%
  • yellow value is 3.12%
  • key color value is 62.35%
CMYK:
(35,0,3,62)
C35M0Y3K62 
(35%,0%,3%,62%)
(0.35/0.00/0.03/0.62)	

CMYK percentages

%35.42
%0
%3.12
%62.35

Codes

Color #3E605D in popluar color models

3E605D
RGB629693
HSL175°21.52%30.98%
HSB/HSV175°35.42%37.65%
CMYK35.42%0.00%3.12%
62.35%

Color #3E605D in popluar number systems.

HEX3E605D
Decimal629693
Binary11111011000001011101
Octal76140135

Shades and tints

Shades of #3E605D

#3E605D
(62,96,93)
#395855
(57,88,85)
#34504D
(52,80,77)
#2F4845
(47,72,69)
#2A403D
(42,64,61)
#253835
(37,56,53)
#20302D
(32,48,45)
#1B2825
(27,40,37)
#16201D
(22,32,29)
#111815
(17,24,21)
#0C100D
(12,16,13)
#000000
(0,0,0)

Tints of #3E605D

#3E605D
(62,96,93)
#4F6E6B
(79,110,107)
#607C79
(96,124,121)
#718A87
(113,138,135)
#829895
(130,152,149)
#93A6A3
(147,166,163)
#A4B4B1
(164,180,177)
#B5C2BF
(181,194,191)
#C6D0CD
(198,208,205)
#D7DEDB
(215,222,219)
#E8ECE9
(232,236,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3E605D; }

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

This text font color is #3E605D.


Background Color

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

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

This div background color is #3E605D.


Border color

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

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

This div border color is #3E605D.


Opacity

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

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

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

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

This text has shadow with #3E605D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3E605D on black background.


Color preview on white background

This text has color #3E605D on white background.



Black color preview on #3E605D background

This text has black color on #3E605D background.


White color preview on #3E605D background

This text has white color on #3E605D background.