COLOR #3E643F

HEX: #3E643F RGB: (62,100,63)

Color info

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

RGB color model

#3E643F color RGB value is (62,100,63).

RGB: (62,100,63) (24%, 39%, 25%)

RGB channels and saturation

R 62 of 255 = 24%
G 100 of 255 = 39%
B 63 of 255 = 25%

62
100
63

R + G + B ~ 29%. #3E643F is quite dark color.

Portions of RGB colors in percentages

R + G + B = 62 + 100 + 63 = 225 (100%)
R 62 of 225 ~ 27.56%
G 100 of 225 ~ 44.44%
B 63 of 225 ~ 28'%

%27.56
%44.44
%28

CMYK color model

#3E643F color CMYK value is (38,0,37,61).

  • cyan value is 38.00%
  • magenta value is 0.00%
  • yellow value is 37.00%
  • key color value is 60.78%
CMYK: (38,0,37,61) C38M0Y37K61 (38%,0%,37%,61%) (0.38/0.00/0.37/0.61) 

CMYK percentages

%38
%0
%37
%60.78

Codes

Color #3E643F in popluar color models

3E 64 3F
RGB 62 100 63
HSL 122° 23.46% 31.76%
HSB/HSV 122° 38.00% 39.22%
CMYK 38.00% 0.00% 37.00%
60.78%

Color #3E643F in popluar number systems.

HEX 3E 64 3F
Decimal 62 100 63
Binary 111110 1100100 111111
Octal 76 144 77

Shades and tints

Shades of #3E643F

#3E643F
(62,100,63)
#395B3A
(57,91,58)
#345235
(52,82,53)
#2F4930
(47,73,48)
#2A402B
(42,64,43)
#253726
(37,55,38)
#202E21
(32,46,33)
#1B251C
(27,37,28)
#161C17
(22,28,23)
#111312
(17,19,18)
#0C0A0D
(12,10,13)
#000000
(0,0,0)

Tints of #3E643F

#3E643F
(62,100,63)
#4F7250
(79,114,80)
#608061
(96,128,97)
#718E72
(113,142,114)
#829C83
(130,156,131)
#93AA94
(147,170,148)
#A4B8A5
(164,184,165)
#B5C6B6
(181,198,182)
#C6D4C7
(198,212,199)
#D7E2D8
(215,226,216)
#E8F0E9
(232,240,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3E643F; }

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

This text font color is #3E643F.

Background Color

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

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

This div background color is #3E643F.

Border color

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

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

This div border color is #3E643F.

Opacity

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

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

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

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

This text has shadow with #3E643F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3E643F.

Preview

Color preview on black background

This text has color #3E643F on black background.


Color preview on white background

This text has color #3E643F on white background.


Black color preview on #3E643F background

This text has black color on #3E643F background.


White color preview on #3E643F background

This text has white color on #3E643F background.


Related colors

Complementary color

Complementary color for #hex is #C19BC0.


I love getcolorcode.com

Triadic colors

1 #3F3E64 and #643F3E with #3E643F are triadic colors.

2 #3F643E and #643E3F with #3E643F are triadic colors.