COLOR #3E373D

HEX: #3E373D RGB: (62,55,61)

Color info

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

RGB color model

#3E373D color RGB value is (62,55,61).

RGB: (62,55,61) (24%, 22%, 24%)

RGB channels and saturation

R 62 of 255 = 24%
G 55 of 255 = 22%
B 61 of 255 = 24%

62
55
61

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

Portions of RGB colors in percentages

R + G + B = 62 + 55 + 61 = 178 (100%)
R 62 of 178 ~ 34.83%
G 55 of 178 ~ 30.9%
B 61 of 178 ~ 34.27'%

%34.83
%30.9
%34.27

CMYK color model

#3E373D color CMYK value is (0,11,2,76).

  • cyan value is 0.00%
  • magenta value is 11.29%
  • yellow value is 1.61%
  • key color value is 75.69%

CMYK: (0,11,2,76)
C0M11Y2K76 (0%, 11%, 2%, 76%)
(0.00 / 0.11 / 0.02 / 0.76)

CMYK percentages

%0
%11.29
%1.61
%75.69

Codes

Color #3E373D in popluar color models

3E 37 3D
RGB 62 55 61
HSL 309° 5.98% 22.94%
HSB/HSV 309° 11.29% 24.31%
CMYK 0.00% 11.29% 1.61%
75.69%

Color #3E373D in popluar number systems.

HEX 3E 37 3D
Decimal 62 55 61
Binary 111110 110111 111101
Octal 76 67 75

Shades and tints

Shades of #3E373D

#3E373D
(62,55,61)
#393238
(57,50,56)
#342D33
(52,45,51)
#2F282E
(47,40,46)
#2A2329
(42,35,41)
#251E24
(37,30,36)
#20191F
(32,25,31)
#1B141A
(27,20,26)
#160F15
(22,15,21)
#110A10
(17,10,16)
#0C050B
(12,5,11)
#000000
(0,0,0)

Tints of #3E373D

#3E373D
(62,55,61)
#4F494E
(79,73,78)
#605B5F
(96,91,95)
#716D70
(113,109,112)
#827F81
(130,127,129)
#939192
(147,145,146)
#A4A3A3
(164,163,163)
#B5B5B4
(181,181,180)
#C6C7C5
(198,199,197)
#D7D9D6
(215,217,214)
#E8EBE7
(232,235,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3E373D; }

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

This text font color is #3E373D.

Background Color

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

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

This div background color is #3E373D.

Border color

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

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

This div border color is #3E373D.

Opacity

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

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

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

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

This text has shadow with #3E373D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3E373D.

Preview

Color preview on black background

This text has color #3E373D on black background.


Color preview on white background

This text has color #3E373D on white background.


Black color preview on #3E373D background

This text has black color on #3E373D background.


White color preview on #3E373D background

This text has white color on #3E373D background.


Related colors

Complementary color

Complementary color for #hex is #C1C8C2.


I love getcolorcode.com

Triadic colors

1 #3D3E37 and #373D3E with #3E373D are triadic colors.

2 #3D373E and #373E3D with #3E373D are triadic colors.