COLOR #3F651A

HEX: #3F651A
RGB: (63,101,26)

Color info

#3F651A contains mainly red and green colors. Web safe color of #3F651A is #336600 (or #360).

RGB color model

#3F651A color RGB value is (63,101,26).

  • red value is 63;
  • green value is 101;
  • blue value is 26.
RGB:
(63,101,26)
(25%,40%,10%)

RGB channels and saturation

R 63 of 255 = 25%
G 101 of 255 = 40%
B 26 of 255 = 10%

63
101
26

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

Portions of RGB colors in percentages

R + G + B =
63 + 101 + 26 = 190 (100%)
R 63 of 190 ~ 33.16%
G 101 of 190 ~ 53.16%
B 26 of 190 ~ 13.68%

%33.16
%53.16
%13.68

CMYK color model

#3F651A color CMYK value is (38,0,74,60).

  • cyan value is 37.62%
  • magenta value is 0.00%
  • yellow value is 74.26%
  • key color value is 60.39%
CMYK:
(38,0,74,60)
C38M0Y74K60 
(38%,0%,74%,60%)
(0.38/0.00/0.74/0.60)	

CMYK percentages

%37.62
%0
%74.26
%60.39

Codes

Color #3F651A in popluar color models

3F651A
RGB6310126
HSL90°59.06%24.90%
HSB/HSV90°74.26%39.61%
CMYK37.62%0.00%74.26%
60.39%

Color #3F651A in popluar number systems.

HEX3F651A
Decimal6310126
Binary111111110010111010
Octal7714532

Shades and tints

Shades of #3F651A

#3F651A
(63,101,26)
#3A5C18
(58,92,24)
#355316
(53,83,22)
#304A14
(48,74,20)
#2B4112
(43,65,18)
#263810
(38,56,16)
#212F0E
(33,47,14)
#1C260C
(28,38,12)
#171D0A
(23,29,10)
#121408
(18,20,8)
#0D0B06
(13,11,6)
#000000
(0,0,0)

Tints of #3F651A

#3F651A
(63,101,26)
#50732E
(80,115,46)
#618142
(97,129,66)
#728F56
(114,143,86)
#839D6A
(131,157,106)
#94AB7E
(148,171,126)
#A5B992
(165,185,146)
#B6C7A6
(182,199,166)
#C7D5BA
(199,213,186)
#D8E3CE
(216,227,206)
#E9F1E2
(233,241,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3F651A color. Also use rgb(63,101,26) instead hex code.

Text Font Color

.myTextColor { color: #3F651A; }

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

This text font color is #3F651A.


Background Color

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

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

This div background color is #3F651A.


Border color

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

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

This div border color is #3F651A.


Opacity

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

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

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

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

This text has shadow with #3F651A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3F651A on black background.


Color preview on white background

This text has color #3F651A on white background.



Black color preview on #3F651A background

This text has black color on #3F651A background.


White color preview on #3F651A background

This text has white color on #3F651A background.