COLOR #3E3758

HEX: #3E3758 RGB: (62,55,88)

Color info

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

RGB color model

#3E3758 color RGB value is (62,55,88).

RGB: (62,55,88) (24%, 22%, 35%)

RGB channels and saturation

R 62 of 255 = 24%
G 55 of 255 = 22%
B 88 of 255 = 35%

62
55
88

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

Portions of RGB colors in percentages

R + G + B = 62 + 55 + 88 = 205 (100%)
R 62 of 205 ~ 30.24%
G 55 of 205 ~ 26.83%
B 88 of 205 ~ 42.93'%

%30.24
%26.83
%42.93

CMYK color model

#3E3758 color CMYK value is (30,38,0,65).

  • cyan value is 29.55%
  • magenta value is 37.50%
  • yellow value is 0.00%
  • key color value is 65.49%
CMYK: (30,38,0,65) C30M38Y0K65 (30%,38%,0%,65%) (0.30/0.38/0.00/0.65) 

CMYK percentages

%29.55
%37.5
%0
%65.49

Codes

Color #3E3758 in popluar color models

3E 37 58
RGB 62 55 88
HSL 253° 23.08% 28.04%
HSB/HSV 253° 37.50% 34.51%
CMYK 29.55% 37.50% 0.00%
65.49%

Color #3E3758 in popluar number systems.

HEX 3E 37 58
Decimal 62 55 88
Binary 111110 110111 1011000
Octal 76 67 130

Shades and tints

Shades of #3E3758

#3E3758
(62,55,88)
#393250
(57,50,80)
#342D48
(52,45,72)
#2F2840
(47,40,64)
#2A2338
(42,35,56)
#251E30
(37,30,48)
#201928
(32,25,40)
#1B1420
(27,20,32)
#160F18
(22,15,24)
#110A10
(17,10,16)
#0C0508
(12,5,8)
#000000
(0,0,0)

Tints of #3E3758

#3E3758
(62,55,88)
#4F4967
(79,73,103)
#605B76
(96,91,118)
#716D85
(113,109,133)
#827F94
(130,127,148)
#9391A3
(147,145,163)
#A4A3B2
(164,163,178)
#B5B5C1
(181,181,193)
#C6C7D0
(198,199,208)
#D7D9DF
(215,217,223)
#E8EBEE
(232,235,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3E3758; }

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

This text font color is #3E3758.

Background Color

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

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

This div background color is #3E3758.

Border color

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

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

This div border color is #3E3758.

Opacity

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

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

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

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

This text has shadow with #3E3758 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3E3758.

Preview

Color preview on black background

This text has color #3E3758 on black background.


Color preview on white background

This text has color #3E3758 on white background.


Black color preview on #3E3758 background

This text has black color on #3E3758 background.


White color preview on #3E3758 background

This text has white color on #3E3758 background.


Related colors

Complementary color

Complementary color for #hex is #C1C8A7.


I love getcolorcode.com

Triadic colors

1 #583E37 and #37583E with #3E3758 are triadic colors.

2 #58373E and #373E58 with #3E3758 are triadic colors.