COLOR #3E371D

HEX: #3E371D RGB: (62,55,29)

Color info

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

RGB color model

#3E371D color RGB value is (62,55,29).

RGB: (62,55,29) (24%, 22%, 11%)

RGB channels and saturation

R 62 of 255 = 24%
G 55 of 255 = 22%
B 29 of 255 = 11%

62
55
29

R + G + B ~ 19%. #3E371D is dark color.

Portions of RGB colors in percentages

R + G + B = 62 + 55 + 29 = 146 (100%)
R 62 of 146 ~ 42.47%
G 55 of 146 ~ 37.67%
B 29 of 146 ~ 19.86'%

%42.47
%37.67
%19.86

CMYK color model

#3E371D color CMYK value is (0,11,53,76).

  • cyan value is 0.00%
  • magenta value is 11.29%
  • yellow value is 53.23%
  • key color value is 75.69%
CMYK: (0,11,53,76) C0M11Y53K76 (0%,11%,53%,76%) (0.00/0.11/0.53/0.76) 

CMYK percentages

%0
%11.29
%53.23
%75.69

Codes

Color #3E371D in popluar color models

3E 37 1D
RGB 62 55 29
HSL 47° 36.26% 17.84%
HSB/HSV 47° 53.23% 24.31%
CMYK 0.00% 11.29% 53.23%
75.69%

Color #3E371D in popluar number systems.

HEX 3E 37 1D
Decimal 62 55 29
Binary 111110 110111 11101
Octal 76 67 35

Shades and tints

Shades of #3E371D

#3E371D
(62,55,29)
#39321B
(57,50,27)
#342D19
(52,45,25)
#2F2817
(47,40,23)
#2A2315
(42,35,21)
#251E13
(37,30,19)
#201911
(32,25,17)
#1B140F
(27,20,15)
#160F0D
(22,15,13)
#110A0B
(17,10,11)
#0C0509
(12,5,9)
#000000
(0,0,0)

Tints of #3E371D

#3E371D
(62,55,29)
#4F4931
(79,73,49)
#605B45
(96,91,69)
#716D59
(113,109,89)
#827F6D
(130,127,109)
#939181
(147,145,129)
#A4A395
(164,163,149)
#B5B5A9
(181,181,169)
#C6C7BD
(198,199,189)
#D7D9D1
(215,217,209)
#E8EBE5
(232,235,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3E371D color. Also use rgb(62,55,29) instead hex code.

Text Font Color

.myTextColor { color: #3E371D; }

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

This text font color is #3E371D.

Background Color

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

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

This div background color is #3E371D.

Border color

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

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

This div border color is #3E371D.

Opacity

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

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

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

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

This text has shadow with #3E371D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3E371D.

Preview

Color preview on black background

This text has color #3E371D on black background.


Color preview on white background

This text has color #3E371D on white background.


Black color preview on #3E371D background

This text has black color on #3E371D background.


White color preview on #3E371D background

This text has white color on #3E371D background.


Related colors

Complementary color

Complementary color for #hex is #C1C8E2.


I love getcolorcode.com

Triadic colors

1 #1D3E37 and #371D3E with #3E371D are triadic colors.

2 #1D373E and #373E1D with #3E371D are triadic colors.