COLOR #3E461B

HEX: #3E461B
RGB: (62,70,27)

Color info

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

RGB color model

#3E461B color RGB value is (62,70,27).

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

RGB channels and saturation

R 62 of 255 = 24%
G 70 of 255 = 27%
B 27 of 255 = 11%

62
70
27

R + G + B ~ 21%. #3E461B is dark color.

Portions of RGB colors in percentages

R + G + B =
62 + 70 + 27 = 159 (100%)
R 62 of 159 ~ 38.99%
G 70 of 159 ~ 44.03%
B 27 of 159 ~ 16.98%

%38.99
%44.03
%16.98

CMYK color model

#3E461B color CMYK value is (11,0,61,73).

  • cyan value is 11.43%
  • magenta value is 0.00%
  • yellow value is 61.43%
  • key color value is 72.55%
CMYK:
(11,0,61,73)
C11M0Y61K73 
(11%,0%,61%,73%)
(0.11/0.00/0.61/0.73)	

CMYK percentages

%11.43
%0
%61.43
%72.55

Codes

Color #3E461B in popluar color models

3E461B
RGB627027
HSL71°44.33%19.02%
HSB/HSV71°61.43%27.45%
CMYK11.43%0.00%61.43%
72.55%

Color #3E461B in popluar number systems.

HEX3E461B
Decimal627027
Binary111110100011011011
Octal7610633

Shades and tints

Shades of #3E461B

#3E461B
(62,70,27)
#394019
(57,64,25)
#343A17
(52,58,23)
#2F3415
(47,52,21)
#2A2E13
(42,46,19)
#252811
(37,40,17)
#20220F
(32,34,15)
#1B1C0D
(27,28,13)
#16160B
(22,22,11)
#111009
(17,16,9)
#0C0A07
(12,10,7)
#000000
(0,0,0)

Tints of #3E461B

#3E461B
(62,70,27)
#4F562F
(79,86,47)
#606643
(96,102,67)
#717657
(113,118,87)
#82866B
(130,134,107)
#93967F
(147,150,127)
#A4A693
(164,166,147)
#B5B6A7
(181,182,167)
#C6C6BB
(198,198,187)
#D7D6CF
(215,214,207)
#E8E6E3
(232,230,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3E461B; }

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

This text font color is #3E461B.


Background Color

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

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

This div background color is #3E461B.


Border color

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

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

This div border color is #3E461B.


Opacity

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

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

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

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

This text has shadow with #3E461B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3E461B on black background.


Color preview on white background

This text has color #3E461B on white background.



Black color preview on #3E461B background

This text has black color on #3E461B background.


White color preview on #3E461B background

This text has white color on #3E461B background.