COLOR #3E662B

HEX: #3E662B RGB: (62,102,43)

Color info

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

RGB color model

#3E662B color RGB value is (62,102,43).

RGB: (62,102,43) (24%, 40%, 17%)

RGB channels and saturation

R 62 of 255 = 24%
G 102 of 255 = 40%
B 43 of 255 = 17%

62
102
43

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

Portions of RGB colors in percentages

R + G + B = 62 + 102 + 43 = 207 (100%)
R 62 of 207 ~ 29.95%
G 102 of 207 ~ 49.28%
B 43 of 207 ~ 20.77'%

%29.95
%49.28
%20.77

CMYK color model

#3E662B color CMYK value is (39,0,58,60).

  • cyan value is 39.22%
  • magenta value is 0.00%
  • yellow value is 57.84%
  • key color value is 60.00%

CMYK: (39,0,58,60)
C39M0Y58K60 (39%, 0%, 58%, 60%)
(0.39 / 0.00 / 0.58 / 0.60)

CMYK percentages

%39.22
%0
%57.84
%60

Codes

Color #3E662B in popluar color models

3E 66 2B
RGB 62 102 43
HSL 101° 40.69% 28.43%
HSB/HSV 101° 57.84% 40.00%
CMYK 39.22% 0.00% 57.84%
60.00%

Color #3E662B in popluar number systems.

HEX 3E 66 2B
Decimal 62 102 43
Binary 111110 1100110 101011
Octal 76 146 53

Shades and tints

Shades of #3E662B

#3E662B
(62,102,43)
#395D28
(57,93,40)
#345425
(52,84,37)
#2F4B22
(47,75,34)
#2A421F
(42,66,31)
#25391C
(37,57,28)
#203019
(32,48,25)
#1B2716
(27,39,22)
#161E13
(22,30,19)
#111510
(17,21,16)
#0C0C0D
(12,12,13)
#000000
(0,0,0)

Tints of #3E662B

#3E662B
(62,102,43)
#4F733E
(79,115,62)
#608051
(96,128,81)
#718D64
(113,141,100)
#829A77
(130,154,119)
#93A78A
(147,167,138)
#A4B49D
(164,180,157)
#B5C1B0
(181,193,176)
#C6CEC3
(198,206,195)
#D7DBD6
(215,219,214)
#E8E8E9
(232,232,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3E662B color. Also use rgb(62,102,43) instead hex code.

Text Font Color

.myTextColor { color: #3E662B; }

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

This text font color is #3E662B.

Background Color

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

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

This div background color is #3E662B.

Border color

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

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

This div border color is #3E662B.

Opacity

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

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

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

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

This text has shadow with #3E662B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3E662B.

Preview

Color preview on black background

This text has color #3E662B on black background.


Color preview on white background

This text has color #3E662B on white background.


Black color preview on #3E662B background

This text has black color on #3E662B background.


White color preview on #3E662B background

This text has white color on #3E662B background.


Related colors

Complementary color

Complementary color for #hex is #C199D4.


I love getcolorcode.com

Triadic colors

1 #2B3E66 and #662B3E with #3E662B are triadic colors.

2 #2B663E and #663E2B with #3E662B are triadic colors.