COLOR #3E614E

HEX: #3E614E
RGB: (62,97,78)

Color info

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

RGB color model

#3E614E color RGB value is (62,97,78).

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

RGB channels and saturation

R 62 of 255 = 24%
G 97 of 255 = 38%
B 78 of 255 = 31%

62
97
78

R + G + B ~ 31%. #3E614E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
62 + 97 + 78 = 237 (100%)
R 62 of 237 ~ 26.16%
G 97 of 237 ~ 40.93%
B 78 of 237 ~ 32.91%

%26.16
%40.93
%32.91

CMYK color model

#3E614E color CMYK value is (36,0,20,62).

  • cyan value is 36.08%
  • magenta value is 0.00%
  • yellow value is 19.59%
  • key color value is 61.96%
CMYK:
(36,0,20,62)
C36M0Y20K62 
(36%,0%,20%,62%)
(0.36/0.00/0.20/0.62)	

CMYK percentages

%36.08
%0
%19.59
%61.96

Codes

Color #3E614E in popluar color models

3E614E
RGB629778
HSL147°22.01%31.18%
HSB/HSV147°36.08%38.04%
CMYK36.08%0.00%19.59%
61.96%

Color #3E614E in popluar number systems.

HEX3E614E
Decimal629778
Binary11111011000011001110
Octal76141116

Shades and tints

Shades of #3E614E

#3E614E
(62,97,78)
#395947
(57,89,71)
#345140
(52,81,64)
#2F4939
(47,73,57)
#2A4132
(42,65,50)
#25392B
(37,57,43)
#203124
(32,49,36)
#1B291D
(27,41,29)
#162116
(22,33,22)
#11190F
(17,25,15)
#0C1108
(12,17,8)
#000000
(0,0,0)

Tints of #3E614E

#3E614E
(62,97,78)
#4F6F5E
(79,111,94)
#607D6E
(96,125,110)
#718B7E
(113,139,126)
#82998E
(130,153,142)
#93A79E
(147,167,158)
#A4B5AE
(164,181,174)
#B5C3BE
(181,195,190)
#C6D1CE
(198,209,206)
#D7DFDE
(215,223,222)
#E8EDEE
(232,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3E614E; }

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

This text font color is #3E614E.


Background Color

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

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

This div background color is #3E614E.


Border color

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

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

This div border color is #3E614E.


Opacity

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

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

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

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

This text has shadow with #3E614E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3E614E on black background.


Color preview on white background

This text has color #3E614E on white background.



Black color preview on #3E614E background

This text has black color on #3E614E background.


White color preview on #3E614E background

This text has white color on #3E614E background.