COLOR #3E526A

HEX: #3E526A
RGB: (62,82,106)

Color info

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

RGB color model

#3E526A color RGB value is (62,82,106).

  • red value is 62;
  • green value is 82;
  • blue value is 106.
RGB:
(62,82,106)
(24%,32%,42%)

RGB channels and saturation

R 62 of 255 = 24%
G 82 of 255 = 32%
B 106 of 255 = 42%

62
82
106

R + G + B ~ 33%. #3E526A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
62 + 82 + 106 = 250 (100%)
R 62 of 250 ~ 24.8%
G 82 of 250 ~ 32.8%
B 106 of 250 ~ 42.4%

%24.8
%32.8
%42.4

CMYK color model

#3E526A color CMYK value is (42,23,0,58).

  • cyan value is 41.51%
  • magenta value is 22.64%
  • yellow value is 0.00%
  • key color value is 58.43%
CMYK:
(42,23,0,58)
C42M23Y0K58 
(42%,23%,0%,58%)
(0.42/0.23/0.00/0.58)	

CMYK percentages

%41.51
%22.64
%0
%58.43

Codes

Color #3E526A in popluar color models

3E526A
RGB6282106
HSL213°26.19%32.94%
HSB/HSV213°41.51%41.57%
CMYK41.51%22.64%0.00%
58.43%

Color #3E526A in popluar number systems.

HEX3E526A
Decimal6282106
Binary11111010100101101010
Octal76122152

Shades and tints

Shades of #3E526A

#3E526A
(62,82,106)
#394B61
(57,75,97)
#344458
(52,68,88)
#2F3D4F
(47,61,79)
#2A3646
(42,54,70)
#252F3D
(37,47,61)
#202834
(32,40,52)
#1B212B
(27,33,43)
#161A22
(22,26,34)
#111319
(17,19,25)
#0C0C10
(12,12,16)
#000000
(0,0,0)

Tints of #3E526A

#3E526A
(62,82,106)
#4F6177
(79,97,119)
#607084
(96,112,132)
#717F91
(113,127,145)
#828E9E
(130,142,158)
#939DAB
(147,157,171)
#A4ACB8
(164,172,184)
#B5BBC5
(181,187,197)
#C6CAD2
(198,202,210)
#D7D9DF
(215,217,223)
#E8E8EC
(232,232,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3E526A color. Also use rgb(62,82,106) instead hex code.

Text Font Color

.myTextColor { color: #3E526A; }

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

This text font color is #3E526A.


Background Color

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

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

This div background color is #3E526A.


Border color

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

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

This div border color is #3E526A.


Opacity

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

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

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

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

This text has shadow with #3E526A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3E526A on black background.


Color preview on white background

This text has color #3E526A on white background.



Black color preview on #3E526A background

This text has black color on #3E526A background.


White color preview on #3E526A background

This text has white color on #3E526A background.