COLOR #3F662E

HEX: #3F662E
RGB: (63,102,46)

Color info

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

RGB color model

#3F662E color RGB value is (63,102,46).

  • red value is 63;
  • green value is 102;
  • blue value is 46.
RGB:
(63,102,46)
(25%,40%,18%)

RGB channels and saturation

R 63 of 255 = 25%
G 102 of 255 = 40%
B 46 of 255 = 18%

63
102
46

R + G + B ~ 28%. #3F662E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
63 + 102 + 46 = 211 (100%)
R 63 of 211 ~ 29.86%
G 102 of 211 ~ 48.34%
B 46 of 211 ~ 21.8%

%29.86
%48.34
%21.8

CMYK color model

#3F662E color CMYK value is (38,0,55,60).

  • cyan value is 38.24%
  • magenta value is 0.00%
  • yellow value is 54.90%
  • key color value is 60.00%
CMYK:
(38,0,55,60)
C38M0Y55K60 
(38%,0%,55%,60%)
(0.38/0.00/0.55/0.60)	

CMYK percentages

%38.24
%0
%54.9
%60

Codes

Color #3F662E in popluar color models

3F662E
RGB6310246
HSL102°37.84%29.02%
HSB/HSV102°54.90%40.00%
CMYK38.24%0.00%54.90%
60.00%

Color #3F662E in popluar number systems.

HEX3F662E
Decimal6310246
Binary1111111100110101110
Octal7714656

Shades and tints

Shades of #3F662E

#3F662E
(63,102,46)
#3A5D2A
(58,93,42)
#355426
(53,84,38)
#304B22
(48,75,34)
#2B421E
(43,66,30)
#26391A
(38,57,26)
#213016
(33,48,22)
#1C2712
(28,39,18)
#171E0E
(23,30,14)
#12150A
(18,21,10)
#0D0C06
(13,12,6)
#000000
(0,0,0)

Tints of #3F662E

#3F662E
(63,102,46)
#507341
(80,115,65)
#618054
(97,128,84)
#728D67
(114,141,103)
#839A7A
(131,154,122)
#94A78D
(148,167,141)
#A5B4A0
(165,180,160)
#B6C1B3
(182,193,179)
#C7CEC6
(199,206,198)
#D8DBD9
(216,219,217)
#E9E8EC
(233,232,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3F662E color. Also use rgb(63,102,46) instead hex code.

Text Font Color

.myTextColor { color: #3F662E; }

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

This text font color is #3F662E.


Background Color

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

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

This div background color is #3F662E.


Border color

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

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

This div border color is #3F662E.


Opacity

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

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

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

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

This text has shadow with #3F662E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3F662E on black background.


Color preview on white background

This text has color #3F662E on white background.



Black color preview on #3F662E background

This text has black color on #3F662E background.


White color preview on #3F662E background

This text has white color on #3F662E background.