COLOR #3E413A

HEX: #3E413A RGB: (62,65,58)

Color info

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

RGB color model

#3E413A color RGB value is (62,65,58).

RGB: (62,65,58) (24%, 25%, 23%)

RGB channels and saturation

R 62 of 255 = 24%
G 65 of 255 = 25%
B 58 of 255 = 23%

62
65
58

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

Portions of RGB colors in percentages

R + G + B = 62 + 65 + 58 = 185 (100%)
R 62 of 185 ~ 33.51%
G 65 of 185 ~ 35.14%
B 58 of 185 ~ 31.35'%

%33.51
%35.14
%31.35

CMYK color model

#3E413A color CMYK value is (5,0,11,75).

  • cyan value is 4.62%
  • magenta value is 0.00%
  • yellow value is 10.77%
  • key color value is 74.51%

CMYK: (5,0,11,75)
C5M0Y11K75 (5%, 0%, 11%, 75%)
(0.05 / 0.00 / 0.11 / 0.75)

CMYK percentages

%4.62
%0
%10.77
%74.51

Codes

Color #3E413A in popluar color models

3E 41 3A
RGB 62 65 58
HSL 86° 5.69% 24.12%
HSB/HSV 86° 10.77% 25.49%
CMYK 4.62% 0.00% 10.77%
74.51%

Color #3E413A in popluar number systems.

HEX 3E 41 3A
Decimal 62 65 58
Binary 111110 1000001 111010
Octal 76 101 72

Shades and tints

Shades of #3E413A

#3E413A
(62,65,58)
#393C35
(57,60,53)
#343730
(52,55,48)
#2F322B
(47,50,43)
#2A2D26
(42,45,38)
#252821
(37,40,33)
#20231C
(32,35,28)
#1B1E17
(27,30,23)
#161912
(22,25,18)
#11140D
(17,20,13)
#0C0F08
(12,15,8)
#000000
(0,0,0)

Tints of #3E413A

#3E413A
(62,65,58)
#4F524B
(79,82,75)
#60635C
(96,99,92)
#71746D
(113,116,109)
#82857E
(130,133,126)
#93968F
(147,150,143)
#A4A7A0
(164,167,160)
#B5B8B1
(181,184,177)
#C6C9C2
(198,201,194)
#D7DAD3
(215,218,211)
#E8EBE4
(232,235,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3E413A; }

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

This text font color is #3E413A.

Background Color

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

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

This div background color is #3E413A.

Border color

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

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

This div border color is #3E413A.

Opacity

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

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

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

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

This text has shadow with #3E413A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3E413A.

Preview

Color preview on black background

This text has color #3E413A on black background.


Color preview on white background

This text has color #3E413A on white background.


Black color preview on #3E413A background

This text has black color on #3E413A background.


White color preview on #3E413A background

This text has white color on #3E413A background.


Related colors

Complementary color

Complementary color for #hex is #C1BEC5.


I love getcolorcode.com

Triadic colors

1 #3A3E41 and #413A3E with #3E413A are triadic colors.

2 #3A413E and #413E3A with #3E413A are triadic colors.