COLOR #3E383A

HEX: #3E383A
RGB: (62,56,58)

Color info

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

RGB color model

#3E383A color RGB value is (62,56,58).

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

RGB channels and saturation

R 62 of 255 = 24%
G 56 of 255 = 22%
B 58 of 255 = 23%

62
56
58

R + G + B ~ 23%. #3E383A is dark color.

Portions of RGB colors in percentages

R + G + B =
62 + 56 + 58 = 176 (100%)
R 62 of 176 ~ 35.23%
G 56 of 176 ~ 31.82%
B 58 of 176 ~ 32.95%

%35.23
%31.82
%32.95

CMYK color model

#3E383A color CMYK value is (0,10,6,76).

  • cyan value is 0.00%
  • magenta value is 9.68%
  • yellow value is 6.45%
  • key color value is 75.69%
CMYK:
(0,10,6,76)
C0M10Y6K76 
(0%,10%,6%,76%)
(0.00/0.10/0.06/0.76)	

CMYK percentages

%0
%9.68
%6.45
%75.69

Codes

Color #3E383A in popluar color models

3E383A
RGB625658
HSL340°5.08%23.14%
HSB/HSV340°9.68%24.31%
CMYK0.00%9.68%6.45%
75.69%

Color #3E383A in popluar number systems.

HEX3E383A
Decimal625658
Binary111110111000111010
Octal767072

Shades and tints

Shades of #3E383A

#3E383A
(62,56,58)
#393335
(57,51,53)
#342E30
(52,46,48)
#2F292B
(47,41,43)
#2A2426
(42,36,38)
#251F21
(37,31,33)
#201A1C
(32,26,28)
#1B1517
(27,21,23)
#161012
(22,16,18)
#110B0D
(17,11,13)
#0C0608
(12,6,8)
#000000
(0,0,0)

Tints of #3E383A

#3E383A
(62,56,58)
#4F4A4B
(79,74,75)
#605C5C
(96,92,92)
#716E6D
(113,110,109)
#82807E
(130,128,126)
#93928F
(147,146,143)
#A4A4A0
(164,164,160)
#B5B6B1
(181,182,177)
#C6C8C2
(198,200,194)
#D7DAD3
(215,218,211)
#E8ECE4
(232,236,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3E383A; }

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

This text font color is #3E383A.


Background Color

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

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

This div background color is #3E383A.


Border color

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

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

This div border color is #3E383A.


Opacity

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

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

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

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

This text has shadow with #3E383A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3E383A on black background.


Color preview on white background

This text has color #3E383A on white background.



Black color preview on #3E383A background

This text has black color on #3E383A background.


White color preview on #3E383A background

This text has white color on #3E383A background.