COLOR #3E798C

HEX: #3E798C
RGB: (62,121,140)

Color info

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

RGB color model

#3E798C color RGB value is (62,121,140).

  • red value is 62;
  • green value is 121;
  • blue value is 140.
RGB:
(62,121,140)
(24%,47%,55%)

RGB channels and saturation

R 62 of 255 = 24%
G 121 of 255 = 47%
B 140 of 255 = 55%

62
121
140

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

Portions of RGB colors in percentages

R + G + B =
62 + 121 + 140 = 323 (100%)
R 62 of 323 ~ 19.2%
G 121 of 323 ~ 37.46%
B 140 of 323 ~ 43.34%

%19.2
%37.46
%43.34

CMYK color model

#3E798C color CMYK value is (56,14,0,45).

  • cyan value is 55.71%
  • magenta value is 13.57%
  • yellow value is 0.00%
  • key color value is 45.10%
CMYK:
(56,14,0,45)
C56M14Y0K45 
(56%,14%,0%,45%)
(0.56/0.14/0.00/0.45)	

CMYK percentages

%55.71
%13.57
%0
%45.1

Codes

Color #3E798C in popluar color models

3E798C
RGB62121140
HSL195°38.61%39.61%
HSB/HSV195°55.71%54.90%
CMYK55.71%13.57%0.00%
45.10%

Color #3E798C in popluar number systems.

HEX3E798C
Decimal62121140
Binary111110111100110001100
Octal76171214

Shades and tints

Shades of #3E798C

#3E798C
(62,121,140)
#396E80
(57,110,128)
#346374
(52,99,116)
#2F5868
(47,88,104)
#2A4D5C
(42,77,92)
#254250
(37,66,80)
#203744
(32,55,68)
#1B2C38
(27,44,56)
#16212C
(22,33,44)
#111620
(17,22,32)
#0C0B14
(12,11,20)
#000000
(0,0,0)

Tints of #3E798C

#3E798C
(62,121,140)
#4F8596
(79,133,150)
#6091A0
(96,145,160)
#719DAA
(113,157,170)
#82A9B4
(130,169,180)
#93B5BE
(147,181,190)
#A4C1C8
(164,193,200)
#B5CDD2
(181,205,210)
#C6D9DC
(198,217,220)
#D7E5E6
(215,229,230)
#E8F1F0
(232,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3E798C color. Also use rgb(62,121,140) instead hex code.

Text Font Color

.myTextColor { color: #3E798C; }

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

This text font color is #3E798C.


Background Color

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

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

This div background color is #3E798C.


Border color

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

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

This div border color is #3E798C.


Opacity

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

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

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

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

This text has shadow with #3E798C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3E798C on black background.


Color preview on white background

This text has color #3E798C on white background.



Black color preview on #3E798C background

This text has black color on #3E798C background.


White color preview on #3E798C background

This text has white color on #3E798C background.