COLOR #3E543A

HEX: #3E543A
RGB: (62,84,58)

Color info

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

RGB color model

#3E543A color RGB value is (62,84,58).

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

RGB channels and saturation

R 62 of 255 = 24%
G 84 of 255 = 33%
B 58 of 255 = 23%

62
84
58

R + G + B ~ 27%. #3E543A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
62 + 84 + 58 = 204 (100%)
R 62 of 204 ~ 30.39%
G 84 of 204 ~ 41.18%
B 58 of 204 ~ 28.43%

%30.39
%41.18
%28.43

CMYK color model

#3E543A color CMYK value is (26,0,31,67).

  • cyan value is 26.19%
  • magenta value is 0.00%
  • yellow value is 30.95%
  • key color value is 67.06%
CMYK:
(26,0,31,67)
C26M0Y31K67 
(26%,0%,31%,67%)
(0.26/0.00/0.31/0.67)	

CMYK percentages

%26.19
%0
%30.95
%67.06

Codes

Color #3E543A in popluar color models

3E543A
RGB628458
HSL111°18.31%27.84%
HSB/HSV111°30.95%32.94%
CMYK26.19%0.00%30.95%
67.06%

Color #3E543A in popluar number systems.

HEX3E543A
Decimal628458
Binary1111101010100111010
Octal7612472

Shades and tints

Shades of #3E543A

#3E543A
(62,84,58)
#394D35
(57,77,53)
#344630
(52,70,48)
#2F3F2B
(47,63,43)
#2A3826
(42,56,38)
#253121
(37,49,33)
#202A1C
(32,42,28)
#1B2317
(27,35,23)
#161C12
(22,28,18)
#11150D
(17,21,13)
#0C0E08
(12,14,8)
#000000
(0,0,0)

Tints of #3E543A

#3E543A
(62,84,58)
#4F634B
(79,99,75)
#60725C
(96,114,92)
#71816D
(113,129,109)
#82907E
(130,144,126)
#939F8F
(147,159,143)
#A4AEA0
(164,174,160)
#B5BDB1
(181,189,177)
#C6CCC2
(198,204,194)
#D7DBD3
(215,219,211)
#E8EAE4
(232,234,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3E543A; }

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

This text font color is #3E543A.


Background Color

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

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

This div background color is #3E543A.


Border color

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

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

This div border color is #3E543A.


Opacity

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

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

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

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

This text has shadow with #3E543A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3E543A on black background.


Color preview on white background

This text has color #3E543A on white background.



Black color preview on #3E543A background

This text has black color on #3E543A background.


White color preview on #3E543A background

This text has white color on #3E543A background.