COLOR #3E362A

HEX: #3E362A
RGB: (62,54,42)

Color info

#3E362A contains red, green and blue colors in about the same proportion. Web safe color of #3E362A is #333333 (or #333).

RGB color model

#3E362A color RGB value is (62,54,42).

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

RGB channels and saturation

R 62 of 255 = 24%
G 54 of 255 = 21%
B 42 of 255 = 16%

62
54
42

R + G + B ~ 20%. #3E362A is dark color.

Portions of RGB colors in percentages

R + G + B =
62 + 54 + 42 = 158 (100%)
R 62 of 158 ~ 39.24%
G 54 of 158 ~ 34.18%
B 42 of 158 ~ 26.58%

%39.24
%34.18
%26.58

CMYK color model

#3E362A color CMYK value is (0,13,32,76).

  • cyan value is 0.00%
  • magenta value is 12.90%
  • yellow value is 32.26%
  • key color value is 75.69%
CMYK:
(0,13,32,76)
C0M13Y32K76 
(0%,13%,32%,76%)
(0.00/0.13/0.32/0.76)	

CMYK percentages

%0
%12.9
%32.26
%75.69

Codes

Color #3E362A in popluar color models

3E362A
RGB625442
HSL36°19.23%20.39%
HSB/HSV36°32.26%24.31%
CMYK0.00%12.90%32.26%
75.69%

Color #3E362A in popluar number systems.

HEX3E362A
Decimal625442
Binary111110110110101010
Octal766652

Shades and tints

Shades of #3E362A

#3E362A
(62,54,42)
#393227
(57,50,39)
#342E24
(52,46,36)
#2F2A21
(47,42,33)
#2A261E
(42,38,30)
#25221B
(37,34,27)
#201E18
(32,30,24)
#1B1A15
(27,26,21)
#161612
(22,22,18)
#11120F
(17,18,15)
#0C0E0C
(12,14,12)
#000000
(0,0,0)

Tints of #3E362A

#3E362A
(62,54,42)
#4F483D
(79,72,61)
#605A50
(96,90,80)
#716C63
(113,108,99)
#827E76
(130,126,118)
#939089
(147,144,137)
#A4A29C
(164,162,156)
#B5B4AF
(181,180,175)
#C6C6C2
(198,198,194)
#D7D8D5
(215,216,213)
#E8EAE8
(232,234,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3E362A; }

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

This text font color is #3E362A.


Background Color

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

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

This div background color is #3E362A.


Border color

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

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

This div border color is #3E362A.


Opacity

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

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

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

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

This text has shadow with #3E362A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3E362A on black background.


Color preview on white background

This text has color #3E362A on white background.



Black color preview on #3E362A background

This text has black color on #3E362A background.


White color preview on #3E362A background

This text has white color on #3E362A background.