COLOR #3E3D41

HEX: #3E3D41
RGB: (62,61,65)

Color info

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

RGB color model

#3E3D41 color RGB value is (62,61,65).

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

RGB channels and saturation

R 62 of 255 = 24%
G 61 of 255 = 24%
B 65 of 255 = 25%

62
61
65

R + G + B ~ 24%. #3E3D41 is dark color.

Portions of RGB colors in percentages

R + G + B =
62 + 61 + 65 = 188 (100%)
R 62 of 188 ~ 32.98%
G 61 of 188 ~ 32.45%
B 65 of 188 ~ 34.57%

%32.98
%32.45
%34.57

CMYK color model

#3E3D41 color CMYK value is (5,6,0,75).

  • cyan value is 4.62%
  • magenta value is 6.15%
  • yellow value is 0.00%
  • key color value is 74.51%
CMYK:
(5,6,0,75)
C5M6Y0K75 
(5%,6%,0%,75%)
(0.05/0.06/0.00/0.75)	

CMYK percentages

%4.62
%6.15
%0
%74.51

Codes

Color #3E3D41 in popluar color models

3E3D41
RGB626165
HSL255°3.17%24.71%
HSB/HSV255°6.15%25.49%
CMYK4.62%6.15%0.00%
74.51%

Color #3E3D41 in popluar number systems.

HEX3E3D41
Decimal626165
Binary1111101111011000001
Octal7675101

Shades and tints

Shades of #3E3D41

#3E3D41
(62,61,65)
#39383C
(57,56,60)
#343337
(52,51,55)
#2F2E32
(47,46,50)
#2A292D
(42,41,45)
#252428
(37,36,40)
#201F23
(32,31,35)
#1B1A1E
(27,26,30)
#161519
(22,21,25)
#111014
(17,16,20)
#0C0B0F
(12,11,15)
#000000
(0,0,0)

Tints of #3E3D41

#3E3D41
(62,61,65)
#4F4E52
(79,78,82)
#605F63
(96,95,99)
#717074
(113,112,116)
#828185
(130,129,133)
#939296
(147,146,150)
#A4A3A7
(164,163,167)
#B5B4B8
(181,180,184)
#C6C5C9
(198,197,201)
#D7D6DA
(215,214,218)
#E8E7EB
(232,231,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3E3D41; }

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

This text font color is #3E3D41.


Background Color

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

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

This div background color is #3E3D41.


Border color

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

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

This div border color is #3E3D41.


Opacity

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

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

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

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

This text has shadow with #3E3D41 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3E3D41 on black background.


Color preview on white background

This text has color #3E3D41 on white background.



Black color preview on #3E3D41 background

This text has black color on #3E3D41 background.


White color preview on #3E3D41 background

This text has white color on #3E3D41 background.