COLOR #3E462C

HEX: #3E462C
RGB: (62,70,44)

Color info

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

RGB color model

#3E462C color RGB value is (62,70,44).

  • red value is 62;
  • green value is 70;
  • blue value is 44.
RGB:
(62,70,44)
(24%,27%,17%)

RGB channels and saturation

R 62 of 255 = 24%
G 70 of 255 = 27%
B 44 of 255 = 17%

62
70
44

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

Portions of RGB colors in percentages

R + G + B =
62 + 70 + 44 = 176 (100%)
R 62 of 176 ~ 35.23%
G 70 of 176 ~ 39.77%
B 44 of 176 ~ 25%

%35.23
%39.77
%25

CMYK color model

#3E462C color CMYK value is (11,0,37,73).

  • cyan value is 11.43%
  • magenta value is 0.00%
  • yellow value is 37.14%
  • key color value is 72.55%
CMYK:
(11,0,37,73)
C11M0Y37K73 
(11%,0%,37%,73%)
(0.11/0.00/0.37/0.73)	

CMYK percentages

%11.43
%0
%37.14
%72.55

Codes

Color #3E462C in popluar color models

3E462C
RGB627044
HSL78°22.81%22.35%
HSB/HSV78°37.14%27.45%
CMYK11.43%0.00%37.14%
72.55%

Color #3E462C in popluar number systems.

HEX3E462C
Decimal627044
Binary1111101000110101100
Octal7610654

Shades and tints

Shades of #3E462C

#3E462C
(62,70,44)
#394028
(57,64,40)
#343A24
(52,58,36)
#2F3420
(47,52,32)
#2A2E1C
(42,46,28)
#252818
(37,40,24)
#202214
(32,34,20)
#1B1C10
(27,28,16)
#16160C
(22,22,12)
#111008
(17,16,8)
#0C0A04
(12,10,4)
#000000
(0,0,0)

Tints of #3E462C

#3E462C
(62,70,44)
#4F563F
(79,86,63)
#606652
(96,102,82)
#717665
(113,118,101)
#828678
(130,134,120)
#93968B
(147,150,139)
#A4A69E
(164,166,158)
#B5B6B1
(181,182,177)
#C6C6C4
(198,198,196)
#D7D6D7
(215,214,215)
#E8E6EA
(232,230,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3E462C color. Also use rgb(62,70,44) instead hex code.

Text Font Color

.myTextColor { color: #3E462C; }

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

This text font color is #3E462C.


Background Color

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

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

This div background color is #3E462C.


Border color

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

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

This div border color is #3E462C.


Opacity

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

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

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

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

This text has shadow with #3E462C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3E462C on black background.


Color preview on white background

This text has color #3E462C on white background.



Black color preview on #3E462C background

This text has black color on #3E462C background.


White color preview on #3E462C background

This text has white color on #3E462C background.