COLOR #3E0C00

HEX: #3E0C00
RGB: (62,12,0)

Color info

#3E0C00 contains only red and green colors. Web safe color of #3E0C00 is #330000 (or #300).

RGB color model

#3E0C00 color RGB value is (62,12,0).

  • red value is 62;
  • green value is 12;
  • blue value is 0.
RGB:
(62,12,0)
(24%,5%,0%)

RGB channels and saturation

R 62 of 255 = 24%
G 12 of 255 = 5%
B 0 of 255 = 0%

62
12
0

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

Portions of RGB colors in percentages

R + G + B =
62 + 12 + 0 = 74 (100%)
R 62 of 74 ~ 83.78%
G 12 of 74 ~ 16.22%
B 0 of 74 ~ 0%

%83.78
%16.22

CMYK color model

#3E0C00 color CMYK value is (0,81,100,76).

  • cyan value is 0.00%
  • magenta value is 80.65%
  • yellow value is 100.00%
  • key color value is 75.69%
CMYK:
(0,81,100,76)
C0M81Y100K76 
(0%,81%,100%,76%)
(0.00/0.81/1.00/0.76)	

CMYK percentages

%0
%80.65
%100
%75.69

Codes

Color #3E0C00 in popluar color models

3E0C00
RGB62120
HSL12°100.00%12.16%
HSB/HSV12°100.00%24.31%
CMYK0.00%80.65%100.00%
75.69%

Color #3E0C00 in popluar number systems.

HEX3E0C00
Decimal62120
Binary11111011000
Octal76140

Shades and tints

Shades of #3E0C00

#3E0C00
(62,12,0)
#390B00
(57,11,0)
#340A00
(52,10,0)
#2F0900
(47,9,0)
#2A0800
(42,8,0)
#250700
(37,7,0)
#200600
(32,6,0)
#1B0500
(27,5,0)
#160400
(22,4,0)
#110300
(17,3,0)
#0C0200
(12,2,0)
#000000
(0,0,0)

Tints of #3E0C00

#3E0C00
(62,12,0)
#4F2217
(79,34,23)
#60382E
(96,56,46)
#714E45
(113,78,69)
#82645C
(130,100,92)
#937A73
(147,122,115)
#A4908A
(164,144,138)
#B5A6A1
(181,166,161)
#C6BCB8
(198,188,184)
#D7D2CF
(215,210,207)
#E8E8E6
(232,232,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3E0C00; }

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

This text font color is #3E0C00.


Background Color

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

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

This div background color is #3E0C00.


Border color

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

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

This div border color is #3E0C00.


Opacity

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

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

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

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

This text has shadow with #3E0C00 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3E0C00 on black background.


Color preview on white background

This text has color #3E0C00 on white background.



Black color preview on #3E0C00 background

This text has black color on #3E0C00 background.


White color preview on #3E0C00 background

This text has white color on #3E0C00 background.