COLOR #3E5B48

HEX: #3E5B48
RGB: (62,91,72)

Color info

#3E5B48 contains red, green and blue colors in about the same proportion. Web safe color of #3E5B48 is #336633 (or #363).

RGB color model

#3E5B48 color RGB value is (62,91,72).

  • red value is 62;
  • green value is 91;
  • blue value is 72.
RGB:
(62,91,72)
(24%,36%,28%)

RGB channels and saturation

R 62 of 255 = 24%
G 91 of 255 = 36%
B 72 of 255 = 28%

62
91
72

R + G + B ~ 29%. #3E5B48 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
62 + 91 + 72 = 225 (100%)
R 62 of 225 ~ 27.56%
G 91 of 225 ~ 40.44%
B 72 of 225 ~ 32%

%27.56
%40.44
%32

CMYK color model

#3E5B48 color CMYK value is (32,0,21,64).

  • cyan value is 31.87%
  • magenta value is 0.00%
  • yellow value is 20.88%
  • key color value is 64.31%
CMYK:
(32,0,21,64)
C32M0Y21K64 
(32%,0%,21%,64%)
(0.32/0.00/0.21/0.64)	

CMYK percentages

%31.87
%0
%20.88
%64.31

Codes

Color #3E5B48 in popluar color models

3E5B48
RGB629172
HSL141°18.95%30.00%
HSB/HSV141°31.87%35.69%
CMYK31.87%0.00%20.88%
64.31%

Color #3E5B48 in popluar number systems.

HEX3E5B48
Decimal629172
Binary11111010110111001000
Octal76133110

Shades and tints

Shades of #3E5B48

#3E5B48
(62,91,72)
#395342
(57,83,66)
#344B3C
(52,75,60)
#2F4336
(47,67,54)
#2A3B30
(42,59,48)
#25332A
(37,51,42)
#202B24
(32,43,36)
#1B231E
(27,35,30)
#161B18
(22,27,24)
#111312
(17,19,18)
#0C0B0C
(12,11,12)
#000000
(0,0,0)

Tints of #3E5B48

#3E5B48
(62,91,72)
#4F6958
(79,105,88)
#607768
(96,119,104)
#718578
(113,133,120)
#829388
(130,147,136)
#93A198
(147,161,152)
#A4AFA8
(164,175,168)
#B5BDB8
(181,189,184)
#C6CBC8
(198,203,200)
#D7D9D8
(215,217,216)
#E8E7E8
(232,231,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3E5B48 color. Also use rgb(62,91,72) instead hex code.

Text Font Color

.myTextColor { color: #3E5B48; }

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

This text font color is #3E5B48.


Background Color

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

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

This div background color is #3E5B48.


Border color

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

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

This div border color is #3E5B48.


Opacity

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

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

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

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

This text has shadow with #3E5B48 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3E5B48 on black background.


Color preview on white background

This text has color #3E5B48 on white background.



Black color preview on #3E5B48 background

This text has black color on #3E5B48 background.


White color preview on #3E5B48 background

This text has white color on #3E5B48 background.