COLOR #3E072B

HEX: #3E072B RGB: (62,7,43)

Color info

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

RGB color model

#3E072B color RGB value is (62,7,43).

RGB: (62,7,43) (24%, 3%, 17%)

RGB channels and saturation

R 62 of 255 = 24%
G 7 of 255 = 3%
B 43 of 255 = 17%

62
7
43

R + G + B ~ 15%. #3E072B is dark color.

Portions of RGB colors in percentages

R + G + B = 62 + 7 + 43 = 112 (100%)
R 62 of 112 ~ 55.36%
G 7 of 112 ~ 6.25%
B 43 of 112 ~ 38.39'%

%55.36
%38.39

CMYK color model

#3E072B color CMYK value is (0,89,31,76).

  • cyan value is 0.00%
  • magenta value is 88.71%
  • yellow value is 30.65%
  • key color value is 75.69%

CMYK: (0,89,31,76)
C0M89Y31K76 (0%, 89%, 31%, 76%)
(0.00 / 0.89 / 0.31 / 0.76)

CMYK percentages

%0
%88.71
%30.65
%75.69

Codes

Color #3E072B in popluar color models

3E 07 2B
RGB 62 7 43
HSL 321° 79.71% 13.53%
HSB/HSV 321° 88.71% 24.31%
CMYK 0.00% 88.71% 30.65%
75.69%

Color #3E072B in popluar number systems.

HEX 3E 07 2B
Decimal 62 7 43
Binary 111110 111 101011
Octal 76 7 53

Shades and tints

Shades of #3E072B

#3E072B
(62,7,43)
#390728
(57,7,40)
#340725
(52,7,37)
#2F0722
(47,7,34)
#2A071F
(42,7,31)
#25071C
(37,7,28)
#200719
(32,7,25)
#1B0716
(27,7,22)
#160713
(22,7,19)
#110710
(17,7,16)
#0C070D
(12,7,13)
#000000
(0,0,0)

Tints of #3E072B

#3E072B
(62,7,43)
#4F1D3E
(79,29,62)
#603351
(96,51,81)
#714964
(113,73,100)
#825F77
(130,95,119)
#93758A
(147,117,138)
#A48B9D
(164,139,157)
#B5A1B0
(181,161,176)
#C6B7C3
(198,183,195)
#D7CDD6
(215,205,214)
#E8E3E9
(232,227,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3E072B color. Also use rgb(62,7,43) instead hex code.

Text Font Color

.myTextColor { color: #3E072B; }

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

This text font color is #3E072B.

Background Color

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

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

This div background color is #3E072B.

Border color

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

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

This div border color is #3E072B.

Opacity

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

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

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

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

This text has shadow with #3E072B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3E072B.

Preview

Color preview on black background

This text has color #3E072B on black background.


Color preview on white background

This text has color #3E072B on white background.


Black color preview on #3E072B background

This text has black color on #3E072B background.


White color preview on #3E072B background

This text has white color on #3E072B background.


Related colors

Complementary color

Complementary color for #hex is #C1F8D4.


I love getcolorcode.com

Triadic colors

1 #2B3E07 and #072B3E with #3E072B are triadic colors.

2 #2B073E and #073E2B with #3E072B are triadic colors.