COLOR #3E788E

HEX: #3E788E RGB: (62,120,142)

Color info

#3E788E contains mainly green and blue colors. Web safe color of #3E788E is #336699 (or #369).

RGB color model

#3E788E color RGB value is (62,120,142).

RGB: (62,120,142) (24%, 47%, 56%)

RGB channels and saturation

R 62 of 255 = 24%
G 120 of 255 = 47%
B 142 of 255 = 56%

62
120
142

R + G + B ~ 42%. #3E788E is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 62 + 120 + 142 = 324 (100%)
R 62 of 324 ~ 19.14%
G 120 of 324 ~ 37.04%
B 142 of 324 ~ 43.83'%

%19.14
%37.04
%43.83

CMYK color model

#3E788E color CMYK value is (56,15,0,44).

  • cyan value is 56.34%
  • magenta value is 15.49%
  • yellow value is 0.00%
  • key color value is 44.31%
CMYK: (56,15,0,44) C56M15Y0K44 (56%,15%,0%,44%) (0.56/0.15/0.00/0.44) 

CMYK percentages

%56.34
%15.49
%0
%44.31

Codes

Color #3E788E in popluar color models

3E 78 8E
RGB 62 120 142
HSL 197° 39.22% 40.00%
HSB/HSV 197° 56.34% 55.69%
CMYK 56.34% 15.49% 0.00%
44.31%

Color #3E788E in popluar number systems.

HEX 3E 78 8E
Decimal 62 120 142
Binary 111110 1111000 10001110
Octal 76 170 216

Shades and tints

Shades of #3E788E

#3E788E
(62,120,142)
#396E82
(57,110,130)
#346476
(52,100,118)
#2F5A6A
(47,90,106)
#2A505E
(42,80,94)
#254652
(37,70,82)
#203C46
(32,60,70)
#1B323A
(27,50,58)
#16282E
(22,40,46)
#111E22
(17,30,34)
#0C1416
(12,20,22)
#000000
(0,0,0)

Tints of #3E788E

#3E788E
(62,120,142)
#4F8498
(79,132,152)
#6090A2
(96,144,162)
#719CAC
(113,156,172)
#82A8B6
(130,168,182)
#93B4C0
(147,180,192)
#A4C0CA
(164,192,202)
#B5CCD4
(181,204,212)
#C6D8DE
(198,216,222)
#D7E4E8
(215,228,232)
#E8F0F2
(232,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3E788E color. Also use rgb(62,120,142) instead hex code.

Text Font Color

.myTextColor { color: #3E788E; }

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

This text font color is #3E788E.

Background Color

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

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

This div background color is #3E788E.

Border color

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

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

This div border color is #3E788E.

Opacity

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

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

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

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

This text has shadow with #3E788E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3E788E.

Preview

Color preview on black background

This text has color #3E788E on black background.


Color preview on white background

This text has color #3E788E on white background.


Black color preview on #3E788E background

This text has black color on #3E788E background.


White color preview on #3E788E background

This text has white color on #3E788E background.


Related colors

Complementary color

Complementary color for #hex is #C18771.


I love getcolorcode.com

Triadic colors

1 #8E3E78 and #788E3E with #3E788E are triadic colors.

2 #8E783E and #783E8E with #3E788E are triadic colors.