COLOR #3E3838

HEX: #3E3838 RGB: (62,56,56)

Color info

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

RGB color model

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

RGB: (62,56,56) (24%, 22%, 22%)

RGB channels and saturation

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

62
56
56

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

Portions of RGB colors in percentages

R + G + B = 62 + 56 + 56 = 174 (100%)
R 62 of 174 ~ 35.63%
G 56 of 174 ~ 32.18%
B 56 of 174 ~ 32.18'%

%35.63
%32.18
%32.18

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 9.68%
  • yellow value is 9.68%
  • key color value is 75.69%

CMYK: (0,10,10,76)
C0M10Y10K76 (0%, 10%, 10%, 76%)
(0.00 / 0.10 / 0.10 / 0.76)

CMYK percentages

%0
%9.68
%9.68
%75.69

Codes

Color #3E3838 in popluar color models

3E 38 38
RGB 62 56 56
HSL 5.08% 23.14%
HSB/HSV 9.68% 24.31%
CMYK 0.00% 9.68% 9.68%
75.69%

Color #3E3838 in popluar number systems.

HEX 3E 38 38
Decimal 62 56 56
Binary 111110 111000 111000
Octal 76 70 70

Shades and tints

Shades of #3E3838

#3E3838
(62,56,56)
#393333
(57,51,51)
#342E2E
(52,46,46)
#2F2929
(47,41,41)
#2A2424
(42,36,36)
#251F1F
(37,31,31)
#201A1A
(32,26,26)
#1B1515
(27,21,21)
#161010
(22,16,16)
#110B0B
(17,11,11)
#0C0606
(12,6,6)
#000000
(0,0,0)

Tints of #3E3838

#3E3838
(62,56,56)
#4F4A4A
(79,74,74)
#605C5C
(96,92,92)
#716E6E
(113,110,110)
#828080
(130,128,128)
#939292
(147,146,146)
#A4A4A4
(164,164,164)
#B5B6B6
(181,182,182)
#C6C8C8
(198,200,200)
#D7DADA
(215,218,218)
#E8ECEC
(232,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3E3838; }

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

This text font color is #3E3838.

Background Color

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

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

This div background color is #3E3838.

Border color

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

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

This div border color is #3E3838.

Opacity

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

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

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

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

This text has shadow with #3E3838 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3E3838.

Preview

Color preview on black background

This text has color #3E3838 on black background.


Color preview on white background

This text has color #3E3838 on white background.


Black color preview on #3E3838 background

This text has black color on #3E3838 background.


White color preview on #3E3838 background

This text has white color on #3E3838 background.


Related colors

Complementary color

Complementary color for #hex is #C1C7C7.


I love getcolorcode.com