COLOR #3E7362

HEX: #3E7362
RGB: (62,115,98)

Color info

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

RGB color model

#3E7362 color RGB value is (62,115,98).

  • red value is 62;
  • green value is 115;
  • blue value is 98.
RGB:
(62,115,98)
(24%,45%,38%)

RGB channels and saturation

R 62 of 255 = 24%
G 115 of 255 = 45%
B 98 of 255 = 38%

62
115
98

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

Portions of RGB colors in percentages

R + G + B =
62 + 115 + 98 = 275 (100%)
R 62 of 275 ~ 22.55%
G 115 of 275 ~ 41.82%
B 98 of 275 ~ 35.64%

%22.55
%41.82
%35.64

CMYK color model

#3E7362 color CMYK value is (46,0,15,55).

  • cyan value is 46.09%
  • magenta value is 0.00%
  • yellow value is 14.78%
  • key color value is 54.90%
CMYK:
(46,0,15,55)
C46M0Y15K55 
(46%,0%,15%,55%)
(0.46/0.00/0.15/0.55)	

CMYK percentages

%46.09
%0
%14.78
%54.9

Codes

Color #3E7362 in popluar color models

3E7362
RGB6211598
HSL161°29.94%34.71%
HSB/HSV161°46.09%45.10%
CMYK46.09%0.00%14.78%
54.90%

Color #3E7362 in popluar number systems.

HEX3E7362
Decimal6211598
Binary11111011100111100010
Octal76163142

Shades and tints

Shades of #3E7362

#3E7362
(62,115,98)
#39695A
(57,105,90)
#345F52
(52,95,82)
#2F554A
(47,85,74)
#2A4B42
(42,75,66)
#25413A
(37,65,58)
#203732
(32,55,50)
#1B2D2A
(27,45,42)
#162322
(22,35,34)
#11191A
(17,25,26)
#0C0F12
(12,15,18)
#000000
(0,0,0)

Tints of #3E7362

#3E7362
(62,115,98)
#4F7F70
(79,127,112)
#608B7E
(96,139,126)
#71978C
(113,151,140)
#82A39A
(130,163,154)
#93AFA8
(147,175,168)
#A4BBB6
(164,187,182)
#B5C7C4
(181,199,196)
#C6D3D2
(198,211,210)
#D7DFE0
(215,223,224)
#E8EBEE
(232,235,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3E7362 color. Also use rgb(62,115,98) instead hex code.

Text Font Color

.myTextColor { color: #3E7362; }

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

This text font color is #3E7362.


Background Color

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

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

This div background color is #3E7362.


Border color

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

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

This div border color is #3E7362.


Opacity

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

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

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

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

This text has shadow with #3E7362 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3E7362 on black background.


Color preview on white background

This text has color #3E7362 on white background.



Black color preview on #3E7362 background

This text has black color on #3E7362 background.


White color preview on #3E7362 background

This text has white color on #3E7362 background.