COLOR #3E3907

HEX: #3E3907
RGB: (62,57,7)

Color info

#3E3907 contains red, green and blue colors in about the same proportion. Web safe color of #3E3907 is #333300 (or #330).

RGB color model

#3E3907 color RGB value is (62,57,7).

  • red value is 62;
  • green value is 57;
  • blue value is 7.
RGB:
(62,57,7)
(24%,22%,3%)

RGB channels and saturation

R 62 of 255 = 24%
G 57 of 255 = 22%
B 7 of 255 = 3%

62
57
7

R + G + B ~ 16%. #3E3907 is dark color.

Portions of RGB colors in percentages

R + G + B =
62 + 57 + 7 = 126 (100%)
R 62 of 126 ~ 49.21%
G 57 of 126 ~ 45.24%
B 7 of 126 ~ 5.56%

%49.21
%45.24

CMYK color model

#3E3907 color CMYK value is (0,8,89,76).

  • cyan value is 0.00%
  • magenta value is 8.06%
  • yellow value is 88.71%
  • key color value is 75.69%
CMYK:
(0,8,89,76)
C0M8Y89K76 
(0%,8%,89%,76%)
(0.00/0.08/0.89/0.76)	

CMYK percentages

%0
%8.06
%88.71
%75.69

Codes

Color #3E3907 in popluar color models

3E3907
RGB62577
HSL55°79.71%13.53%
HSB/HSV55°88.71%24.31%
CMYK0.00%8.06%88.71%
75.69%

Color #3E3907 in popluar number systems.

HEX3E3907
Decimal62577
Binary111110111001111
Octal76717

Shades and tints

Shades of #3E3907

#3E3907
(62,57,7)
#393407
(57,52,7)
#342F07
(52,47,7)
#2F2A07
(47,42,7)
#2A2507
(42,37,7)
#252007
(37,32,7)
#201B07
(32,27,7)
#1B1607
(27,22,7)
#161107
(22,17,7)
#110C07
(17,12,7)
#0C0707
(12,7,7)
#000000
(0,0,0)

Tints of #3E3907

#3E3907
(62,57,7)
#4F4B1D
(79,75,29)
#605D33
(96,93,51)
#716F49
(113,111,73)
#82815F
(130,129,95)
#939375
(147,147,117)
#A4A58B
(164,165,139)
#B5B7A1
(181,183,161)
#C6C9B7
(198,201,183)
#D7DBCD
(215,219,205)
#E8EDE3
(232,237,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3E3907; }

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

This text font color is #3E3907.


Background Color

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

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

This div background color is #3E3907.


Border color

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

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

This div border color is #3E3907.


Opacity

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

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

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

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

This text has shadow with #3E3907 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3E3907 on black background.


Color preview on white background

This text has color #3E3907 on white background.



Black color preview on #3E3907 background

This text has black color on #3E3907 background.


White color preview on #3E3907 background

This text has white color on #3E3907 background.