COLOR #3E653F

HEX: #3E653F RGB: (62,101,63)

Color info

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

RGB color model

#3E653F color RGB value is (62,101,63).

RGB: (62,101,63) (24%, 40%, 25%)

RGB channels and saturation

R 62 of 255 = 24%
G 101 of 255 = 40%
B 63 of 255 = 25%

62
101
63

R + G + B ~ 30%. #3E653F is quite dark color.

Portions of RGB colors in percentages

R + G + B = 62 + 101 + 63 = 226 (100%)
R 62 of 226 ~ 27.43%
G 101 of 226 ~ 44.69%
B 63 of 226 ~ 27.88'%

%27.43
%44.69
%27.88

CMYK color model

#3E653F color CMYK value is (39,0,38,60).

  • cyan value is 38.61%
  • magenta value is 0.00%
  • yellow value is 37.62%
  • key color value is 60.39%

CMYK: (39,0,38,60)
C39M0Y38K60 (39%, 0%, 38%, 60%)
(0.39 / 0.00 / 0.38 / 0.60)

CMYK percentages

%38.61
%0
%37.62
%60.39

Codes

Color #3E653F in popluar color models

3E 65 3F
RGB 62 101 63
HSL 122° 23.93% 31.96%
HSB/HSV 122° 38.61% 39.61%
CMYK 38.61% 0.00% 37.62%
60.39%

Color #3E653F in popluar number systems.

HEX 3E 65 3F
Decimal 62 101 63
Binary 111110 1100101 111111
Octal 76 145 77

Shades and tints

Shades of #3E653F

#3E653F
(62,101,63)
#395C3A
(57,92,58)
#345335
(52,83,53)
#2F4A30
(47,74,48)
#2A412B
(42,65,43)
#253826
(37,56,38)
#202F21
(32,47,33)
#1B261C
(27,38,28)
#161D17
(22,29,23)
#111412
(17,20,18)
#0C0B0D
(12,11,13)
#000000
(0,0,0)

Tints of #3E653F

#3E653F
(62,101,63)
#4F7350
(79,115,80)
#608161
(96,129,97)
#718F72
(113,143,114)
#829D83
(130,157,131)
#93AB94
(147,171,148)
#A4B9A5
(164,185,165)
#B5C7B6
(181,199,182)
#C6D5C7
(198,213,199)
#D7E3D8
(215,227,216)
#E8F1E9
(232,241,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3E653F; }

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

This text font color is #3E653F.

Background Color

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

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

This div background color is #3E653F.

Border color

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

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

This div border color is #3E653F.

Opacity

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

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

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

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

This text has shadow with #3E653F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3E653F.

Preview

Color preview on black background

This text has color #3E653F on black background.


Color preview on white background

This text has color #3E653F on white background.


Black color preview on #3E653F background

This text has black color on #3E653F background.


White color preview on #3E653F background

This text has white color on #3E653F background.


Related colors

Complementary color

Complementary color for #hex is #C19AC0.


I love getcolorcode.com

Triadic colors

1 #3F3E65 and #653F3E with #3E653F are triadic colors.

2 #3F653E and #653E3F with #3E653F are triadic colors.