COLOR #3E0309

HEX: #3E0309
RGB: (62,3,9)

Color info

#3E0309 contains red, green and blue colors in about the same proportion. Web safe color of #3E0309 is #330000 (or #300).

RGB color model

#3E0309 color RGB value is (62,3,9).

  • red value is 62;
  • green value is 3;
  • blue value is 9.
RGB:
(62,3,9)
(24%,1%,4%)

RGB channels and saturation

R 62 of 255 = 24%
G 3 of 255 = 1%
B 9 of 255 = 4%

62
3
9

R + G + B ~ 10%. #3E0309 is dark color.

Portions of RGB colors in percentages

R + G + B =
62 + 3 + 9 = 74 (100%)
R 62 of 74 ~ 83.78%
G 3 of 74 ~ 4.05%
B 9 of 74 ~ 12.16%

%83.78
%12.16

CMYK color model

#3E0309 color CMYK value is (0,95,85,76).

  • cyan value is 0.00%
  • magenta value is 95.16%
  • yellow value is 85.48%
  • key color value is 75.69%
CMYK:
(0,95,85,76)
C0M95Y85K76 
(0%,95%,85%,76%)
(0.00/0.95/0.85/0.76)	

CMYK percentages

%0
%95.16
%85.48
%75.69

Codes

Color #3E0309 in popluar color models

3E0309
RGB6239
HSL354°90.77%12.75%
HSB/HSV354°95.16%24.31%
CMYK0.00%95.16%85.48%
75.69%

Color #3E0309 in popluar number systems.

HEX3E0309
Decimal6239
Binary111110111001
Octal76311

Shades and tints

Shades of #3E0309

#3E0309
(62,3,9)
#390309
(57,3,9)
#340309
(52,3,9)
#2F0309
(47,3,9)
#2A0309
(42,3,9)
#250309
(37,3,9)
#200309
(32,3,9)
#1B0309
(27,3,9)
#160309
(22,3,9)
#110309
(17,3,9)
#0C0309
(12,3,9)
#000000
(0,0,0)

Tints of #3E0309

#3E0309
(62,3,9)
#4F191F
(79,25,31)
#602F35
(96,47,53)
#71454B
(113,69,75)
#825B61
(130,91,97)
#937177
(147,113,119)
#A4878D
(164,135,141)
#B59DA3
(181,157,163)
#C6B3B9
(198,179,185)
#D7C9CF
(215,201,207)
#E8DFE5
(232,223,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3E0309; }

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

This text font color is #3E0309.


Background Color

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

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

This div background color is #3E0309.


Border color

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

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

This div border color is #3E0309.


Opacity

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

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

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

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

This text has shadow with #3E0309 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3E0309 on black background.


Color preview on white background

This text has color #3E0309 on white background.



Black color preview on #3E0309 background

This text has black color on #3E0309 background.


White color preview on #3E0309 background

This text has white color on #3E0309 background.