COLOR #3E402F

HEX: #3E402F
RGB: (62,64,47)

Color info

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

RGB color model

#3E402F color RGB value is (62,64,47).

  • red value is 62;
  • green value is 64;
  • blue value is 47.
RGB:
(62,64,47)
(24%,25%,18%)

RGB channels and saturation

R 62 of 255 = 24%
G 64 of 255 = 25%
B 47 of 255 = 18%

62
64
47

R + G + B ~ 22%. #3E402F is dark color.

Portions of RGB colors in percentages

R + G + B =
62 + 64 + 47 = 173 (100%)
R 62 of 173 ~ 35.84%
G 64 of 173 ~ 36.99%
B 47 of 173 ~ 27.17%

%35.84
%36.99
%27.17

CMYK color model

#3E402F color CMYK value is (3,0,27,75).

  • cyan value is 3.12%
  • magenta value is 0.00%
  • yellow value is 26.56%
  • key color value is 74.90%
CMYK:
(3,0,27,75)
C3M0Y27K75 
(3%,0%,27%,75%)
(0.03/0.00/0.27/0.75)	

CMYK percentages

%3.12
%0
%26.56
%74.9

Codes

Color #3E402F in popluar color models

3E402F
RGB626447
HSL67°15.32%21.76%
HSB/HSV67°26.56%25.10%
CMYK3.12%0.00%26.56%
74.90%

Color #3E402F in popluar number systems.

HEX3E402F
Decimal626447
Binary1111101000000101111
Octal7610057

Shades and tints

Shades of #3E402F

#3E402F
(62,64,47)
#393B2B
(57,59,43)
#343627
(52,54,39)
#2F3123
(47,49,35)
#2A2C1F
(42,44,31)
#25271B
(37,39,27)
#202217
(32,34,23)
#1B1D13
(27,29,19)
#16180F
(22,24,15)
#11130B
(17,19,11)
#0C0E07
(12,14,7)
#000000
(0,0,0)

Tints of #3E402F

#3E402F
(62,64,47)
#4F5141
(79,81,65)
#606253
(96,98,83)
#717365
(113,115,101)
#828477
(130,132,119)
#939589
(147,149,137)
#A4A69B
(164,166,155)
#B5B7AD
(181,183,173)
#C6C8BF
(198,200,191)
#D7D9D1
(215,217,209)
#E8EAE3
(232,234,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3E402F color. Also use rgb(62,64,47) instead hex code.

Text Font Color

.myTextColor { color: #3E402F; }

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

This text font color is #3E402F.


Background Color

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

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

This div background color is #3E402F.


Border color

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

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

This div border color is #3E402F.


Opacity

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

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

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

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

This text has shadow with #3E402F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3E402F on black background.


Color preview on white background

This text has color #3E402F on white background.



Black color preview on #3E402F background

This text has black color on #3E402F background.


White color preview on #3E402F background

This text has white color on #3E402F background.