COLOR #3E654E

HEX: #3E654E
RGB: (62,101,78)

Color info

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

RGB color model

#3E654E color RGB value is (62,101,78).

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

RGB channels and saturation

R 62 of 255 = 24%
G 101 of 255 = 40%
B 78 of 255 = 31%

62
101
78

R + G + B ~ 32%. #3E654E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
62 + 101 + 78 = 241 (100%)
R 62 of 241 ~ 25.73%
G 101 of 241 ~ 41.91%
B 78 of 241 ~ 32.37%

%25.73
%41.91
%32.37

CMYK color model

#3E654E color CMYK value is (39,0,23,60).

  • cyan value is 38.61%
  • magenta value is 0.00%
  • yellow value is 22.77%
  • key color value is 60.39%
CMYK:
(39,0,23,60)
C39M0Y23K60 
(39%,0%,23%,60%)
(0.39/0.00/0.23/0.60)	

CMYK percentages

%38.61
%0
%22.77
%60.39

Codes

Color #3E654E in popluar color models

3E654E
RGB6210178
HSL145°23.93%31.96%
HSB/HSV145°38.61%39.61%
CMYK38.61%0.00%22.77%
60.39%

Color #3E654E in popluar number systems.

HEX3E654E
Decimal6210178
Binary11111011001011001110
Octal76145116

Shades and tints

Shades of #3E654E

#3E654E
(62,101,78)
#395C47
(57,92,71)
#345340
(52,83,64)
#2F4A39
(47,74,57)
#2A4132
(42,65,50)
#25382B
(37,56,43)
#202F24
(32,47,36)
#1B261D
(27,38,29)
#161D16
(22,29,22)
#11140F
(17,20,15)
#0C0B08
(12,11,8)
#000000
(0,0,0)

Tints of #3E654E

#3E654E
(62,101,78)
#4F735E
(79,115,94)
#60816E
(96,129,110)
#718F7E
(113,143,126)
#829D8E
(130,157,142)
#93AB9E
(147,171,158)
#A4B9AE
(164,185,174)
#B5C7BE
(181,199,190)
#C6D5CE
(198,213,206)
#D7E3DE
(215,227,222)
#E8F1EE
(232,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3E654E; }

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

This text font color is #3E654E.


Background Color

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

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

This div background color is #3E654E.


Border color

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

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

This div border color is #3E654E.


Opacity

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

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

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

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

This text has shadow with #3E654E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3E654E on black background.


Color preview on white background

This text has color #3E654E on white background.



Black color preview on #3E654E background

This text has black color on #3E654E background.


White color preview on #3E654E background

This text has white color on #3E654E background.