COLOR #3E3641

HEX: #3E3641
RGB: (62,54,65)

Color info

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

RGB color model

#3E3641 color RGB value is (62,54,65).

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

RGB channels and saturation

R 62 of 255 = 24%
G 54 of 255 = 21%
B 65 of 255 = 25%

62
54
65

R + G + B ~ 23%. #3E3641 is dark color.

Portions of RGB colors in percentages

R + G + B =
62 + 54 + 65 = 181 (100%)
R 62 of 181 ~ 34.25%
G 54 of 181 ~ 29.83%
B 65 of 181 ~ 35.91%

%34.25
%29.83
%35.91

CMYK color model

#3E3641 color CMYK value is (5,17,0,75).

  • cyan value is 4.62%
  • magenta value is 16.92%
  • yellow value is 0.00%
  • key color value is 74.51%
CMYK:
(5,17,0,75)
C5M17Y0K75 
(5%,17%,0%,75%)
(0.05/0.17/0.00/0.75)	

CMYK percentages

%4.62
%16.92
%0
%74.51

Codes

Color #3E3641 in popluar color models

3E3641
RGB625465
HSL284°9.24%23.33%
HSB/HSV284°16.92%25.49%
CMYK4.62%16.92%0.00%
74.51%

Color #3E3641 in popluar number systems.

HEX3E3641
Decimal625465
Binary1111101101101000001
Octal7666101

Shades and tints

Shades of #3E3641

#3E3641
(62,54,65)
#39323C
(57,50,60)
#342E37
(52,46,55)
#2F2A32
(47,42,50)
#2A262D
(42,38,45)
#252228
(37,34,40)
#201E23
(32,30,35)
#1B1A1E
(27,26,30)
#161619
(22,22,25)
#111214
(17,18,20)
#0C0E0F
(12,14,15)
#000000
(0,0,0)

Tints of #3E3641

#3E3641
(62,54,65)
#4F4852
(79,72,82)
#605A63
(96,90,99)
#716C74
(113,108,116)
#827E85
(130,126,133)
#939096
(147,144,150)
#A4A2A7
(164,162,167)
#B5B4B8
(181,180,184)
#C6C6C9
(198,198,201)
#D7D8DA
(215,216,218)
#E8EAEB
(232,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3E3641; }

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

This text font color is #3E3641.


Background Color

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

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

This div background color is #3E3641.


Border color

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

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

This div border color is #3E3641.


Opacity

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

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

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

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

This text has shadow with #3E3641 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3E3641 on black background.


Color preview on white background

This text has color #3E3641 on white background.



Black color preview on #3E3641 background

This text has black color on #3E3641 background.


White color preview on #3E3641 background

This text has white color on #3E3641 background.