COLOR #3E6C7A

HEX: #3E6C7A
RGB: (62,108,122)

Color info

#3E6C7A contains mainly green and blue colors. Web safe color of #3E6C7A is #336666 (or #366).

RGB color model

#3E6C7A color RGB value is (62,108,122).

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

RGB channels and saturation

R 62 of 255 = 24%
G 108 of 255 = 42%
B 122 of 255 = 48%

62
108
122

R + G + B ~ 38%. #3E6C7A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
62 + 108 + 122 = 292 (100%)
R 62 of 292 ~ 21.23%
G 108 of 292 ~ 36.99%
B 122 of 292 ~ 41.78%

%21.23
%36.99
%41.78

CMYK color model

#3E6C7A color CMYK value is (49,11,0,52).

  • cyan value is 49.18%
  • magenta value is 11.48%
  • yellow value is 0.00%
  • key color value is 52.16%
CMYK:
(49,11,0,52)
C49M11Y0K52 
(49%,11%,0%,52%)
(0.49/0.11/0.00/0.52)	

CMYK percentages

%49.18
%11.48
%0
%52.16

Codes

Color #3E6C7A in popluar color models

3E6C7A
RGB62108122
HSL194°32.61%36.08%
HSB/HSV194°49.18%47.84%
CMYK49.18%11.48%0.00%
52.16%

Color #3E6C7A in popluar number systems.

HEX3E6C7A
Decimal62108122
Binary11111011011001111010
Octal76154172

Shades and tints

Shades of #3E6C7A

#3E6C7A
(62,108,122)
#39636F
(57,99,111)
#345A64
(52,90,100)
#2F5159
(47,81,89)
#2A484E
(42,72,78)
#253F43
(37,63,67)
#203638
(32,54,56)
#1B2D2D
(27,45,45)
#162422
(22,36,34)
#111B17
(17,27,23)
#0C120C
(12,18,12)
#000000
(0,0,0)

Tints of #3E6C7A

#3E6C7A
(62,108,122)
#4F7986
(79,121,134)
#608692
(96,134,146)
#71939E
(113,147,158)
#82A0AA
(130,160,170)
#93ADB6
(147,173,182)
#A4BAC2
(164,186,194)
#B5C7CE
(181,199,206)
#C6D4DA
(198,212,218)
#D7E1E6
(215,225,230)
#E8EEF2
(232,238,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3E6C7A; }

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

This text font color is #3E6C7A.


Background Color

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

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

This div background color is #3E6C7A.


Border color

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

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

This div border color is #3E6C7A.


Opacity

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

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

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

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

This text has shadow with #3E6C7A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3E6C7A on black background.


Color preview on white background

This text has color #3E6C7A on white background.



Black color preview on #3E6C7A background

This text has black color on #3E6C7A background.


White color preview on #3E6C7A background

This text has white color on #3E6C7A background.