COLOR #3E604E

HEX: #3E604E
RGB: (62,96,78)

Color info

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

RGB color model

#3E604E color RGB value is (62,96,78).

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

RGB channels and saturation

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

62
96
78

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

Portions of RGB colors in percentages

R + G + B =
62 + 96 + 78 = 236 (100%)
R 62 of 236 ~ 26.27%
G 96 of 236 ~ 40.68%
B 78 of 236 ~ 33.05%

%26.27
%40.68
%33.05

CMYK color model

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

  • cyan value is 35.42%
  • magenta value is 0.00%
  • yellow value is 18.75%
  • key color value is 62.35%
CMYK:
(35,0,19,62)
C35M0Y19K62 
(35%,0%,19%,62%)
(0.35/0.00/0.19/0.62)	

CMYK percentages

%35.42
%0
%18.75
%62.35

Codes

Color #3E604E in popluar color models

3E604E
RGB629678
HSL148°21.52%30.98%
HSB/HSV148°35.42%37.65%
CMYK35.42%0.00%18.75%
62.35%

Color #3E604E in popluar number systems.

HEX3E604E
Decimal629678
Binary11111011000001001110
Octal76140116

Shades and tints

Shades of #3E604E

#3E604E
(62,96,78)
#395847
(57,88,71)
#345040
(52,80,64)
#2F4839
(47,72,57)
#2A4032
(42,64,50)
#25382B
(37,56,43)
#203024
(32,48,36)
#1B281D
(27,40,29)
#162016
(22,32,22)
#11180F
(17,24,15)
#0C1008
(12,16,8)
#000000
(0,0,0)

Tints of #3E604E

#3E604E
(62,96,78)
#4F6E5E
(79,110,94)
#607C6E
(96,124,110)
#718A7E
(113,138,126)
#82988E
(130,152,142)
#93A69E
(147,166,158)
#A4B4AE
(164,180,174)
#B5C2BE
(181,194,190)
#C6D0CE
(198,208,206)
#D7DEDE
(215,222,222)
#E8ECEE
(232,236,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3E604E; }

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

This text font color is #3E604E.


Background Color

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

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

This div background color is #3E604E.


Border color

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

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

This div border color is #3E604E.


Opacity

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

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

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

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

This text has shadow with #3E604E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3E604E on black background.


Color preview on white background

This text has color #3E604E on white background.



Black color preview on #3E604E background

This text has black color on #3E604E background.


White color preview on #3E604E background

This text has white color on #3E604E background.