COLOR #3E632A

HEX: #3E632A
RGB: (62,99,42)

Color info

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

RGB color model

#3E632A color RGB value is (62,99,42).

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

RGB channels and saturation

R 62 of 255 = 24%
G 99 of 255 = 39%
B 42 of 255 = 16%

62
99
42

R + G + B ~ 26%. #3E632A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
62 + 99 + 42 = 203 (100%)
R 62 of 203 ~ 30.54%
G 99 of 203 ~ 48.77%
B 42 of 203 ~ 20.69%

%30.54
%48.77
%20.69

CMYK color model

#3E632A color CMYK value is (37,0,58,61).

  • cyan value is 37.37%
  • magenta value is 0.00%
  • yellow value is 57.58%
  • key color value is 61.18%
CMYK:
(37,0,58,61)
C37M0Y58K61 
(37%,0%,58%,61%)
(0.37/0.00/0.58/0.61)	

CMYK percentages

%37.37
%0
%57.58
%61.18

Codes

Color #3E632A in popluar color models

3E632A
RGB629942
HSL99°40.43%27.65%
HSB/HSV99°57.58%38.82%
CMYK37.37%0.00%57.58%
61.18%

Color #3E632A in popluar number systems.

HEX3E632A
Decimal629942
Binary1111101100011101010
Octal7614352

Shades and tints

Shades of #3E632A

#3E632A
(62,99,42)
#395A27
(57,90,39)
#345124
(52,81,36)
#2F4821
(47,72,33)
#2A3F1E
(42,63,30)
#25361B
(37,54,27)
#202D18
(32,45,24)
#1B2415
(27,36,21)
#161B12
(22,27,18)
#11120F
(17,18,15)
#0C090C
(12,9,12)
#000000
(0,0,0)

Tints of #3E632A

#3E632A
(62,99,42)
#4F713D
(79,113,61)
#607F50
(96,127,80)
#718D63
(113,141,99)
#829B76
(130,155,118)
#93A989
(147,169,137)
#A4B79C
(164,183,156)
#B5C5AF
(181,197,175)
#C6D3C2
(198,211,194)
#D7E1D5
(215,225,213)
#E8EFE8
(232,239,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3E632A; }

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

This text font color is #3E632A.


Background Color

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

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

This div background color is #3E632A.


Border color

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

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

This div border color is #3E632A.


Opacity

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

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

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

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

This text has shadow with #3E632A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3E632A on black background.


Color preview on white background

This text has color #3E632A on white background.



Black color preview on #3E632A background

This text has black color on #3E632A background.


White color preview on #3E632A background

This text has white color on #3E632A background.