COLOR #3E4338

HEX: #3E4338
RGB: (62,67,56)

Color info

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

RGB color model

#3E4338 color RGB value is (62,67,56).

  • red value is 62;
  • green value is 67;
  • blue value is 56.
RGB:
(62,67,56)
(24%,26%,22%)

RGB channels and saturation

R 62 of 255 = 24%
G 67 of 255 = 26%
B 56 of 255 = 22%

62
67
56

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

Portions of RGB colors in percentages

R + G + B =
62 + 67 + 56 = 185 (100%)
R 62 of 185 ~ 33.51%
G 67 of 185 ~ 36.22%
B 56 of 185 ~ 30.27%

%33.51
%36.22
%30.27

CMYK color model

#3E4338 color CMYK value is (7,0,16,74).

  • cyan value is 7.46%
  • magenta value is 0.00%
  • yellow value is 16.42%
  • key color value is 73.73%
CMYK:
(7,0,16,74)
C7M0Y16K74 
(7%,0%,16%,74%)
(0.07/0.00/0.16/0.74)	

CMYK percentages

%7.46
%0
%16.42
%73.73

Codes

Color #3E4338 in popluar color models

3E4338
RGB626756
HSL87°8.94%24.12%
HSB/HSV87°16.42%26.27%
CMYK7.46%0.00%16.42%
73.73%

Color #3E4338 in popluar number systems.

HEX3E4338
Decimal626756
Binary1111101000011111000
Octal7610370

Shades and tints

Shades of #3E4338

#3E4338
(62,67,56)
#393D33
(57,61,51)
#34372E
(52,55,46)
#2F3129
(47,49,41)
#2A2B24
(42,43,36)
#25251F
(37,37,31)
#201F1A
(32,31,26)
#1B1915
(27,25,21)
#161310
(22,19,16)
#110D0B
(17,13,11)
#0C0706
(12,7,6)
#000000
(0,0,0)

Tints of #3E4338

#3E4338
(62,67,56)
#4F544A
(79,84,74)
#60655C
(96,101,92)
#71766E
(113,118,110)
#828780
(130,135,128)
#939892
(147,152,146)
#A4A9A4
(164,169,164)
#B5BAB6
(181,186,182)
#C6CBC8
(198,203,200)
#D7DCDA
(215,220,218)
#E8EDEC
(232,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3E4338 color. Also use rgb(62,67,56) instead hex code.

Text Font Color

.myTextColor { color: #3E4338; }

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

This text font color is #3E4338.


Background Color

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

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

This div background color is #3E4338.


Border color

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

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

This div border color is #3E4338.


Opacity

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

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

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

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

This text has shadow with #3E4338 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3E4338 on black background.


Color preview on white background

This text has color #3E4338 on white background.



Black color preview on #3E4338 background

This text has black color on #3E4338 background.


White color preview on #3E4338 background

This text has white color on #3E4338 background.