COLOR #3E767D

HEX: #3E767D
RGB: (62,118,125)

Color info

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

RGB color model

#3E767D color RGB value is (62,118,125).

  • red value is 62;
  • green value is 118;
  • blue value is 125.
RGB:
(62,118,125)
(24%,46%,49%)

RGB channels and saturation

R 62 of 255 = 24%
G 118 of 255 = 46%
B 125 of 255 = 49%

62
118
125

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

Portions of RGB colors in percentages

R + G + B =
62 + 118 + 125 = 305 (100%)
R 62 of 305 ~ 20.33%
G 118 of 305 ~ 38.69%
B 125 of 305 ~ 40.98%

%20.33
%38.69
%40.98

CMYK color model

#3E767D color CMYK value is (50,6,0,51).

  • cyan value is 50.40%
  • magenta value is 5.60%
  • yellow value is 0.00%
  • key color value is 50.98%
CMYK:
(50,6,0,51)
C50M6Y0K51 
(50%,6%,0%,51%)
(0.50/0.06/0.00/0.51)	

CMYK percentages

%50.4
%5.6
%0
%50.98

Codes

Color #3E767D in popluar color models

3E767D
RGB62118125
HSL187°33.69%36.67%
HSB/HSV187°50.40%49.02%
CMYK50.40%5.60%0.00%
50.98%

Color #3E767D in popluar number systems.

HEX3E767D
Decimal62118125
Binary11111011101101111101
Octal76166175

Shades and tints

Shades of #3E767D

#3E767D
(62,118,125)
#396C72
(57,108,114)
#346267
(52,98,103)
#2F585C
(47,88,92)
#2A4E51
(42,78,81)
#254446
(37,68,70)
#203A3B
(32,58,59)
#1B3030
(27,48,48)
#162625
(22,38,37)
#111C1A
(17,28,26)
#0C120F
(12,18,15)
#000000
(0,0,0)

Tints of #3E767D

#3E767D
(62,118,125)
#4F8288
(79,130,136)
#608E93
(96,142,147)
#719A9E
(113,154,158)
#82A6A9
(130,166,169)
#93B2B4
(147,178,180)
#A4BEBF
(164,190,191)
#B5CACA
(181,202,202)
#C6D6D5
(198,214,213)
#D7E2E0
(215,226,224)
#E8EEEB
(232,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3E767D color. Also use rgb(62,118,125) instead hex code.

Text Font Color

.myTextColor { color: #3E767D; }

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

This text font color is #3E767D.


Background Color

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

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

This div background color is #3E767D.


Border color

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

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

This div border color is #3E767D.


Opacity

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

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

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

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

This text has shadow with #3E767D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3E767D on black background.


Color preview on white background

This text has color #3E767D on white background.



Black color preview on #3E767D background

This text has black color on #3E767D background.


White color preview on #3E767D background

This text has white color on #3E767D background.