COLOR #3E696C

HEX: #3E696C
RGB: (62,105,108)

Color info

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

RGB color model

#3E696C color RGB value is (62,105,108).

  • red value is 62;
  • green value is 105;
  • blue value is 108.
RGB:
(62,105,108)
(24%,41%,42%)

RGB channels and saturation

R 62 of 255 = 24%
G 105 of 255 = 41%
B 108 of 255 = 42%

62
105
108

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

Portions of RGB colors in percentages

R + G + B =
62 + 105 + 108 = 275 (100%)
R 62 of 275 ~ 22.55%
G 105 of 275 ~ 38.18%
B 108 of 275 ~ 39.27%

%22.55
%38.18
%39.27

CMYK color model

#3E696C color CMYK value is (43,3,0,58).

  • cyan value is 42.59%
  • magenta value is 2.78%
  • yellow value is 0.00%
  • key color value is 57.65%
CMYK:
(43,3,0,58)
C43M3Y0K58 
(43%,3%,0%,58%)
(0.43/0.03/0.00/0.58)	

CMYK percentages

%42.59
%2.78
%0
%57.65

Codes

Color #3E696C in popluar color models

3E696C
RGB62105108
HSL184°27.06%33.33%
HSB/HSV184°42.59%42.35%
CMYK42.59%2.78%0.00%
57.65%

Color #3E696C in popluar number systems.

HEX3E696C
Decimal62105108
Binary11111011010011101100
Octal76151154

Shades and tints

Shades of #3E696C

#3E696C
(62,105,108)
#396063
(57,96,99)
#34575A
(52,87,90)
#2F4E51
(47,78,81)
#2A4548
(42,69,72)
#253C3F
(37,60,63)
#203336
(32,51,54)
#1B2A2D
(27,42,45)
#162124
(22,33,36)
#11181B
(17,24,27)
#0C0F12
(12,15,18)
#000000
(0,0,0)

Tints of #3E696C

#3E696C
(62,105,108)
#4F7679
(79,118,121)
#608386
(96,131,134)
#719093
(113,144,147)
#829DA0
(130,157,160)
#93AAAD
(147,170,173)
#A4B7BA
(164,183,186)
#B5C4C7
(181,196,199)
#C6D1D4
(198,209,212)
#D7DEE1
(215,222,225)
#E8EBEE
(232,235,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3E696C color. Also use rgb(62,105,108) instead hex code.

Text Font Color

.myTextColor { color: #3E696C; }

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

This text font color is #3E696C.


Background Color

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

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

This div background color is #3E696C.


Border color

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

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

This div border color is #3E696C.


Opacity

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

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

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

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

This text has shadow with #3E696C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3E696C on black background.


Color preview on white background

This text has color #3E696C on white background.



Black color preview on #3E696C background

This text has black color on #3E696C background.


White color preview on #3E696C background

This text has white color on #3E696C background.