COLOR #3E187E

HEX: #3E187E
RGB: (62,24,126)

Color info

#3E187E contains mainly blue color. Web safe color of #3E187E is #330066 (or #306).

RGB color model

#3E187E color RGB value is (62,24,126).

  • red value is 62;
  • green value is 24;
  • blue value is 126.
RGB: (62,24,126) (24%,9%,49%)

RGB channels and saturation

R 62 of 255 = 24%
G 24 of 255 = 9%
B 126 of 255 = 49%

62
24
126

R + G + B ~ 27%. #3E187E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
62 + 24 + 126 = 212 (100%)
R 62 of 212 ~ 29.25%
G 24 of 212 ~ 11.32%
B 126 of 212 ~ 59.43%

%29.25
%11.32
%59.43

CMYK color model

#3E187E color CMYK value is (51,81,0,51).

  • cyan value is 50.79%
  • magenta value is 80.95%
  • yellow value is 0.00%
  • key color value is 50.59%
CMYK: (51,81,0,51) C51M81Y0K51 (51%,81%,0%,51%) (0.51/0.81/0.00/0.51)

CMYK percentages

%50.79
%80.95
%0
%50.59

Codes

Color #3E187E in popluar color models

3E187E
RGB6224126
HSL262°68.00%29.41%
HSB/HSV262°80.95%49.41%
CMYK50.79%80.95%0.00%
50.59%

Color #3E187E in popluar number systems.

HEX3E187E
Decimal6224126
Binary111110110001111110
Octal7630176

Shades and tints

Shades of #3E187E

#3E187E
(62,24,126)
#391673
(57,22,115)
#341468
(52,20,104)
#2F125D
(47,18,93)
#2A1052
(42,16,82)
#250E47
(37,14,71)
#200C3C
(32,12,60)
#1B0A31
(27,10,49)
#160826
(22,8,38)
#11061B
(17,6,27)
#0C0410
(12,4,16)
#000000
(0,0,0)

Tints of #3E187E

#3E187E
(62,24,126)
#4F2D89
(79,45,137)
#604294
(96,66,148)
#71579F
(113,87,159)
#826CAA
(130,108,170)
#9381B5
(147,129,181)
#A496C0
(164,150,192)
#B5ABCB
(181,171,203)
#C6C0D6
(198,192,214)
#D7D5E1
(215,213,225)
#E8EAEC
(232,234,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3E187E color. Also use rgb(62,24,126) instead hex code.

Text Font Color

.myTextColor { color: #3E187E; }

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

This text font color is #3E187E.


Background Color

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

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

This div background color is #3E187E.


Border color

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

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

This div border color is #3E187E.


Opacity

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

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

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

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

This text has shadow with #3E187E color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #3E187E on black background.


Color preview on white background

This text has color #3E187E on white background.



Black color preview on #3E187E background

This text has black color on #3E187E background.


White color preview on #3E187E background

This text has white color on #3E187E background.