COLOR #3E3B34

HEX: #3E3B34
RGB: (62,59,52)

Color info

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

RGB color model

#3E3B34 color RGB value is (62,59,52).

  • red value is 62;
  • green value is 59;
  • blue value is 52.
RGB:
(62,59,52)
(24%,23%,20%)

RGB channels and saturation

R 62 of 255 = 24%
G 59 of 255 = 23%
B 52 of 255 = 20%

62
59
52

R + G + B ~ 22%. #3E3B34 is dark color.

Portions of RGB colors in percentages

R + G + B =
62 + 59 + 52 = 173 (100%)
R 62 of 173 ~ 35.84%
G 59 of 173 ~ 34.1%
B 52 of 173 ~ 30.06%

%35.84
%34.1
%30.06

CMYK color model

#3E3B34 color CMYK value is (0,5,16,76).

  • cyan value is 0.00%
  • magenta value is 4.84%
  • yellow value is 16.13%
  • key color value is 75.69%
CMYK:
(0,5,16,76)
C0M5Y16K76 
(0%,5%,16%,76%)
(0.00/0.05/0.16/0.76)	

CMYK percentages

%0
%4.84
%16.13
%75.69

Codes

Color #3E3B34 in popluar color models

3E3B34
RGB625952
HSL42°8.77%22.35%
HSB/HSV42°16.13%24.31%
CMYK0.00%4.84%16.13%
75.69%

Color #3E3B34 in popluar number systems.

HEX3E3B34
Decimal625952
Binary111110111011110100
Octal767364

Shades and tints

Shades of #3E3B34

#3E3B34
(62,59,52)
#393630
(57,54,48)
#34312C
(52,49,44)
#2F2C28
(47,44,40)
#2A2724
(42,39,36)
#252220
(37,34,32)
#201D1C
(32,29,28)
#1B1818
(27,24,24)
#161314
(22,19,20)
#110E10
(17,14,16)
#0C090C
(12,9,12)
#000000
(0,0,0)

Tints of #3E3B34

#3E3B34
(62,59,52)
#4F4C46
(79,76,70)
#605D58
(96,93,88)
#716E6A
(113,110,106)
#827F7C
(130,127,124)
#93908E
(147,144,142)
#A4A1A0
(164,161,160)
#B5B2B2
(181,178,178)
#C6C3C4
(198,195,196)
#D7D4D6
(215,212,214)
#E8E5E8
(232,229,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3E3B34 color. Also use rgb(62,59,52) instead hex code.

Text Font Color

.myTextColor { color: #3E3B34; }

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

This text font color is #3E3B34.


Background Color

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

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

This div background color is #3E3B34.


Border color

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

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

This div border color is #3E3B34.


Opacity

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

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

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

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

This text has shadow with #3E3B34 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3E3B34 on black background.


Color preview on white background

This text has color #3E3B34 on white background.



Black color preview on #3E3B34 background

This text has black color on #3E3B34 background.


White color preview on #3E3B34 background

This text has white color on #3E3B34 background.