COLOR #3E4740

HEX: #3E4740
RGB: (62,71,64)

Color info

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

RGB color model

#3E4740 color RGB value is (62,71,64).

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

RGB channels and saturation

R 62 of 255 = 24%
G 71 of 255 = 28%
B 64 of 255 = 25%

62
71
64

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

Portions of RGB colors in percentages

R + G + B =
62 + 71 + 64 = 197 (100%)
R 62 of 197 ~ 31.47%
G 71 of 197 ~ 36.04%
B 64 of 197 ~ 32.49%

%31.47
%36.04
%32.49

CMYK color model

#3E4740 color CMYK value is (13,0,10,72).

  • cyan value is 12.68%
  • magenta value is 0.00%
  • yellow value is 9.86%
  • key color value is 72.16%
CMYK: (13,0,10,72) C13M0Y10K72 (13%,0%,10%,72%) (0.13/0.00/0.10/0.72)

CMYK percentages

%12.68
%0
%9.86
%72.16

Codes

Color #3E4740 in popluar color models

3E4740
RGB627164
HSL133°6.77%26.08%
HSB/HSV133°12.68%27.84%
CMYK12.68%0.00%9.86%
72.16%

Color #3E4740 in popluar number systems.

HEX3E4740
Decimal627164
Binary11111010001111000000
Octal76107100

Shades and tints

Shades of #3E4740

#3E4740
(62,71,64)
#39413B
(57,65,59)
#343B36
(52,59,54)
#2F3531
(47,53,49)
#2A2F2C
(42,47,44)
#252927
(37,41,39)
#202322
(32,35,34)
#1B1D1D
(27,29,29)
#161718
(22,23,24)
#111113
(17,17,19)
#0C0B0E
(12,11,14)
#000000
(0,0,0)

Tints of #3E4740

#3E4740
(62,71,64)
#4F5751
(79,87,81)
#606762
(96,103,98)
#717773
(113,119,115)
#828784
(130,135,132)
#939795
(147,151,149)
#A4A7A6
(164,167,166)
#B5B7B7
(181,183,183)
#C6C7C8
(198,199,200)
#D7D7D9
(215,215,217)
#E8E7EA
(232,231,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3E4740; }

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

This text font color is #3E4740.


Background Color

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

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

This div background color is #3E4740.


Border color

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

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

This div border color is #3E4740.


Opacity

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

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

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

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

This text has shadow with #3E4740 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #3E4740 on black background.


Color preview on white background

This text has color #3E4740 on white background.



Black color preview on #3E4740 background

This text has black color on #3E4740 background.


White color preview on #3E4740 background

This text has white color on #3E4740 background.