COLOR #3E652E

HEX: #3E652E RGB: (62,101,46)

Color info

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

RGB color model

#3E652E color RGB value is (62,101,46).

RGB: (62,101,46) (24%, 40%, 18%)

RGB channels and saturation

R 62 of 255 = 24%
G 101 of 255 = 40%
B 46 of 255 = 18%

62
101
46

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

Portions of RGB colors in percentages

R + G + B = 62 + 101 + 46 = 209 (100%)
R 62 of 209 ~ 29.67%
G 101 of 209 ~ 48.33%
B 46 of 209 ~ 22.01'%

%29.67
%48.33
%22.01

CMYK color model

#3E652E color CMYK value is (39,0,54,60).

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

CMYK: (39,0,54,60)
C39M0Y54K60 (39%, 0%, 54%, 60%)
(0.39 / 0.00 / 0.54 / 0.60)

CMYK percentages

%38.61
%0
%54.46
%60.39

Codes

Color #3E652E in popluar color models

3E 65 2E
RGB 62 101 46
HSL 103° 37.41% 28.82%
HSB/HSV 103° 54.46% 39.61%
CMYK 38.61% 0.00% 54.46%
60.39%

Color #3E652E in popluar number systems.

HEX 3E 65 2E
Decimal 62 101 46
Binary 111110 1100101 101110
Octal 76 145 56

Shades and tints

Shades of #3E652E

#3E652E
(62,101,46)
#395C2A
(57,92,42)
#345326
(52,83,38)
#2F4A22
(47,74,34)
#2A411E
(42,65,30)
#25381A
(37,56,26)
#202F16
(32,47,22)
#1B2612
(27,38,18)
#161D0E
(22,29,14)
#11140A
(17,20,10)
#0C0B06
(12,11,6)
#000000
(0,0,0)

Tints of #3E652E

#3E652E
(62,101,46)
#4F7341
(79,115,65)
#608154
(96,129,84)
#718F67
(113,143,103)
#829D7A
(130,157,122)
#93AB8D
(147,171,141)
#A4B9A0
(164,185,160)
#B5C7B3
(181,199,179)
#C6D5C6
(198,213,198)
#D7E3D9
(215,227,217)
#E8F1EC
(232,241,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3E652E; }

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

This text font color is #3E652E.

Background Color

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

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

This div background color is #3E652E.

Border color

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

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

This div border color is #3E652E.

Opacity

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

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

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

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

This text has shadow with #3E652E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3E652E.

Preview

Color preview on black background

This text has color #3E652E on black background.


Color preview on white background

This text has color #3E652E on white background.


Black color preview on #3E652E background

This text has black color on #3E652E background.


White color preview on #3E652E background

This text has white color on #3E652E background.


Related colors

Complementary color

Complementary color for #hex is #C19AD1.


I love getcolorcode.com

Triadic colors

1 #2E3E65 and #652E3E with #3E652E are triadic colors.

2 #2E653E and #653E2E with #3E652E are triadic colors.