COLOR #3E6849

HEX: #3E6849
RGB: (62,104,73)

Color info

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

RGB color model

#3E6849 color RGB value is (62,104,73).

  • red value is 62;
  • green value is 104;
  • blue value is 73.
RGB:
(62,104,73)
(24%,41%,29%)

RGB channels and saturation

R 62 of 255 = 24%
G 104 of 255 = 41%
B 73 of 255 = 29%

62
104
73

R + G + B ~ 31%. #3E6849 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
62 + 104 + 73 = 239 (100%)
R 62 of 239 ~ 25.94%
G 104 of 239 ~ 43.51%
B 73 of 239 ~ 30.54%

%25.94
%43.51
%30.54

CMYK color model

#3E6849 color CMYK value is (40,0,30,59).

  • cyan value is 40.38%
  • magenta value is 0.00%
  • yellow value is 29.81%
  • key color value is 59.22%
CMYK:
(40,0,30,59)
C40M0Y30K59 
(40%,0%,30%,59%)
(0.40/0.00/0.30/0.59)	

CMYK percentages

%40.38
%0
%29.81
%59.22

Codes

Color #3E6849 in popluar color models

3E6849
RGB6210473
HSL136°25.30%32.55%
HSB/HSV136°40.38%40.78%
CMYK40.38%0.00%29.81%
59.22%

Color #3E6849 in popluar number systems.

HEX3E6849
Decimal6210473
Binary11111011010001001001
Octal76150111

Shades and tints

Shades of #3E6849

#3E6849
(62,104,73)
#395F43
(57,95,67)
#34563D
(52,86,61)
#2F4D37
(47,77,55)
#2A4431
(42,68,49)
#253B2B
(37,59,43)
#203225
(32,50,37)
#1B291F
(27,41,31)
#162019
(22,32,25)
#111713
(17,23,19)
#0C0E0D
(12,14,13)
#000000
(0,0,0)

Tints of #3E6849

#3E6849
(62,104,73)
#4F7559
(79,117,89)
#608269
(96,130,105)
#718F79
(113,143,121)
#829C89
(130,156,137)
#93A999
(147,169,153)
#A4B6A9
(164,182,169)
#B5C3B9
(181,195,185)
#C6D0C9
(198,208,201)
#D7DDD9
(215,221,217)
#E8EAE9
(232,234,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3E6849 color. Also use rgb(62,104,73) instead hex code.

Text Font Color

.myTextColor { color: #3E6849; }

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

This text font color is #3E6849.


Background Color

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

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

This div background color is #3E6849.


Border color

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

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

This div border color is #3E6849.


Opacity

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

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

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

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

This text has shadow with #3E6849 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3E6849 on black background.


Color preview on white background

This text has color #3E6849 on white background.



Black color preview on #3E6849 background

This text has black color on #3E6849 background.


White color preview on #3E6849 background

This text has white color on #3E6849 background.