COLOR #3E656D

HEX: #3E656D
RGB: (62,101,109)

Color info

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

RGB color model

#3E656D color RGB value is (62,101,109).

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

RGB channels and saturation

R 62 of 255 = 24%
G 101 of 255 = 40%
B 109 of 255 = 43%

62
101
109

R + G + B ~ 36%. #3E656D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
62 + 101 + 109 = 272 (100%)
R 62 of 272 ~ 22.79%
G 101 of 272 ~ 37.13%
B 109 of 272 ~ 40.07%

%22.79
%37.13
%40.07

CMYK color model

#3E656D color CMYK value is (43,7,0,57).

  • cyan value is 43.12%
  • magenta value is 7.34%
  • yellow value is 0.00%
  • key color value is 57.25%
CMYK:
(43,7,0,57)
C43M7Y0K57 
(43%,7%,0%,57%)
(0.43/0.07/0.00/0.57)	

CMYK percentages

%43.12
%7.34
%0
%57.25

Codes

Color #3E656D in popluar color models

3E656D
RGB62101109
HSL190°27.49%33.53%
HSB/HSV190°43.12%42.75%
CMYK43.12%7.34%0.00%
57.25%

Color #3E656D in popluar number systems.

HEX3E656D
Decimal62101109
Binary11111011001011101101
Octal76145155

Shades and tints

Shades of #3E656D

#3E656D
(62,101,109)
#395C64
(57,92,100)
#34535B
(52,83,91)
#2F4A52
(47,74,82)
#2A4149
(42,65,73)
#253840
(37,56,64)
#202F37
(32,47,55)
#1B262E
(27,38,46)
#161D25
(22,29,37)
#11141C
(17,20,28)
#0C0B13
(12,11,19)
#000000
(0,0,0)

Tints of #3E656D

#3E656D
(62,101,109)
#4F737A
(79,115,122)
#608187
(96,129,135)
#718F94
(113,143,148)
#829DA1
(130,157,161)
#93ABAE
(147,171,174)
#A4B9BB
(164,185,187)
#B5C7C8
(181,199,200)
#C6D5D5
(198,213,213)
#D7E3E2
(215,227,226)
#E8F1EF
(232,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3E656D; }

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

This text font color is #3E656D.


Background Color

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

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

This div background color is #3E656D.


Border color

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

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

This div border color is #3E656D.


Opacity

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

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

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

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

This text has shadow with #3E656D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3E656D on black background.


Color preview on white background

This text has color #3E656D on white background.



Black color preview on #3E656D background

This text has black color on #3E656D background.


White color preview on #3E656D background

This text has white color on #3E656D background.