COLOR #3E4231

HEX: #3E4231 RGB: (62,66,49)

Color info

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

RGB color model

#3E4231 color RGB value is (62,66,49).

RGB: (62,66,49) (24%, 26%, 19%)

RGB channels and saturation

R 62 of 255 = 24%
G 66 of 255 = 26%
B 49 of 255 = 19%

62
66
49

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

Portions of RGB colors in percentages

R + G + B = 62 + 66 + 49 = 177 (100%)
R 62 of 177 ~ 35.03%
G 66 of 177 ~ 37.29%
B 49 of 177 ~ 27.68'%

%35.03
%37.29
%27.68

CMYK color model

#3E4231 color CMYK value is (6,0,26,74).

  • cyan value is 6.06%
  • magenta value is 0.00%
  • yellow value is 25.76%
  • key color value is 74.12%

CMYK: (6,0,26,74)
C6M0Y26K74 (6%, 0%, 26%, 74%)
(0.06 / 0.00 / 0.26 / 0.74)

CMYK percentages

%6.06
%0
%25.76
%74.12

Codes

Color #3E4231 in popluar color models

3E 42 31
RGB 62 66 49
HSL 74° 14.78% 22.55%
HSB/HSV 74° 25.76% 25.88%
CMYK 6.06% 0.00% 25.76%
74.12%

Color #3E4231 in popluar number systems.

HEX 3E 42 31
Decimal 62 66 49
Binary 111110 1000010 110001
Octal 76 102 61

Shades and tints

Shades of #3E4231

#3E4231
(62,66,49)
#393C2D
(57,60,45)
#343629
(52,54,41)
#2F3025
(47,48,37)
#2A2A21
(42,42,33)
#25241D
(37,36,29)
#201E19
(32,30,25)
#1B1815
(27,24,21)
#161211
(22,18,17)
#110C0D
(17,12,13)
#0C0609
(12,6,9)
#000000
(0,0,0)

Tints of #3E4231

#3E4231
(62,66,49)
#4F5343
(79,83,67)
#606455
(96,100,85)
#717567
(113,117,103)
#828679
(130,134,121)
#93978B
(147,151,139)
#A4A89D
(164,168,157)
#B5B9AF
(181,185,175)
#C6CAC1
(198,202,193)
#D7DBD3
(215,219,211)
#E8ECE5
(232,236,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3E4231 color. Also use rgb(62,66,49) instead hex code.

Text Font Color

.myTextColor { color: #3E4231; }

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

This text font color is #3E4231.

Background Color

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

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

This div background color is #3E4231.

Border color

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

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

This div border color is #3E4231.

Opacity

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

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

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

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

This text has shadow with #3E4231 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3E4231.

Preview

Color preview on black background

This text has color #3E4231 on black background.


Color preview on white background

This text has color #3E4231 on white background.


Black color preview on #3E4231 background

This text has black color on #3E4231 background.


White color preview on #3E4231 background

This text has white color on #3E4231 background.


Related colors

Complementary color

Complementary color for #hex is #C1BDCE.


I love getcolorcode.com

Triadic colors

1 #313E42 and #42313E with #3E4231 are triadic colors.

2 #31423E and #423E31 with #3E4231 are triadic colors.