COLOR #3E4B3F

HEX: #3E4B3F RGB: (62,75,63)

Color info

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

RGB color model

#3E4B3F color RGB value is (62,75,63).

RGB: (62,75,63) (24%, 29%, 25%)

RGB channels and saturation

R 62 of 255 = 24%
G 75 of 255 = 29%
B 63 of 255 = 25%

62
75
63

R + G + B ~ 26%. #3E4B3F is quite dark color.

Portions of RGB colors in percentages

R + G + B = 62 + 75 + 63 = 200 (100%)
R 62 of 200 ~ 31%
G 75 of 200 ~ 37.5%
B 63 of 200 ~ 31.5'%

%31
%37.5
%31.5

CMYK color model

#3E4B3F color CMYK value is (17,0,16,71).

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

CMYK: (17,0,16,71)
C17M0Y16K71 (17%, 0%, 16%, 71%)
(0.17 / 0.00 / 0.16 / 0.71)

CMYK percentages

%17.33
%0
%16
%70.59

Codes

Color #3E4B3F in popluar color models

3E 4B 3F
RGB 62 75 63
HSL 125° 9.49% 26.86%
HSB/HSV 125° 17.33% 29.41%
CMYK 17.33% 0.00% 16.00%
70.59%

Color #3E4B3F in popluar number systems.

HEX 3E 4B 3F
Decimal 62 75 63
Binary 111110 1001011 111111
Octal 76 113 77

Shades and tints

Shades of #3E4B3F

#3E4B3F
(62,75,63)
#39453A
(57,69,58)
#343F35
(52,63,53)
#2F3930
(47,57,48)
#2A332B
(42,51,43)
#252D26
(37,45,38)
#202721
(32,39,33)
#1B211C
(27,33,28)
#161B17
(22,27,23)
#111512
(17,21,18)
#0C0F0D
(12,15,13)
#000000
(0,0,0)

Tints of #3E4B3F

#3E4B3F
(62,75,63)
#4F5B50
(79,91,80)
#606B61
(96,107,97)
#717B72
(113,123,114)
#828B83
(130,139,131)
#939B94
(147,155,148)
#A4ABA5
(164,171,165)
#B5BBB6
(181,187,182)
#C6CBC7
(198,203,199)
#D7DBD8
(215,219,216)
#E8EBE9
(232,235,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3E4B3F; }

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

This text font color is #3E4B3F.

Background Color

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

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

This div background color is #3E4B3F.

Border color

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

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

This div border color is #3E4B3F.

Opacity

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

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

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

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

This text has shadow with #3E4B3F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3E4B3F.

Preview

Color preview on black background

This text has color #3E4B3F on black background.


Color preview on white background

This text has color #3E4B3F on white background.


Black color preview on #3E4B3F background

This text has black color on #3E4B3F background.


White color preview on #3E4B3F background

This text has white color on #3E4B3F background.


Related colors

Complementary color

Complementary color for #hex is #C1B4C0.


I love getcolorcode.com

Triadic colors

1 #3F3E4B and #4B3F3E with #3E4B3F are triadic colors.

2 #3F4B3E and #4B3E3F with #3E4B3F are triadic colors.