COLOR #3E3640

HEX: #3E3640
RGB: (62,54,64)

Color info

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

RGB color model

#3E3640 color RGB value is (62,54,64).

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

RGB channels and saturation

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

62
54
64

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

Portions of RGB colors in percentages

R + G + B =
62 + 54 + 64 = 180 (100%)
R 62 of 180 ~ 34.44%
G 54 of 180 ~ 30%
B 64 of 180 ~ 35.56%

%34.44
%30
%35.56

CMYK color model

#3E3640 color CMYK value is (3,16,0,75).

  • cyan value is 3.12%
  • magenta value is 15.63%
  • yellow value is 0.00%
  • key color value is 74.90%
CMYK:
(3,16,0,75)
C3M16Y0K75 
(3%,16%,0%,75%)
(0.03/0.16/0.00/0.75)	

CMYK percentages

%3.12
%15.63
%0
%74.9

Codes

Color #3E3640 in popluar color models

3E3640
RGB625464
HSL288°8.47%23.14%
HSB/HSV288°15.63%25.10%
CMYK3.12%15.63%0.00%
74.90%

Color #3E3640 in popluar number systems.

HEX3E3640
Decimal625464
Binary1111101101101000000
Octal7666100

Shades and tints

Shades of #3E3640

#3E3640
(62,54,64)
#39323B
(57,50,59)
#342E36
(52,46,54)
#2F2A31
(47,42,49)
#2A262C
(42,38,44)
#252227
(37,34,39)
#201E22
(32,30,34)
#1B1A1D
(27,26,29)
#161618
(22,22,24)
#111213
(17,18,19)
#0C0E0E
(12,14,14)
#000000
(0,0,0)

Tints of #3E3640

#3E3640
(62,54,64)
#4F4851
(79,72,81)
#605A62
(96,90,98)
#716C73
(113,108,115)
#827E84
(130,126,132)
#939095
(147,144,149)
#A4A2A6
(164,162,166)
#B5B4B7
(181,180,183)
#C6C6C8
(198,198,200)
#D7D8D9
(215,216,217)
#E8EAEA
(232,234,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3E3640; }

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

This text font color is #3E3640.


Background Color

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

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

This div background color is #3E3640.


Border color

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

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

This div border color is #3E3640.


Opacity

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

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

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

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

This text has shadow with #3E3640 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3E3640 on black background.


Color preview on white background

This text has color #3E3640 on white background.



Black color preview on #3E3640 background

This text has black color on #3E3640 background.


White color preview on #3E3640 background

This text has white color on #3E3640 background.