COLOR #3E3741

HEX: #3E3741 RGB: (62,55,65)

Color info

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

RGB color model

#3E3741 color RGB value is (62,55,65).

RGB: (62,55,65) (24%, 22%, 25%)

RGB channels and saturation

R 62 of 255 = 24%
G 55 of 255 = 22%
B 65 of 255 = 25%

62
55
65

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

Portions of RGB colors in percentages

R + G + B = 62 + 55 + 65 = 182 (100%)
R 62 of 182 ~ 34.07%
G 55 of 182 ~ 30.22%
B 65 of 182 ~ 35.71'%

%34.07
%30.22
%35.71

CMYK color model

#3E3741 color CMYK value is (5,15,0,75).

  • cyan value is 4.62%
  • magenta value is 15.38%
  • yellow value is 0.00%
  • key color value is 74.51%

CMYK: (5,15,0,75)
C5M15Y0K75 (5%, 15%, 0%, 75%)
(0.05 / 0.15 / 0.00 / 0.75)

CMYK percentages

%4.62
%15.38
%0
%74.51

Codes

Color #3E3741 in popluar color models

3E 37 41
RGB 62 55 65
HSL 282° 8.33% 23.53%
HSB/HSV 282° 15.38% 25.49%
CMYK 4.62% 15.38% 0.00%
74.51%

Color #3E3741 in popluar number systems.

HEX 3E 37 41
Decimal 62 55 65
Binary 111110 110111 1000001
Octal 76 67 101

Shades and tints

Shades of #3E3741

#3E3741
(62,55,65)
#39323C
(57,50,60)
#342D37
(52,45,55)
#2F2832
(47,40,50)
#2A232D
(42,35,45)
#251E28
(37,30,40)
#201923
(32,25,35)
#1B141E
(27,20,30)
#160F19
(22,15,25)
#110A14
(17,10,20)
#0C050F
(12,5,15)
#000000
(0,0,0)

Tints of #3E3741

#3E3741
(62,55,65)
#4F4952
(79,73,82)
#605B63
(96,91,99)
#716D74
(113,109,116)
#827F85
(130,127,133)
#939196
(147,145,150)
#A4A3A7
(164,163,167)
#B5B5B8
(181,181,184)
#C6C7C9
(198,199,201)
#D7D9DA
(215,217,218)
#E8EBEB
(232,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3E3741; }

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

This text font color is #3E3741.

Background Color

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

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

This div background color is #3E3741.

Border color

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

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

This div border color is #3E3741.

Opacity

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

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

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

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

This text has shadow with #3E3741 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3E3741.

Preview

Color preview on black background

This text has color #3E3741 on black background.


Color preview on white background

This text has color #3E3741 on white background.


Black color preview on #3E3741 background

This text has black color on #3E3741 background.


White color preview on #3E3741 background

This text has white color on #3E3741 background.


Related colors

Complementary color

Complementary color for #hex is #C1C8BE.


I love getcolorcode.com

Triadic colors

1 #413E37 and #37413E with #3E3741 are triadic colors.

2 #41373E and #373E41 with #3E3741 are triadic colors.