COLOR #3F6C41

HEX: #3F6C41
RGB: (63,108,65)

Color info

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

RGB color model

#3F6C41 color RGB value is (63,108,65).

  • red value is 63;
  • green value is 108;
  • blue value is 65.
RGB:
(63,108,65)
(25%,42%,25%)

RGB channels and saturation

R 63 of 255 = 25%
G 108 of 255 = 42%
B 65 of 255 = 25%

63
108
65

R + G + B ~ 31%. #3F6C41 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
63 + 108 + 65 = 236 (100%)
R 63 of 236 ~ 26.69%
G 108 of 236 ~ 45.76%
B 65 of 236 ~ 27.54%

%26.69
%45.76
%27.54

CMYK color model

#3F6C41 color CMYK value is (42,0,40,58).

  • cyan value is 41.67%
  • magenta value is 0.00%
  • yellow value is 39.81%
  • key color value is 57.65%
CMYK:
(42,0,40,58)
C42M0Y40K58 
(42%,0%,40%,58%)
(0.42/0.00/0.40/0.58)	

CMYK percentages

%41.67
%0
%39.81
%57.65

Codes

Color #3F6C41 in popluar color models

3F6C41
RGB6310865
HSL123°26.32%33.53%
HSB/HSV123°41.67%42.35%
CMYK41.67%0.00%39.81%
57.65%

Color #3F6C41 in popluar number systems.

HEX3F6C41
Decimal6310865
Binary11111111011001000001
Octal77154101

Shades and tints

Shades of #3F6C41

#3F6C41
(63,108,65)
#3A633C
(58,99,60)
#355A37
(53,90,55)
#305132
(48,81,50)
#2B482D
(43,72,45)
#263F28
(38,63,40)
#213623
(33,54,35)
#1C2D1E
(28,45,30)
#172419
(23,36,25)
#121B14
(18,27,20)
#0D120F
(13,18,15)
#000000
(0,0,0)

Tints of #3F6C41

#3F6C41
(63,108,65)
#507952
(80,121,82)
#618663
(97,134,99)
#729374
(114,147,116)
#83A085
(131,160,133)
#94AD96
(148,173,150)
#A5BAA7
(165,186,167)
#B6C7B8
(182,199,184)
#C7D4C9
(199,212,201)
#D8E1DA
(216,225,218)
#E9EEEB
(233,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3F6C41 color. Also use rgb(63,108,65) instead hex code.

Text Font Color

.myTextColor { color: #3F6C41; }

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

This text font color is #3F6C41.


Background Color

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

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

This div background color is #3F6C41.


Border color

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

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

This div border color is #3F6C41.


Opacity

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

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

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

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

This text has shadow with #3F6C41 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3F6C41 on black background.


Color preview on white background

This text has color #3F6C41 on white background.



Black color preview on #3F6C41 background

This text has black color on #3F6C41 background.


White color preview on #3F6C41 background

This text has white color on #3F6C41 background.