COLOR #3E251D

HEX: #3E251D
RGB: (62,37,29)

Color info

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

RGB color model

#3E251D color RGB value is (62,37,29).

  • red value is 62;
  • green value is 37;
  • blue value is 29.
RGB:
(62,37,29)
(24%,15%,11%)

RGB channels and saturation

R 62 of 255 = 24%
G 37 of 255 = 15%
B 29 of 255 = 11%

62
37
29

R + G + B ~ 17%. #3E251D is dark color.

Portions of RGB colors in percentages

R + G + B =
62 + 37 + 29 = 128 (100%)
R 62 of 128 ~ 48.44%
G 37 of 128 ~ 28.91%
B 29 of 128 ~ 22.66%

%48.44
%28.91
%22.66

CMYK color model

#3E251D color CMYK value is (0,40,53,76).

  • cyan value is 0.00%
  • magenta value is 40.32%
  • yellow value is 53.23%
  • key color value is 75.69%
CMYK:
(0,40,53,76)
C0M40Y53K76 
(0%,40%,53%,76%)
(0.00/0.40/0.53/0.76)	

CMYK percentages

%0
%40.32
%53.23
%75.69

Codes

Color #3E251D in popluar color models

3E251D
RGB623729
HSL15°36.26%17.84%
HSB/HSV15°53.23%24.31%
CMYK0.00%40.32%53.23%
75.69%

Color #3E251D in popluar number systems.

HEX3E251D
Decimal623729
Binary11111010010111101
Octal764535

Shades and tints

Shades of #3E251D

#3E251D
(62,37,29)
#39221B
(57,34,27)
#341F19
(52,31,25)
#2F1C17
(47,28,23)
#2A1915
(42,25,21)
#251613
(37,22,19)
#201311
(32,19,17)
#1B100F
(27,16,15)
#160D0D
(22,13,13)
#110A0B
(17,10,11)
#0C0709
(12,7,9)
#000000
(0,0,0)

Tints of #3E251D

#3E251D
(62,37,29)
#4F3831
(79,56,49)
#604B45
(96,75,69)
#715E59
(113,94,89)
#82716D
(130,113,109)
#938481
(147,132,129)
#A49795
(164,151,149)
#B5AAA9
(181,170,169)
#C6BDBD
(198,189,189)
#D7D0D1
(215,208,209)
#E8E3E5
(232,227,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3E251D; }

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

This text font color is #3E251D.


Background Color

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

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

This div background color is #3E251D.


Border color

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

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

This div border color is #3E251D.


Opacity

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

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

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

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

This text has shadow with #3E251D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3E251D on black background.


Color preview on white background

This text has color #3E251D on white background.



Black color preview on #3E251D background

This text has black color on #3E251D background.


White color preview on #3E251D background

This text has white color on #3E251D background.