COLOR #3E6362

HEX: #3E6362
RGB: (62,99,98)

Color info

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

RGB color model

#3E6362 color RGB value is (62,99,98).

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

RGB channels and saturation

R 62 of 255 = 24%
G 99 of 255 = 39%
B 98 of 255 = 38%

62
99
98

R + G + B ~ 34%. #3E6362 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
62 + 99 + 98 = 259 (100%)
R 62 of 259 ~ 23.94%
G 99 of 259 ~ 38.22%
B 98 of 259 ~ 37.84%

%23.94
%38.22
%37.84

CMYK color model

#3E6362 color CMYK value is (37,0,1,61).

  • cyan value is 37.37%
  • magenta value is 0.00%
  • yellow value is 1.01%
  • key color value is 61.18%
CMYK:
(37,0,1,61)
C37M0Y1K61 
(37%,0%,1%,61%)
(0.37/0.00/0.01/0.61)	

CMYK percentages

%37.37
%0
%1.01
%61.18

Codes

Color #3E6362 in popluar color models

3E6362
RGB629998
HSL178°22.98%31.57%
HSB/HSV178°37.37%38.82%
CMYK37.37%0.00%1.01%
61.18%

Color #3E6362 in popluar number systems.

HEX3E6362
Decimal629998
Binary11111011000111100010
Octal76143142

Shades and tints

Shades of #3E6362

#3E6362
(62,99,98)
#395A5A
(57,90,90)
#345152
(52,81,82)
#2F484A
(47,72,74)
#2A3F42
(42,63,66)
#25363A
(37,54,58)
#202D32
(32,45,50)
#1B242A
(27,36,42)
#161B22
(22,27,34)
#11121A
(17,18,26)
#0C0912
(12,9,18)
#000000
(0,0,0)

Tints of #3E6362

#3E6362
(62,99,98)
#4F7170
(79,113,112)
#607F7E
(96,127,126)
#718D8C
(113,141,140)
#829B9A
(130,155,154)
#93A9A8
(147,169,168)
#A4B7B6
(164,183,182)
#B5C5C4
(181,197,196)
#C6D3D2
(198,211,210)
#D7E1E0
(215,225,224)
#E8EFEE
(232,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3E6362; }

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

This text font color is #3E6362.


Background Color

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

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

This div background color is #3E6362.


Border color

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

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

This div border color is #3E6362.


Opacity

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

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

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

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

This text has shadow with #3E6362 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3E6362 on black background.


Color preview on white background

This text has color #3E6362 on white background.



Black color preview on #3E6362 background

This text has black color on #3E6362 background.


White color preview on #3E6362 background

This text has white color on #3E6362 background.