COLOR #3E5143

HEX: #3E5143
RGB: (62,81,67)

Color info

#3E5143 contains red, green and blue colors in about the same proportion. Web safe color of #3E5143 is #336633 (or #363).

RGB color model

#3E5143 color RGB value is (62,81,67).

  • red value is 62;
  • green value is 81;
  • blue value is 67.
RGB:
(62,81,67)
(24%,32%,26%)

RGB channels and saturation

R 62 of 255 = 24%
G 81 of 255 = 32%
B 67 of 255 = 26%

62
81
67

R + G + B ~ 27%. #3E5143 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
62 + 81 + 67 = 210 (100%)
R 62 of 210 ~ 29.52%
G 81 of 210 ~ 38.57%
B 67 of 210 ~ 31.9%

%29.52
%38.57
%31.9

CMYK color model

#3E5143 color CMYK value is (23,0,17,68).

  • cyan value is 23.46%
  • magenta value is 0.00%
  • yellow value is 17.28%
  • key color value is 68.24%
CMYK:
(23,0,17,68)
C23M0Y17K68 
(23%,0%,17%,68%)
(0.23/0.00/0.17/0.68)	

CMYK percentages

%23.46
%0
%17.28
%68.24

Codes

Color #3E5143 in popluar color models

3E5143
RGB628167
HSL136°13.29%28.04%
HSB/HSV136°23.46%31.76%
CMYK23.46%0.00%17.28%
68.24%

Color #3E5143 in popluar number systems.

HEX3E5143
Decimal628167
Binary11111010100011000011
Octal76121103

Shades and tints

Shades of #3E5143

#3E5143
(62,81,67)
#394A3D
(57,74,61)
#344337
(52,67,55)
#2F3C31
(47,60,49)
#2A352B
(42,53,43)
#252E25
(37,46,37)
#20271F
(32,39,31)
#1B2019
(27,32,25)
#161913
(22,25,19)
#11120D
(17,18,13)
#0C0B07
(12,11,7)
#000000
(0,0,0)

Tints of #3E5143

#3E5143
(62,81,67)
#4F6054
(79,96,84)
#606F65
(96,111,101)
#717E76
(113,126,118)
#828D87
(130,141,135)
#939C98
(147,156,152)
#A4ABA9
(164,171,169)
#B5BABA
(181,186,186)
#C6C9CB
(198,201,203)
#D7D8DC
(215,216,220)
#E8E7ED
(232,231,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3E5143 color. Also use rgb(62,81,67) instead hex code.

Text Font Color

.myTextColor { color: #3E5143; }

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

This text font color is #3E5143.


Background Color

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

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

This div background color is #3E5143.


Border color

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

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

This div border color is #3E5143.


Opacity

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

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

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

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

This text has shadow with #3E5143 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3E5143 on black background.


Color preview on white background

This text has color #3E5143 on white background.



Black color preview on #3E5143 background

This text has black color on #3E5143 background.


White color preview on #3E5143 background

This text has white color on #3E5143 background.