COLOR #3E563F

HEX: #3E563F
RGB: (62,86,63)

Color info

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

RGB color model

#3E563F color RGB value is (62,86,63).

  • red value is 62;
  • green value is 86;
  • blue value is 63.
RGB:
(62,86,63)
(24%,34%,25%)

RGB channels and saturation

R 62 of 255 = 24%
G 86 of 255 = 34%
B 63 of 255 = 25%

62
86
63

R + G + B ~ 28%. #3E563F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
62 + 86 + 63 = 211 (100%)
R 62 of 211 ~ 29.38%
G 86 of 211 ~ 40.76%
B 63 of 211 ~ 29.86%

%29.38
%40.76
%29.86

CMYK color model

#3E563F color CMYK value is (28,0,27,66).

  • cyan value is 27.91%
  • magenta value is 0.00%
  • yellow value is 26.74%
  • key color value is 66.27%
CMYK:
(28,0,27,66)
C28M0Y27K66 
(28%,0%,27%,66%)
(0.28/0.00/0.27/0.66)	

CMYK percentages

%27.91
%0
%26.74
%66.27

Codes

Color #3E563F in popluar color models

3E563F
RGB628663
HSL123°16.22%29.02%
HSB/HSV123°27.91%33.73%
CMYK27.91%0.00%26.74%
66.27%

Color #3E563F in popluar number systems.

HEX3E563F
Decimal628663
Binary1111101010110111111
Octal7612677

Shades and tints

Shades of #3E563F

#3E563F
(62,86,63)
#394F3A
(57,79,58)
#344835
(52,72,53)
#2F4130
(47,65,48)
#2A3A2B
(42,58,43)
#253326
(37,51,38)
#202C21
(32,44,33)
#1B251C
(27,37,28)
#161E17
(22,30,23)
#111712
(17,23,18)
#0C100D
(12,16,13)
#000000
(0,0,0)

Tints of #3E563F

#3E563F
(62,86,63)
#4F6550
(79,101,80)
#607461
(96,116,97)
#718372
(113,131,114)
#829283
(130,146,131)
#93A194
(147,161,148)
#A4B0A5
(164,176,165)
#B5BFB6
(181,191,182)
#C6CEC7
(198,206,199)
#D7DDD8
(215,221,216)
#E8ECE9
(232,236,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3E563F color. Also use rgb(62,86,63) instead hex code.

Text Font Color

.myTextColor { color: #3E563F; }

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

This text font color is #3E563F.


Background Color

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

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

This div background color is #3E563F.


Border color

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

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

This div border color is #3E563F.


Opacity

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

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

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

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

This text has shadow with #3E563F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3E563F on black background.


Color preview on white background

This text has color #3E563F on white background.



Black color preview on #3E563F background

This text has black color on #3E563F background.


White color preview on #3E563F background

This text has white color on #3E563F background.