COLOR #3E632F

HEX: #3E632F
RGB: (62,99,47)

Color info

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

RGB color model

#3E632F color RGB value is (62,99,47).

  • red value is 62;
  • green value is 99;
  • blue value is 47.
RGB:
(62,99,47)
(24%,39%,18%)

RGB channels and saturation

R 62 of 255 = 24%
G 99 of 255 = 39%
B 47 of 255 = 18%

62
99
47

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

Portions of RGB colors in percentages

R + G + B =
62 + 99 + 47 = 208 (100%)
R 62 of 208 ~ 29.81%
G 99 of 208 ~ 47.6%
B 47 of 208 ~ 22.6%

%29.81
%47.6
%22.6

CMYK color model

#3E632F color CMYK value is (37,0,53,61).

  • cyan value is 37.37%
  • magenta value is 0.00%
  • yellow value is 52.53%
  • key color value is 61.18%
CMYK:
(37,0,53,61)
C37M0Y53K61 
(37%,0%,53%,61%)
(0.37/0.00/0.53/0.61)	

CMYK percentages

%37.37
%0
%52.53
%61.18

Codes

Color #3E632F in popluar color models

3E632F
RGB629947
HSL103°35.62%28.63%
HSB/HSV103°52.53%38.82%
CMYK37.37%0.00%52.53%
61.18%

Color #3E632F in popluar number systems.

HEX3E632F
Decimal629947
Binary1111101100011101111
Octal7614357

Shades and tints

Shades of #3E632F

#3E632F
(62,99,47)
#395A2B
(57,90,43)
#345127
(52,81,39)
#2F4823
(47,72,35)
#2A3F1F
(42,63,31)
#25361B
(37,54,27)
#202D17
(32,45,23)
#1B2413
(27,36,19)
#161B0F
(22,27,15)
#11120B
(17,18,11)
#0C0907
(12,9,7)
#000000
(0,0,0)

Tints of #3E632F

#3E632F
(62,99,47)
#4F7141
(79,113,65)
#607F53
(96,127,83)
#718D65
(113,141,101)
#829B77
(130,155,119)
#93A989
(147,169,137)
#A4B79B
(164,183,155)
#B5C5AD
(181,197,173)
#C6D3BF
(198,211,191)
#D7E1D1
(215,225,209)
#E8EFE3
(232,239,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3E632F color. Also use rgb(62,99,47) instead hex code.

Text Font Color

.myTextColor { color: #3E632F; }

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

This text font color is #3E632F.


Background Color

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

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

This div background color is #3E632F.


Border color

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

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

This div border color is #3E632F.


Opacity

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

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

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

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

This text has shadow with #3E632F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3E632F on black background.


Color preview on white background

This text has color #3E632F on white background.



Black color preview on #3E632F background

This text has black color on #3E632F background.


White color preview on #3E632F background

This text has white color on #3E632F background.