COLOR #3E1238

HEX: #3E1238 RGB: (62,18,56)

Color info

#3E1238 contains red, green and blue colors in about the same proportion. Web safe color of #3E1238 is #330033 (or #303).

RGB color model

#3E1238 color RGB value is (62,18,56).

RGB: (62,18,56) (24%, 7%, 22%)

RGB channels and saturation

R 62 of 255 = 24%
G 18 of 255 = 7%
B 56 of 255 = 22%

62
18
56

R + G + B ~ 18%. #3E1238 is dark color.

Portions of RGB colors in percentages

R + G + B = 62 + 18 + 56 = 136 (100%)
R 62 of 136 ~ 45.59%
G 18 of 136 ~ 13.24%
B 56 of 136 ~ 41.18'%

%45.59
%13.24
%41.18

CMYK color model

#3E1238 color CMYK value is (0,71,10,76).

  • cyan value is 0.00%
  • magenta value is 70.97%
  • yellow value is 9.68%
  • key color value is 75.69%

CMYK: (0,71,10,76)
C0M71Y10K76 (0%, 71%, 10%, 76%)
(0.00 / 0.71 / 0.10 / 0.76)

CMYK percentages

%0
%70.97
%9.68
%75.69

Codes

Color #3E1238 in popluar color models

3E 12 38
RGB 62 18 56
HSL 308° 55.00% 15.69%
HSB/HSV 308° 70.97% 24.31%
CMYK 0.00% 70.97% 9.68%
75.69%

Color #3E1238 in popluar number systems.

HEX 3E 12 38
Decimal 62 18 56
Binary 111110 10010 111000
Octal 76 22 70

Shades and tints

Shades of #3E1238

#3E1238
(62,18,56)
#391133
(57,17,51)
#34102E
(52,16,46)
#2F0F29
(47,15,41)
#2A0E24
(42,14,36)
#250D1F
(37,13,31)
#200C1A
(32,12,26)
#1B0B15
(27,11,21)
#160A10
(22,10,16)
#11090B
(17,9,11)
#0C0806
(12,8,6)
#000000
(0,0,0)

Tints of #3E1238

#3E1238
(62,18,56)
#4F274A
(79,39,74)
#603C5C
(96,60,92)
#71516E
(113,81,110)
#826680
(130,102,128)
#937B92
(147,123,146)
#A490A4
(164,144,164)
#B5A5B6
(181,165,182)
#C6BAC8
(198,186,200)
#D7CFDA
(215,207,218)
#E8E4EC
(232,228,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3E1238 color. Also use rgb(62,18,56) instead hex code.

Text Font Color

.myTextColor { color: #3E1238; }

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

This text font color is #3E1238.

Background Color

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

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

This div background color is #3E1238.

Border color

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

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

This div border color is #3E1238.

Opacity

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

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

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

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

This text has shadow with #3E1238 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3E1238.

Preview

Color preview on black background

This text has color #3E1238 on black background.


Color preview on white background

This text has color #3E1238 on white background.


Black color preview on #3E1238 background

This text has black color on #3E1238 background.


White color preview on #3E1238 background

This text has white color on #3E1238 background.


Related colors

Complementary color

Complementary color for #hex is #C1EDC7.


I love getcolorcode.com

Triadic colors

1 #383E12 and #12383E with #3E1238 are triadic colors.

2 #38123E and #123E38 with #3E1238 are triadic colors.