COLOR #3E3075

HEX: #3E3075 RGB: (62,48,117)

Color info

#3E3075 contains mainly red and blue colors. Web safe color of #3E3075 is #333366 (or #336).

RGB color model

#3E3075 color RGB value is (62,48,117).

RGB: (62,48,117) (24%, 19%, 46%)

RGB channels and saturation

R 62 of 255 = 24%
G 48 of 255 = 19%
B 117 of 255 = 46%

62
48
117

R + G + B ~ 30%. #3E3075 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 62 + 48 + 117 = 227 (100%)
R 62 of 227 ~ 27.31%
G 48 of 227 ~ 21.15%
B 117 of 227 ~ 51.54'%

%27.31
%21.15
%51.54

CMYK color model

#3E3075 color CMYK value is (47,59,0,54).

  • cyan value is 47.01%
  • magenta value is 58.97%
  • yellow value is 0.00%
  • key color value is 54.12%

CMYK: (47,59,0,54)
C47M59Y0K54 (47%, 59%, 0%, 54%)
(0.47 / 0.59 / 0.00 / 0.54)

CMYK percentages

%47.01
%58.97
%0
%54.12

Codes

Color #3E3075 in popluar color models

3E 30 75
RGB 62 48 117
HSL 252° 41.82% 32.35%
HSB/HSV 252° 58.97% 45.88%
CMYK 47.01% 58.97% 0.00%
54.12%

Color #3E3075 in popluar number systems.

HEX 3E 30 75
Decimal 62 48 117
Binary 111110 110000 1110101
Octal 76 60 165

Shades and tints

Shades of #3E3075

#3E3075
(62,48,117)
#392C6B
(57,44,107)
#342861
(52,40,97)
#2F2457
(47,36,87)
#2A204D
(42,32,77)
#251C43
(37,28,67)
#201839
(32,24,57)
#1B142F
(27,20,47)
#161025
(22,16,37)
#110C1B
(17,12,27)
#0C0811
(12,8,17)
#000000
(0,0,0)

Tints of #3E3075

#3E3075
(62,48,117)
#4F4281
(79,66,129)
#60548D
(96,84,141)
#716699
(113,102,153)
#8278A5
(130,120,165)
#938AB1
(147,138,177)
#A49CBD
(164,156,189)
#B5AEC9
(181,174,201)
#C6C0D5
(198,192,213)
#D7D2E1
(215,210,225)
#E8E4ED
(232,228,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3E3075 color. Also use rgb(62,48,117) instead hex code.

Text Font Color

.myTextColor { color: #3E3075; }

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

This text font color is #3E3075.

Background Color

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

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

This div background color is #3E3075.

Border color

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

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

This div border color is #3E3075.

Opacity

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

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

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

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

This text has shadow with #3E3075 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3E3075.

Preview

Color preview on black background

This text has color #3E3075 on black background.


Color preview on white background

This text has color #3E3075 on white background.


Black color preview on #3E3075 background

This text has black color on #3E3075 background.


White color preview on #3E3075 background

This text has white color on #3E3075 background.


Related colors

Complementary color

Complementary color for #hex is #C1CF8A.


I love getcolorcode.com

Triadic colors

1 #753E30 and #30753E with #3E3075 are triadic colors.

2 #75303E and #303E75 with #3E3075 are triadic colors.