COLOR #3E360D

HEX: #3E360D
RGB: (62,54,13)

Color info

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

RGB color model

#3E360D color RGB value is (62,54,13).

  • red value is 62;
  • green value is 54;
  • blue value is 13.
RGB:
(62,54,13)
(24%,21%,5%)

RGB channels and saturation

R 62 of 255 = 24%
G 54 of 255 = 21%
B 13 of 255 = 5%

62
54
13

R + G + B ~ 17%. #3E360D is dark color.

Portions of RGB colors in percentages

R + G + B =
62 + 54 + 13 = 129 (100%)
R 62 of 129 ~ 48.06%
G 54 of 129 ~ 41.86%
B 13 of 129 ~ 10.08%

%48.06
%41.86
%10.08

CMYK color model

#3E360D color CMYK value is (0,13,79,76).

  • cyan value is 0.00%
  • magenta value is 12.90%
  • yellow value is 79.03%
  • key color value is 75.69%
CMYK:
(0,13,79,76)
C0M13Y79K76 
(0%,13%,79%,76%)
(0.00/0.13/0.79/0.76)	

CMYK percentages

%0
%12.9
%79.03
%75.69

Codes

Color #3E360D in popluar color models

3E360D
RGB625413
HSL50°65.33%14.71%
HSB/HSV50°79.03%24.31%
CMYK0.00%12.90%79.03%
75.69%

Color #3E360D in popluar number systems.

HEX3E360D
Decimal625413
Binary1111101101101101
Octal766615

Shades and tints

Shades of #3E360D

#3E360D
(62,54,13)
#39320C
(57,50,12)
#342E0B
(52,46,11)
#2F2A0A
(47,42,10)
#2A2609
(42,38,9)
#252208
(37,34,8)
#201E07
(32,30,7)
#1B1A06
(27,26,6)
#161605
(22,22,5)
#111204
(17,18,4)
#0C0E03
(12,14,3)
#000000
(0,0,0)

Tints of #3E360D

#3E360D
(62,54,13)
#4F4823
(79,72,35)
#605A39
(96,90,57)
#716C4F
(113,108,79)
#827E65
(130,126,101)
#93907B
(147,144,123)
#A4A291
(164,162,145)
#B5B4A7
(181,180,167)
#C6C6BD
(198,198,189)
#D7D8D3
(215,216,211)
#E8EAE9
(232,234,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3E360D; }

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

This text font color is #3E360D.


Background Color

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

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

This div background color is #3E360D.


Border color

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

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

This div border color is #3E360D.


Opacity

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

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

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

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

This text has shadow with #3E360D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3E360D on black background.


Color preview on white background

This text has color #3E360D on white background.



Black color preview on #3E360D background

This text has black color on #3E360D background.


White color preview on #3E360D background

This text has white color on #3E360D background.