COLOR #3F6531

HEX: #3F6531
RGB: (63,101,49)

Color info

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

RGB color model

#3F6531 color RGB value is (63,101,49).

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

RGB channels and saturation

R 63 of 255 = 25%
G 101 of 255 = 40%
B 49 of 255 = 19%

63
101
49

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

Portions of RGB colors in percentages

R + G + B =
63 + 101 + 49 = 213 (100%)
R 63 of 213 ~ 29.58%
G 101 of 213 ~ 47.42%
B 49 of 213 ~ 23%

%29.58
%47.42
%23

CMYK color model

#3F6531 color CMYK value is (38,0,51,60).

  • cyan value is 37.62%
  • magenta value is 0.00%
  • yellow value is 51.49%
  • key color value is 60.39%
CMYK:
(38,0,51,60)
C38M0Y51K60 
(38%,0%,51%,60%)
(0.38/0.00/0.51/0.60)	

CMYK percentages

%37.62
%0
%51.49
%60.39

Codes

Color #3F6531 in popluar color models

3F6531
RGB6310149
HSL104°34.67%29.41%
HSB/HSV104°51.49%39.61%
CMYK37.62%0.00%51.49%
60.39%

Color #3F6531 in popluar number systems.

HEX3F6531
Decimal6310149
Binary1111111100101110001
Octal7714561

Shades and tints

Shades of #3F6531

#3F6531
(63,101,49)
#3A5C2D
(58,92,45)
#355329
(53,83,41)
#304A25
(48,74,37)
#2B4121
(43,65,33)
#26381D
(38,56,29)
#212F19
(33,47,25)
#1C2615
(28,38,21)
#171D11
(23,29,17)
#12140D
(18,20,13)
#0D0B09
(13,11,9)
#000000
(0,0,0)

Tints of #3F6531

#3F6531
(63,101,49)
#507343
(80,115,67)
#618155
(97,129,85)
#728F67
(114,143,103)
#839D79
(131,157,121)
#94AB8B
(148,171,139)
#A5B99D
(165,185,157)
#B6C7AF
(182,199,175)
#C7D5C1
(199,213,193)
#D8E3D3
(216,227,211)
#E9F1E5
(233,241,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3F6531; }

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

This text font color is #3F6531.


Background Color

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

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

This div background color is #3F6531.


Border color

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

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

This div border color is #3F6531.


Opacity

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

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

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

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

This text has shadow with #3F6531 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3F6531 on black background.


Color preview on white background

This text has color #3F6531 on white background.



Black color preview on #3F6531 background

This text has black color on #3F6531 background.


White color preview on #3F6531 background

This text has white color on #3F6531 background.