COLOR #3E5431

HEX: #3E5431
RGB: (62,84,49)

Color info

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

RGB color model

#3E5431 color RGB value is (62,84,49).

  • red value is 62;
  • green value is 84;
  • blue value is 49.
RGB:
(62,84,49)
(24%,33%,19%)

RGB channels and saturation

R 62 of 255 = 24%
G 84 of 255 = 33%
B 49 of 255 = 19%

62
84
49

R + G + B ~ 25%. #3E5431 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
62 + 84 + 49 = 195 (100%)
R 62 of 195 ~ 31.79%
G 84 of 195 ~ 43.08%
B 49 of 195 ~ 25.13%

%31.79
%43.08
%25.13

CMYK color model

#3E5431 color CMYK value is (26,0,42,67).

  • cyan value is 26.19%
  • magenta value is 0.00%
  • yellow value is 41.67%
  • key color value is 67.06%
CMYK:
(26,0,42,67)
C26M0Y42K67 
(26%,0%,42%,67%)
(0.26/0.00/0.42/0.67)	

CMYK percentages

%26.19
%0
%41.67
%67.06

Codes

Color #3E5431 in popluar color models

3E5431
RGB628449
HSL98°26.32%26.08%
HSB/HSV98°41.67%32.94%
CMYK26.19%0.00%41.67%
67.06%

Color #3E5431 in popluar number systems.

HEX3E5431
Decimal628449
Binary1111101010100110001
Octal7612461

Shades and tints

Shades of #3E5431

#3E5431
(62,84,49)
#394D2D
(57,77,45)
#344629
(52,70,41)
#2F3F25
(47,63,37)
#2A3821
(42,56,33)
#25311D
(37,49,29)
#202A19
(32,42,25)
#1B2315
(27,35,21)
#161C11
(22,28,17)
#11150D
(17,21,13)
#0C0E09
(12,14,9)
#000000
(0,0,0)

Tints of #3E5431

#3E5431
(62,84,49)
#4F6343
(79,99,67)
#607255
(96,114,85)
#718167
(113,129,103)
#829079
(130,144,121)
#939F8B
(147,159,139)
#A4AE9D
(164,174,157)
#B5BDAF
(181,189,175)
#C6CCC1
(198,204,193)
#D7DBD3
(215,219,211)
#E8EAE5
(232,234,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3E5431 color. Also use rgb(62,84,49) instead hex code.

Text Font Color

.myTextColor { color: #3E5431; }

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

This text font color is #3E5431.


Background Color

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

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

This div background color is #3E5431.


Border color

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

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

This div border color is #3E5431.


Opacity

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

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

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

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

This text has shadow with #3E5431 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3E5431 on black background.


Color preview on white background

This text has color #3E5431 on white background.



Black color preview on #3E5431 background

This text has black color on #3E5431 background.


White color preview on #3E5431 background

This text has white color on #3E5431 background.