COLOR #3E2658

HEX: #3E2658
RGB: (62,38,88)

Color info

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

RGB color model

#3E2658 color RGB value is (62,38,88).

  • red value is 62;
  • green value is 38;
  • blue value is 88.
RGB:
(62,38,88)
(24%,15%,35%)

RGB channels and saturation

R 62 of 255 = 24%
G 38 of 255 = 15%
B 88 of 255 = 35%

62
38
88

R + G + B ~ 25%. #3E2658 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
62 + 38 + 88 = 188 (100%)
R 62 of 188 ~ 32.98%
G 38 of 188 ~ 20.21%
B 88 of 188 ~ 46.81%

%32.98
%20.21
%46.81

CMYK color model

#3E2658 color CMYK value is (30,57,0,65).

  • cyan value is 29.55%
  • magenta value is 56.82%
  • yellow value is 0.00%
  • key color value is 65.49%
CMYK:
(30,57,0,65)
C30M57Y0K65 
(30%,57%,0%,65%)
(0.30/0.57/0.00/0.65)	

CMYK percentages

%29.55
%56.82
%0
%65.49

Codes

Color #3E2658 in popluar color models

3E2658
RGB623888
HSL269°39.68%24.71%
HSB/HSV269°56.82%34.51%
CMYK29.55%56.82%0.00%
65.49%

Color #3E2658 in popluar number systems.

HEX3E2658
Decimal623888
Binary1111101001101011000
Octal7646130

Shades and tints

Shades of #3E2658

#3E2658
(62,38,88)
#392350
(57,35,80)
#342048
(52,32,72)
#2F1D40
(47,29,64)
#2A1A38
(42,26,56)
#251730
(37,23,48)
#201428
(32,20,40)
#1B1120
(27,17,32)
#160E18
(22,14,24)
#110B10
(17,11,16)
#0C0808
(12,8,8)
#000000
(0,0,0)

Tints of #3E2658

#3E2658
(62,38,88)
#4F3967
(79,57,103)
#604C76
(96,76,118)
#715F85
(113,95,133)
#827294
(130,114,148)
#9385A3
(147,133,163)
#A498B2
(164,152,178)
#B5ABC1
(181,171,193)
#C6BED0
(198,190,208)
#D7D1DF
(215,209,223)
#E8E4EE
(232,228,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3E2658 color. Also use rgb(62,38,88) instead hex code.

Text Font Color

.myTextColor { color: #3E2658; }

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

This text font color is #3E2658.


Background Color

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

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

This div background color is #3E2658.


Border color

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

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

This div border color is #3E2658.


Opacity

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

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

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

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

This text has shadow with #3E2658 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3E2658 on black background.


Color preview on white background

This text has color #3E2658 on white background.



Black color preview on #3E2658 background

This text has black color on #3E2658 background.


White color preview on #3E2658 background

This text has white color on #3E2658 background.