COLOR #3E2711

HEX: #3E2711
RGB: (62,39,17)

Color info

#3E2711 contains red, green and blue colors in about the same proportion. Web safe color of #3E2711 is #333300 (or #330).

RGB color model

#3E2711 color RGB value is (62,39,17).

  • red value is 62;
  • green value is 39;
  • blue value is 17.
RGB:
(62,39,17)
(24%,15%,7%)

RGB channels and saturation

R 62 of 255 = 24%
G 39 of 255 = 15%
B 17 of 255 = 7%

62
39
17

R + G + B ~ 15%. #3E2711 is dark color.

Portions of RGB colors in percentages

R + G + B =
62 + 39 + 17 = 118 (100%)
R 62 of 118 ~ 52.54%
G 39 of 118 ~ 33.05%
B 17 of 118 ~ 14.41%

%52.54
%33.05
%14.41

CMYK color model

#3E2711 color CMYK value is (0,37,73,76).

  • cyan value is 0.00%
  • magenta value is 37.10%
  • yellow value is 72.58%
  • key color value is 75.69%
CMYK:
(0,37,73,76)
C0M37Y73K76 
(0%,37%,73%,76%)
(0.00/0.37/0.73/0.76)	

CMYK percentages

%0
%37.1
%72.58
%75.69

Codes

Color #3E2711 in popluar color models

3E2711
RGB623917
HSL29°56.96%15.49%
HSB/HSV29°72.58%24.31%
CMYK0.00%37.10%72.58%
75.69%

Color #3E2711 in popluar number systems.

HEX3E2711
Decimal623917
Binary11111010011110001
Octal764721

Shades and tints

Shades of #3E2711

#3E2711
(62,39,17)
#392410
(57,36,16)
#34210F
(52,33,15)
#2F1E0E
(47,30,14)
#2A1B0D
(42,27,13)
#25180C
(37,24,12)
#20150B
(32,21,11)
#1B120A
(27,18,10)
#160F09
(22,15,9)
#110C08
(17,12,8)
#0C0907
(12,9,7)
#000000
(0,0,0)

Tints of #3E2711

#3E2711
(62,39,17)
#4F3A26
(79,58,38)
#604D3B
(96,77,59)
#716050
(113,96,80)
#827365
(130,115,101)
#93867A
(147,134,122)
#A4998F
(164,153,143)
#B5ACA4
(181,172,164)
#C6BFB9
(198,191,185)
#D7D2CE
(215,210,206)
#E8E5E3
(232,229,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3E2711 color. Also use rgb(62,39,17) instead hex code.

Text Font Color

.myTextColor { color: #3E2711; }

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

This text font color is #3E2711.


Background Color

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

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

This div background color is #3E2711.


Border color

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

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

This div border color is #3E2711.


Opacity

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

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

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

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

This text has shadow with #3E2711 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3E2711 on black background.


Color preview on white background

This text has color #3E2711 on white background.



Black color preview on #3E2711 background

This text has black color on #3E2711 background.


White color preview on #3E2711 background

This text has white color on #3E2711 background.