COLOR #3E2646

HEX: #3E2646
RGB: (62,38,70)

Color info

#3E2646 contains red, green and blue colors in about the same proportion. Web safe color of #3E2646 is #333333 (or #333).

RGB color model

#3E2646 color RGB value is (62,38,70).

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

RGB channels and saturation

R 62 of 255 = 24%
G 38 of 255 = 15%
B 70 of 255 = 27%

62
38
70

R + G + B ~ 22%. #3E2646 is dark color.

Portions of RGB colors in percentages

R + G + B =
62 + 38 + 70 = 170 (100%)
R 62 of 170 ~ 36.47%
G 38 of 170 ~ 22.35%
B 70 of 170 ~ 41.18%

%36.47
%22.35
%41.18

CMYK color model

#3E2646 color CMYK value is (11,46,0,73).

  • cyan value is 11.43%
  • magenta value is 45.71%
  • yellow value is 0.00%
  • key color value is 72.55%
CMYK:
(11,46,0,73)
C11M46Y0K73 
(11%,46%,0%,73%)
(0.11/0.46/0.00/0.73)	

CMYK percentages

%11.43
%45.71
%0
%72.55

Codes

Color #3E2646 in popluar color models

3E2646
RGB623870
HSL285°29.63%21.18%
HSB/HSV285°45.71%27.45%
CMYK11.43%45.71%0.00%
72.55%

Color #3E2646 in popluar number systems.

HEX3E2646
Decimal623870
Binary1111101001101000110
Octal7646106

Shades and tints

Shades of #3E2646

#3E2646
(62,38,70)
#392340
(57,35,64)
#34203A
(52,32,58)
#2F1D34
(47,29,52)
#2A1A2E
(42,26,46)
#251728
(37,23,40)
#201422
(32,20,34)
#1B111C
(27,17,28)
#160E16
(22,14,22)
#110B10
(17,11,16)
#0C080A
(12,8,10)
#000000
(0,0,0)

Tints of #3E2646

#3E2646
(62,38,70)
#4F3956
(79,57,86)
#604C66
(96,76,102)
#715F76
(113,95,118)
#827286
(130,114,134)
#938596
(147,133,150)
#A498A6
(164,152,166)
#B5ABB6
(181,171,182)
#C6BEC6
(198,190,198)
#D7D1D6
(215,209,214)
#E8E4E6
(232,228,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3E2646; }

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

This text font color is #3E2646.


Background Color

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

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

This div background color is #3E2646.


Border color

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

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

This div border color is #3E2646.


Opacity

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

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

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

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

This text has shadow with #3E2646 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3E2646 on black background.


Color preview on white background

This text has color #3E2646 on white background.



Black color preview on #3E2646 background

This text has black color on #3E2646 background.


White color preview on #3E2646 background

This text has white color on #3E2646 background.