COLOR #3E3835

HEX: #3E3835
RGB: (62,56,53)

Color info

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

RGB color model

#3E3835 color RGB value is (62,56,53).

  • red value is 62;
  • green value is 56;
  • blue value is 53.
RGB:
(62,56,53)
(24%,22%,21%)

RGB channels and saturation

R 62 of 255 = 24%
G 56 of 255 = 22%
B 53 of 255 = 21%

62
56
53

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

Portions of RGB colors in percentages

R + G + B =
62 + 56 + 53 = 171 (100%)
R 62 of 171 ~ 36.26%
G 56 of 171 ~ 32.75%
B 53 of 171 ~ 30.99%

%36.26
%32.75
%30.99

CMYK color model

#3E3835 color CMYK value is (0,10,15,76).

  • cyan value is 0.00%
  • magenta value is 9.68%
  • yellow value is 14.52%
  • key color value is 75.69%
CMYK:
(0,10,15,76)
C0M10Y15K76 
(0%,10%,15%,76%)
(0.00/0.10/0.15/0.76)	

CMYK percentages

%0
%9.68
%14.52
%75.69

Codes

Color #3E3835 in popluar color models

3E3835
RGB625653
HSL20°7.83%22.55%
HSB/HSV20°14.52%24.31%
CMYK0.00%9.68%14.52%
75.69%

Color #3E3835 in popluar number systems.

HEX3E3835
Decimal625653
Binary111110111000110101
Octal767065

Shades and tints

Shades of #3E3835

#3E3835
(62,56,53)
#393331
(57,51,49)
#342E2D
(52,46,45)
#2F2929
(47,41,41)
#2A2425
(42,36,37)
#251F21
(37,31,33)
#201A1D
(32,26,29)
#1B1519
(27,21,25)
#161015
(22,16,21)
#110B11
(17,11,17)
#0C060D
(12,6,13)
#000000
(0,0,0)

Tints of #3E3835

#3E3835
(62,56,53)
#4F4A47
(79,74,71)
#605C59
(96,92,89)
#716E6B
(113,110,107)
#82807D
(130,128,125)
#93928F
(147,146,143)
#A4A4A1
(164,164,161)
#B5B6B3
(181,182,179)
#C6C8C5
(198,200,197)
#D7DAD7
(215,218,215)
#E8ECE9
(232,236,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3E3835 color. Also use rgb(62,56,53) instead hex code.

Text Font Color

.myTextColor { color: #3E3835; }

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

This text font color is #3E3835.


Background Color

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

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

This div background color is #3E3835.


Border color

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

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

This div border color is #3E3835.


Opacity

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

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

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

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

This text has shadow with #3E3835 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3E3835 on black background.


Color preview on white background

This text has color #3E3835 on white background.



Black color preview on #3E3835 background

This text has black color on #3E3835 background.


White color preview on #3E3835 background

This text has white color on #3E3835 background.