COLOR #3E3618

HEX: #3E3618
RGB: (62,54,24)

Color info

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

RGB color model

#3E3618 color RGB value is (62,54,24).

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

RGB channels and saturation

R 62 of 255 = 24%
G 54 of 255 = 21%
B 24 of 255 = 9%

62
54
24

R + G + B ~ 18%. #3E3618 is dark color.

Portions of RGB colors in percentages

R + G + B =
62 + 54 + 24 = 140 (100%)
R 62 of 140 ~ 44.29%
G 54 of 140 ~ 38.57%
B 24 of 140 ~ 17.14%

%44.29
%38.57
%17.14

CMYK color model

#3E3618 color CMYK value is (0,13,61,76).

  • cyan value is 0.00%
  • magenta value is 12.90%
  • yellow value is 61.29%
  • key color value is 75.69%
CMYK:
(0,13,61,76)
C0M13Y61K76 
(0%,13%,61%,76%)
(0.00/0.13/0.61/0.76)	

CMYK percentages

%0
%12.9
%61.29
%75.69

Codes

Color #3E3618 in popluar color models

3E3618
RGB625424
HSL47°44.19%16.86%
HSB/HSV47°61.29%24.31%
CMYK0.00%12.90%61.29%
75.69%

Color #3E3618 in popluar number systems.

HEX3E3618
Decimal625424
Binary11111011011011000
Octal766630

Shades and tints

Shades of #3E3618

#3E3618
(62,54,24)
#393216
(57,50,22)
#342E14
(52,46,20)
#2F2A12
(47,42,18)
#2A2610
(42,38,16)
#25220E
(37,34,14)
#201E0C
(32,30,12)
#1B1A0A
(27,26,10)
#161608
(22,22,8)
#111206
(17,18,6)
#0C0E04
(12,14,4)
#000000
(0,0,0)

Tints of #3E3618

#3E3618
(62,54,24)
#4F482D
(79,72,45)
#605A42
(96,90,66)
#716C57
(113,108,87)
#827E6C
(130,126,108)
#939081
(147,144,129)
#A4A296
(164,162,150)
#B5B4AB
(181,180,171)
#C6C6C0
(198,198,192)
#D7D8D5
(215,216,213)
#E8EAEA
(232,234,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3E3618; }

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

This text font color is #3E3618.


Background Color

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

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

This div background color is #3E3618.


Border color

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

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

This div border color is #3E3618.


Opacity

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

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

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

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

This text has shadow with #3E3618 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3E3618 on black background.


Color preview on white background

This text has color #3E3618 on white background.



Black color preview on #3E3618 background

This text has black color on #3E3618 background.


White color preview on #3E3618 background

This text has white color on #3E3618 background.