COLOR #3E4B3A

HEX: #3E4B3A RGB: (62,75,58)

Color info

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

RGB color model

#3E4B3A color RGB value is (62,75,58).

RGB: (62,75,58) (24%, 29%, 23%)

RGB channels and saturation

R 62 of 255 = 24%
G 75 of 255 = 29%
B 58 of 255 = 23%

62
75
58

R + G + B ~ 25%. #3E4B3A is quite dark color.

Portions of RGB colors in percentages

R + G + B = 62 + 75 + 58 = 195 (100%)
R 62 of 195 ~ 31.79%
G 75 of 195 ~ 38.46%
B 58 of 195 ~ 29.74'%

%31.79
%38.46
%29.74

CMYK color model

#3E4B3A color CMYK value is (17,0,23,71).

  • cyan value is 17.33%
  • magenta value is 0.00%
  • yellow value is 22.67%
  • key color value is 70.59%

CMYK: (17,0,23,71)
C17M0Y23K71 (17%, 0%, 23%, 71%)
(0.17 / 0.00 / 0.23 / 0.71)

CMYK percentages

%17.33
%0
%22.67
%70.59

Codes

Color #3E4B3A in popluar color models

3E 4B 3A
RGB 62 75 58
HSL 106° 12.78% 26.08%
HSB/HSV 106° 22.67% 29.41%
CMYK 17.33% 0.00% 22.67%
70.59%

Color #3E4B3A in popluar number systems.

HEX 3E 4B 3A
Decimal 62 75 58
Binary 111110 1001011 111010
Octal 76 113 72

Shades and tints

Shades of #3E4B3A

#3E4B3A
(62,75,58)
#394535
(57,69,53)
#343F30
(52,63,48)
#2F392B
(47,57,43)
#2A3326
(42,51,38)
#252D21
(37,45,33)
#20271C
(32,39,28)
#1B2117
(27,33,23)
#161B12
(22,27,18)
#11150D
(17,21,13)
#0C0F08
(12,15,8)
#000000
(0,0,0)

Tints of #3E4B3A

#3E4B3A
(62,75,58)
#4F5B4B
(79,91,75)
#606B5C
(96,107,92)
#717B6D
(113,123,109)
#828B7E
(130,139,126)
#939B8F
(147,155,143)
#A4ABA0
(164,171,160)
#B5BBB1
(181,187,177)
#C6CBC2
(198,203,194)
#D7DBD3
(215,219,211)
#E8EBE4
(232,235,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3E4B3A; }

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

This text font color is #3E4B3A.

Background Color

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

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

This div background color is #3E4B3A.

Border color

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

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

This div border color is #3E4B3A.

Opacity

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

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

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

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

This text has shadow with #3E4B3A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3E4B3A.

Preview

Color preview on black background

This text has color #3E4B3A on black background.


Color preview on white background

This text has color #3E4B3A on white background.


Black color preview on #3E4B3A background

This text has black color on #3E4B3A background.


White color preview on #3E4B3A background

This text has white color on #3E4B3A background.


Related colors

Complementary color

Complementary color for #hex is #C1B4C5.


I love getcolorcode.com

Triadic colors

1 #3A3E4B and #4B3A3E with #3E4B3A are triadic colors.

2 #3A4B3E and #4B3E3A with #3E4B3A are triadic colors.