COLOR #3E655D

HEX: #3E655D
RGB: (62,101,93)

Color info

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

RGB color model

#3E655D color RGB value is (62,101,93).

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

RGB channels and saturation

R 62 of 255 = 24%
G 101 of 255 = 40%
B 93 of 255 = 36%

62
101
93

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

Portions of RGB colors in percentages

R + G + B =
62 + 101 + 93 = 256 (100%)
R 62 of 256 ~ 24.22%
G 101 of 256 ~ 39.45%
B 93 of 256 ~ 36.33%

%24.22
%39.45
%36.33

CMYK color model

#3E655D color CMYK value is (39,0,8,60).

  • cyan value is 38.61%
  • magenta value is 0.00%
  • yellow value is 7.92%
  • key color value is 60.39%
CMYK:
(39,0,8,60)
C39M0Y8K60 
(39%,0%,8%,60%)
(0.39/0.00/0.08/0.60)	

CMYK percentages

%38.61
%0
%7.92
%60.39

Codes

Color #3E655D in popluar color models

3E655D
RGB6210193
HSL168°23.93%31.96%
HSB/HSV168°38.61%39.61%
CMYK38.61%0.00%7.92%
60.39%

Color #3E655D in popluar number systems.

HEX3E655D
Decimal6210193
Binary11111011001011011101
Octal76145135

Shades and tints

Shades of #3E655D

#3E655D
(62,101,93)
#395C55
(57,92,85)
#34534D
(52,83,77)
#2F4A45
(47,74,69)
#2A413D
(42,65,61)
#253835
(37,56,53)
#202F2D
(32,47,45)
#1B2625
(27,38,37)
#161D1D
(22,29,29)
#111415
(17,20,21)
#0C0B0D
(12,11,13)
#000000
(0,0,0)

Tints of #3E655D

#3E655D
(62,101,93)
#4F736B
(79,115,107)
#608179
(96,129,121)
#718F87
(113,143,135)
#829D95
(130,157,149)
#93ABA3
(147,171,163)
#A4B9B1
(164,185,177)
#B5C7BF
(181,199,191)
#C6D5CD
(198,213,205)
#D7E3DB
(215,227,219)
#E8F1E9
(232,241,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3E655D; }

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

This text font color is #3E655D.


Background Color

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

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

This div background color is #3E655D.


Border color

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

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

This div border color is #3E655D.


Opacity

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

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

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

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

This text has shadow with #3E655D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3E655D on black background.


Color preview on white background

This text has color #3E655D on white background.



Black color preview on #3E655D background

This text has black color on #3E655D background.


White color preview on #3E655D background

This text has white color on #3E655D background.