COLOR #3E797C

HEX: #3E797C RGB: (62,121,124)

Color info

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

RGB color model

#3E797C color RGB value is (62,121,124).

RGB: (62,121,124) (24%, 47%, 49%)

RGB channels and saturation

R 62 of 255 = 24%
G 121 of 255 = 47%
B 124 of 255 = 49%

62
121
124

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

Portions of RGB colors in percentages

R + G + B = 62 + 121 + 124 = 307 (100%)
R 62 of 307 ~ 20.2%
G 121 of 307 ~ 39.41%
B 124 of 307 ~ 40.39'%

%20.2
%39.41
%40.39

CMYK color model

#3E797C color CMYK value is (50,2,0,51).

  • cyan value is 50.00%
  • magenta value is 2.42%
  • yellow value is 0.00%
  • key color value is 51.37%

CMYK: (50,2,0,51)
C50M2Y0K51 (50%, 2%, 0%, 51%)
(0.50 / 0.02 / 0.00 / 0.51)

CMYK percentages

%50
%2.42
%0
%51.37

Codes

Color #3E797C in popluar color models

3E 79 7C
RGB 62 121 124
HSL 183° 33.33% 36.47%
HSB/HSV 183° 50.00% 48.63%
CMYK 50.00% 2.42% 0.00%
51.37%

Color #3E797C in popluar number systems.

HEX 3E 79 7C
Decimal 62 121 124
Binary 111110 1111001 1111100
Octal 76 171 174

Shades and tints

Shades of #3E797C

#3E797C
(62,121,124)
#396E71
(57,110,113)
#346366
(52,99,102)
#2F585B
(47,88,91)
#2A4D50
(42,77,80)
#254245
(37,66,69)
#20373A
(32,55,58)
#1B2C2F
(27,44,47)
#162124
(22,33,36)
#111619
(17,22,25)
#0C0B0E
(12,11,14)
#000000
(0,0,0)

Tints of #3E797C

#3E797C
(62,121,124)
#4F8587
(79,133,135)
#609192
(96,145,146)
#719D9D
(113,157,157)
#82A9A8
(130,169,168)
#93B5B3
(147,181,179)
#A4C1BE
(164,193,190)
#B5CDC9
(181,205,201)
#C6D9D4
(198,217,212)
#D7E5DF
(215,229,223)
#E8F1EA
(232,241,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3E797C; }

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

This text font color is #3E797C.

Background Color

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

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

This div background color is #3E797C.

Border color

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

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

This div border color is #3E797C.

Opacity

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

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

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

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

This text has shadow with #3E797C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3E797C.

Preview

Color preview on black background

This text has color #3E797C on black background.


Color preview on white background

This text has color #3E797C on white background.


Black color preview on #3E797C background

This text has black color on #3E797C background.


White color preview on #3E797C background

This text has white color on #3E797C background.


Related colors

Complementary color

Complementary color for #hex is #C18683.


I love getcolorcode.com

Triadic colors

1 #7C3E79 and #797C3E with #3E797C are triadic colors.

2 #7C793E and #793E7C with #3E797C are triadic colors.