COLOR #3E431B

HEX: #3E431B
RGB: (62,67,27)

Color info

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

RGB color model

#3E431B color RGB value is (62,67,27).

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

RGB channels and saturation

R 62 of 255 = 24%
G 67 of 255 = 26%
B 27 of 255 = 11%

62
67
27

R + G + B ~ 20%. #3E431B is dark color.

Portions of RGB colors in percentages

R + G + B =
62 + 67 + 27 = 156 (100%)
R 62 of 156 ~ 39.74%
G 67 of 156 ~ 42.95%
B 27 of 156 ~ 17.31%

%39.74
%42.95
%17.31

CMYK color model

#3E431B color CMYK value is (7,0,60,74).

  • cyan value is 7.46%
  • magenta value is 0.00%
  • yellow value is 59.70%
  • key color value is 73.73%
CMYK:
(7,0,60,74)
C7M0Y60K74 
(7%,0%,60%,74%)
(0.07/0.00/0.60/0.74)	

CMYK percentages

%7.46
%0
%59.7
%73.73

Codes

Color #3E431B in popluar color models

3E431B
RGB626727
HSL68°42.55%18.43%
HSB/HSV68°59.70%26.27%
CMYK7.46%0.00%59.70%
73.73%

Color #3E431B in popluar number systems.

HEX3E431B
Decimal626727
Binary111110100001111011
Octal7610333

Shades and tints

Shades of #3E431B

#3E431B
(62,67,27)
#393D19
(57,61,25)
#343717
(52,55,23)
#2F3115
(47,49,21)
#2A2B13
(42,43,19)
#252511
(37,37,17)
#201F0F
(32,31,15)
#1B190D
(27,25,13)
#16130B
(22,19,11)
#110D09
(17,13,9)
#0C0707
(12,7,7)
#000000
(0,0,0)

Tints of #3E431B

#3E431B
(62,67,27)
#4F542F
(79,84,47)
#606543
(96,101,67)
#717657
(113,118,87)
#82876B
(130,135,107)
#93987F
(147,152,127)
#A4A993
(164,169,147)
#B5BAA7
(181,186,167)
#C6CBBB
(198,203,187)
#D7DCCF
(215,220,207)
#E8EDE3
(232,237,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3E431B; }

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

This text font color is #3E431B.


Background Color

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

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

This div background color is #3E431B.


Border color

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

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

This div border color is #3E431B.


Opacity

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

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

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

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

This text has shadow with #3E431B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3E431B on black background.


Color preview on white background

This text has color #3E431B on white background.



Black color preview on #3E431B background

This text has black color on #3E431B background.


White color preview on #3E431B background

This text has white color on #3E431B background.