COLOR #3E2317

HEX: #3E2317 RGB: (62,35,23)

Color info

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

RGB color model

#3E2317 color RGB value is (62,35,23).

RGB: (62,35,23) (24%, 14%, 9%)

RGB channels and saturation

R 62 of 255 = 24%
G 35 of 255 = 14%
B 23 of 255 = 9%

62
35
23

R + G + B ~ 16%. #3E2317 is dark color.

Portions of RGB colors in percentages

R + G + B = 62 + 35 + 23 = 120 (100%)
R 62 of 120 ~ 51.67%
G 35 of 120 ~ 29.17%
B 23 of 120 ~ 19.17'%

%51.67
%29.17
%19.17

CMYK color model

#3E2317 color CMYK value is (0,44,63,76).

  • cyan value is 0.00%
  • magenta value is 43.55%
  • yellow value is 62.90%
  • key color value is 75.69%

CMYK: (0,44,63,76)
C0M44Y63K76 (0%, 44%, 63%, 76%)
(0.00 / 0.44 / 0.63 / 0.76)

CMYK percentages

%0
%43.55
%62.9
%75.69

Codes

Color #3E2317 in popluar color models

3E 23 17
RGB 62 35 23
HSL 18° 45.88% 16.67%
HSB/HSV 18° 62.90% 24.31%
CMYK 0.00% 43.55% 62.90%
75.69%

Color #3E2317 in popluar number systems.

HEX 3E 23 17
Decimal 62 35 23
Binary 111110 100011 10111
Octal 76 43 27

Shades and tints

Shades of #3E2317

#3E2317
(62,35,23)
#392015
(57,32,21)
#341D13
(52,29,19)
#2F1A11
(47,26,17)
#2A170F
(42,23,15)
#25140D
(37,20,13)
#20110B
(32,17,11)
#1B0E09
(27,14,9)
#160B07
(22,11,7)
#110805
(17,8,5)
#0C0503
(12,5,3)
#000000
(0,0,0)

Tints of #3E2317

#3E2317
(62,35,23)
#4F372C
(79,55,44)
#604B41
(96,75,65)
#715F56
(113,95,86)
#82736B
(130,115,107)
#938780
(147,135,128)
#A49B95
(164,155,149)
#B5AFAA
(181,175,170)
#C6C3BF
(198,195,191)
#D7D7D4
(215,215,212)
#E8EBE9
(232,235,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3E2317 color. Also use rgb(62,35,23) instead hex code.

Text Font Color

.myTextColor { color: #3E2317; }

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

This text font color is #3E2317.

Background Color

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

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

This div background color is #3E2317.

Border color

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

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

This div border color is #3E2317.

Opacity

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

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

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

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

This text has shadow with #3E2317 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3E2317.

Preview

Color preview on black background

This text has color #3E2317 on black background.


Color preview on white background

This text has color #3E2317 on white background.


Black color preview on #3E2317 background

This text has black color on #3E2317 background.


White color preview on #3E2317 background

This text has white color on #3E2317 background.


Related colors

Complementary color

Complementary color for #hex is #C1DCE8.


I love getcolorcode.com

Triadic colors

1 #173E23 and #23173E with #3E2317 are triadic colors.

2 #17233E and #233E17 with #3E2317 are triadic colors.