COLOR #3F631C

HEX: #3F631C
RGB: (63,99,28)

Color info

#3F631C contains mainly red and green colors. Web safe color of #3F631C is #336633 (or #363).

RGB color model

#3F631C color RGB value is (63,99,28).

  • red value is 63;
  • green value is 99;
  • blue value is 28.
RGB:
(63,99,28)
(25%,39%,11%)

RGB channels and saturation

R 63 of 255 = 25%
G 99 of 255 = 39%
B 28 of 255 = 11%

63
99
28

R + G + B ~ 25%. #3F631C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
63 + 99 + 28 = 190 (100%)
R 63 of 190 ~ 33.16%
G 99 of 190 ~ 52.11%
B 28 of 190 ~ 14.74%

%33.16
%52.11
%14.74

CMYK color model

#3F631C color CMYK value is (36,0,72,61).

  • cyan value is 36.36%
  • magenta value is 0.00%
  • yellow value is 71.72%
  • key color value is 61.18%
CMYK:
(36,0,72,61)
C36M0Y72K61 
(36%,0%,72%,61%)
(0.36/0.00/0.72/0.61)	

CMYK percentages

%36.36
%0
%71.72
%61.18

Codes

Color #3F631C in popluar color models

3F631C
RGB639928
HSL90°55.91%24.90%
HSB/HSV90°71.72%38.82%
CMYK36.36%0.00%71.72%
61.18%

Color #3F631C in popluar number systems.

HEX3F631C
Decimal639928
Binary111111110001111100
Octal7714334

Shades and tints

Shades of #3F631C

#3F631C
(63,99,28)
#3A5A1A
(58,90,26)
#355118
(53,81,24)
#304816
(48,72,22)
#2B3F14
(43,63,20)
#263612
(38,54,18)
#212D10
(33,45,16)
#1C240E
(28,36,14)
#171B0C
(23,27,12)
#12120A
(18,18,10)
#0D0908
(13,9,8)
#000000
(0,0,0)

Tints of #3F631C

#3F631C
(63,99,28)
#507130
(80,113,48)
#617F44
(97,127,68)
#728D58
(114,141,88)
#839B6C
(131,155,108)
#94A980
(148,169,128)
#A5B794
(165,183,148)
#B6C5A8
(182,197,168)
#C7D3BC
(199,211,188)
#D8E1D0
(216,225,208)
#E9EFE4
(233,239,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3F631C color. Also use rgb(63,99,28) instead hex code.

Text Font Color

.myTextColor { color: #3F631C; }

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

This text font color is #3F631C.


Background Color

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

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

This div background color is #3F631C.


Border color

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

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

This div border color is #3F631C.


Opacity

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

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

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

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

This text has shadow with #3F631C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3F631C on black background.


Color preview on white background

This text has color #3F631C on white background.



Black color preview on #3F631C background

This text has black color on #3F631C background.


White color preview on #3F631C background

This text has white color on #3F631C background.