COLOR #3E5461

HEX: #3E5461
RGB: (62,84,97)

Color info

#3E5461 contains red, green and blue colors in about the same proportion. Web safe color of #3E5461 is #336666 (or #366).

RGB color model

#3E5461 color RGB value is (62,84,97).

  • red value is 62;
  • green value is 84;
  • blue value is 97.
RGB:
(62,84,97)
(24%,33%,38%)

RGB channels and saturation

R 62 of 255 = 24%
G 84 of 255 = 33%
B 97 of 255 = 38%

62
84
97

R + G + B ~ 32%. #3E5461 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
62 + 84 + 97 = 243 (100%)
R 62 of 243 ~ 25.51%
G 84 of 243 ~ 34.57%
B 97 of 243 ~ 39.92%

%25.51
%34.57
%39.92

CMYK color model

#3E5461 color CMYK value is (36,13,0,62).

  • cyan value is 36.08%
  • magenta value is 13.40%
  • yellow value is 0.00%
  • key color value is 61.96%
CMYK:
(36,13,0,62)
C36M13Y0K62 
(36%,13%,0%,62%)
(0.36/0.13/0.00/0.62)	

CMYK percentages

%36.08
%13.4
%0
%61.96

Codes

Color #3E5461 in popluar color models

3E5461
RGB628497
HSL202°22.01%31.18%
HSB/HSV202°36.08%38.04%
CMYK36.08%13.40%0.00%
61.96%

Color #3E5461 in popluar number systems.

HEX3E5461
Decimal628497
Binary11111010101001100001
Octal76124141

Shades and tints

Shades of #3E5461

#3E5461
(62,84,97)
#394D59
(57,77,89)
#344651
(52,70,81)
#2F3F49
(47,63,73)
#2A3841
(42,56,65)
#253139
(37,49,57)
#202A31
(32,42,49)
#1B2329
(27,35,41)
#161C21
(22,28,33)
#111519
(17,21,25)
#0C0E11
(12,14,17)
#000000
(0,0,0)

Tints of #3E5461

#3E5461
(62,84,97)
#4F636F
(79,99,111)
#60727D
(96,114,125)
#71818B
(113,129,139)
#829099
(130,144,153)
#939FA7
(147,159,167)
#A4AEB5
(164,174,181)
#B5BDC3
(181,189,195)
#C6CCD1
(198,204,209)
#D7DBDF
(215,219,223)
#E8EAED
(232,234,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3E5461 color. Also use rgb(62,84,97) instead hex code.

Text Font Color

.myTextColor { color: #3E5461; }

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

This text font color is #3E5461.


Background Color

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

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

This div background color is #3E5461.


Border color

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

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

This div border color is #3E5461.


Opacity

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

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

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

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

This text has shadow with #3E5461 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3E5461 on black background.


Color preview on white background

This text has color #3E5461 on white background.



Black color preview on #3E5461 background

This text has black color on #3E5461 background.


White color preview on #3E5461 background

This text has white color on #3E5461 background.