COLOR #3E363A

HEX: #3E363A
RGB: (62,54,58)

Color info

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

RGB color model

#3E363A color RGB value is (62,54,58).

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

RGB channels and saturation

R 62 of 255 = 24%
G 54 of 255 = 21%
B 58 of 255 = 23%

62
54
58

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

Portions of RGB colors in percentages

R + G + B =
62 + 54 + 58 = 174 (100%)
R 62 of 174 ~ 35.63%
G 54 of 174 ~ 31.03%
B 58 of 174 ~ 33.33%

%35.63
%31.03
%33.33

CMYK color model

#3E363A color CMYK value is (0,13,6,76).

  • cyan value is 0.00%
  • magenta value is 12.90%
  • yellow value is 6.45%
  • key color value is 75.69%
CMYK:
(0,13,6,76)
C0M13Y6K76 
(0%,13%,6%,76%)
(0.00/0.13/0.06/0.76)	

CMYK percentages

%0
%12.9
%6.45
%75.69

Codes

Color #3E363A in popluar color models

3E363A
RGB625458
HSL330°6.90%22.75%
HSB/HSV330°12.90%24.31%
CMYK0.00%12.90%6.45%
75.69%

Color #3E363A in popluar number systems.

HEX3E363A
Decimal625458
Binary111110110110111010
Octal766672

Shades and tints

Shades of #3E363A

#3E363A
(62,54,58)
#393235
(57,50,53)
#342E30
(52,46,48)
#2F2A2B
(47,42,43)
#2A2626
(42,38,38)
#252221
(37,34,33)
#201E1C
(32,30,28)
#1B1A17
(27,26,23)
#161612
(22,22,18)
#11120D
(17,18,13)
#0C0E08
(12,14,8)
#000000
(0,0,0)

Tints of #3E363A

#3E363A
(62,54,58)
#4F484B
(79,72,75)
#605A5C
(96,90,92)
#716C6D
(113,108,109)
#827E7E
(130,126,126)
#93908F
(147,144,143)
#A4A2A0
(164,162,160)
#B5B4B1
(181,180,177)
#C6C6C2
(198,198,194)
#D7D8D3
(215,216,211)
#E8EAE4
(232,234,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3E363A; }

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

This text font color is #3E363A.


Background Color

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

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

This div background color is #3E363A.


Border color

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

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

This div border color is #3E363A.


Opacity

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

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

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

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

This text has shadow with #3E363A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3E363A on black background.


Color preview on white background

This text has color #3E363A on white background.



Black color preview on #3E363A background

This text has black color on #3E363A background.


White color preview on #3E363A background

This text has white color on #3E363A background.