COLOR #3E3D63

HEX: #3E3D63
RGB: (62,61,99)

Color info

#3E3D63 contains red, green and blue colors in about the same proportion. Web safe color of #3E3D63 is #333366 (or #336).

RGB color model

#3E3D63 color RGB value is (62,61,99).

  • red value is 62;
  • green value is 61;
  • blue value is 99.
RGB:
(62,61,99)
(24%,24%,39%)

RGB channels and saturation

R 62 of 255 = 24%
G 61 of 255 = 24%
B 99 of 255 = 39%

62
61
99

R + G + B ~ 29%. #3E3D63 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
62 + 61 + 99 = 222 (100%)
R 62 of 222 ~ 27.93%
G 61 of 222 ~ 27.48%
B 99 of 222 ~ 44.59%

%27.93
%27.48
%44.59

CMYK color model

#3E3D63 color CMYK value is (37,38,0,61).

  • cyan value is 37.37%
  • magenta value is 38.38%
  • yellow value is 0.00%
  • key color value is 61.18%
CMYK:
(37,38,0,61)
C37M38Y0K61 
(37%,38%,0%,61%)
(0.37/0.38/0.00/0.61)	

CMYK percentages

%37.37
%38.38
%0
%61.18

Codes

Color #3E3D63 in popluar color models

3E3D63
RGB626199
HSL242°23.75%31.37%
HSB/HSV242°38.38%38.82%
CMYK37.37%38.38%0.00%
61.18%

Color #3E3D63 in popluar number systems.

HEX3E3D63
Decimal626199
Binary1111101111011100011
Octal7675143

Shades and tints

Shades of #3E3D63

#3E3D63
(62,61,99)
#39385A
(57,56,90)
#343351
(52,51,81)
#2F2E48
(47,46,72)
#2A293F
(42,41,63)
#252436
(37,36,54)
#201F2D
(32,31,45)
#1B1A24
(27,26,36)
#16151B
(22,21,27)
#111012
(17,16,18)
#0C0B09
(12,11,9)
#000000
(0,0,0)

Tints of #3E3D63

#3E3D63
(62,61,99)
#4F4E71
(79,78,113)
#605F7F
(96,95,127)
#71708D
(113,112,141)
#82819B
(130,129,155)
#9392A9
(147,146,169)
#A4A3B7
(164,163,183)
#B5B4C5
(181,180,197)
#C6C5D3
(198,197,211)
#D7D6E1
(215,214,225)
#E8E7EF
(232,231,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3E3D63 color. Also use rgb(62,61,99) instead hex code.

Text Font Color

.myTextColor { color: #3E3D63; }

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

This text font color is #3E3D63.


Background Color

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

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

This div background color is #3E3D63.


Border color

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

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

This div border color is #3E3D63.


Opacity

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

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

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

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

This text has shadow with #3E3D63 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3E3D63 on black background.


Color preview on white background

This text has color #3E3D63 on white background.



Black color preview on #3E3D63 background

This text has black color on #3E3D63 background.


White color preview on #3E3D63 background

This text has white color on #3E3D63 background.