COLOR #3E0621

HEX: #3E0621 RGB: (62,6,33)

Color info

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

RGB color model

#3E0621 color RGB value is (62,6,33).

RGB: (62,6,33) (24%, 2%, 13%)

RGB channels and saturation

R 62 of 255 = 24%
G 6 of 255 = 2%
B 33 of 255 = 13%

62
6
33

R + G + B ~ 13%. #3E0621 is dark color.

Portions of RGB colors in percentages

R + G + B = 62 + 6 + 33 = 101 (100%)
R 62 of 101 ~ 61.39%
G 6 of 101 ~ 5.94%
B 33 of 101 ~ 32.67'%

%61.39
%32.67

CMYK color model

#3E0621 color CMYK value is (0,90,47,76).

  • cyan value is 0.00%
  • magenta value is 90.32%
  • yellow value is 46.77%
  • key color value is 75.69%

CMYK: (0,90,47,76)
C0M90Y47K76 (0%, 90%, 47%, 76%)
(0.00 / 0.90 / 0.47 / 0.76)

CMYK percentages

%0
%90.32
%46.77
%75.69

Codes

Color #3E0621 in popluar color models

3E 06 21
RGB 62 6 33
HSL 331° 82.35% 13.33%
HSB/HSV 331° 90.32% 24.31%
CMYK 0.00% 90.32% 46.77%
75.69%

Color #3E0621 in popluar number systems.

HEX 3E 06 21
Decimal 62 6 33
Binary 111110 110 100001
Octal 76 6 41

Shades and tints

Shades of #3E0621

#3E0621
(62,6,33)
#39061E
(57,6,30)
#34061B
(52,6,27)
#2F0618
(47,6,24)
#2A0615
(42,6,21)
#250612
(37,6,18)
#20060F
(32,6,15)
#1B060C
(27,6,12)
#160609
(22,6,9)
#110606
(17,6,6)
#0C0603
(12,6,3)
#000000
(0,0,0)

Tints of #3E0621

#3E0621
(62,6,33)
#4F1C35
(79,28,53)
#603249
(96,50,73)
#71485D
(113,72,93)
#825E71
(130,94,113)
#937485
(147,116,133)
#A48A99
(164,138,153)
#B5A0AD
(181,160,173)
#C6B6C1
(198,182,193)
#D7CCD5
(215,204,213)
#E8E2E9
(232,226,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3E0621 color. Also use rgb(62,6,33) instead hex code.

Text Font Color

.myTextColor { color: #3E0621; }

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

This text font color is #3E0621.

Background Color

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

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

This div background color is #3E0621.

Border color

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

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

This div border color is #3E0621.

Opacity

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

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

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

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

This text has shadow with #3E0621 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3E0621.

Preview

Color preview on black background

This text has color #3E0621 on black background.


Color preview on white background

This text has color #3E0621 on white background.


Black color preview on #3E0621 background

This text has black color on #3E0621 background.


White color preview on #3E0621 background

This text has white color on #3E0621 background.


Related colors

Complementary color

Complementary color for #hex is #C1F9DE.


I love getcolorcode.com

Triadic colors

1 #213E06 and #06213E with #3E0621 are triadic colors.

2 #21063E and #063E21 with #3E0621 are triadic colors.