COLOR #3E4941

HEX: #3E4941 RGB: (62,73,65)

Color info

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

RGB color model

#3E4941 color RGB value is (62,73,65).

RGB: (62,73,65) (24%, 29%, 25%)

RGB channels and saturation

R 62 of 255 = 24%
G 73 of 255 = 29%
B 65 of 255 = 25%

62
73
65

R + G + B ~ 26%. #3E4941 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 62 + 73 + 65 = 200 (100%)
R 62 of 200 ~ 31%
G 73 of 200 ~ 36.5%
B 65 of 200 ~ 32.5'%

%31
%36.5
%32.5

CMYK color model

#3E4941 color CMYK value is (15,0,11,71).

  • cyan value is 15.07%
  • magenta value is 0.00%
  • yellow value is 10.96%
  • key color value is 71.37%

CMYK: (15,0,11,71)
C15M0Y11K71 (15%, 0%, 11%, 71%)
(0.15 / 0.00 / 0.11 / 0.71)

CMYK percentages

%15.07
%0
%10.96
%71.37

Codes

Color #3E4941 in popluar color models

3E 49 41
RGB 62 73 65
HSL 136° 8.15% 26.47%
HSB/HSV 136° 15.07% 28.63%
CMYK 15.07% 0.00% 10.96%
71.37%

Color #3E4941 in popluar number systems.

HEX 3E 49 41
Decimal 62 73 65
Binary 111110 1001001 1000001
Octal 76 111 101

Shades and tints

Shades of #3E4941

#3E4941
(62,73,65)
#39433C
(57,67,60)
#343D37
(52,61,55)
#2F3732
(47,55,50)
#2A312D
(42,49,45)
#252B28
(37,43,40)
#202523
(32,37,35)
#1B1F1E
(27,31,30)
#161919
(22,25,25)
#111314
(17,19,20)
#0C0D0F
(12,13,15)
#000000
(0,0,0)

Tints of #3E4941

#3E4941
(62,73,65)
#4F5952
(79,89,82)
#606963
(96,105,99)
#717974
(113,121,116)
#828985
(130,137,133)
#939996
(147,153,150)
#A4A9A7
(164,169,167)
#B5B9B8
(181,185,184)
#C6C9C9
(198,201,201)
#D7D9DA
(215,217,218)
#E8E9EB
(232,233,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3E4941; }

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

This text font color is #3E4941.

Background Color

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

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

This div background color is #3E4941.

Border color

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

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

This div border color is #3E4941.

Opacity

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

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

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

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

This text has shadow with #3E4941 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3E4941.

Preview

Color preview on black background

This text has color #3E4941 on black background.


Color preview on white background

This text has color #3E4941 on white background.


Black color preview on #3E4941 background

This text has black color on #3E4941 background.


White color preview on #3E4941 background

This text has white color on #3E4941 background.


Related colors

Complementary color

Complementary color for #hex is #C1B6BE.


I love getcolorcode.com

Triadic colors

1 #413E49 and #49413E with #3E4941 are triadic colors.

2 #41493E and #493E41 with #3E4941 are triadic colors.