COLOR #3F6634

HEX: #3F6634
RGB: (63,102,52)

Color info

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

RGB color model

#3F6634 color RGB value is (63,102,52).

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

RGB channels and saturation

R 63 of 255 = 25%
G 102 of 255 = 40%
B 52 of 255 = 20%

63
102
52

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

Portions of RGB colors in percentages

R + G + B =
63 + 102 + 52 = 217 (100%)
R 63 of 217 ~ 29.03%
G 102 of 217 ~ 47%
B 52 of 217 ~ 23.96%

%29.03
%47
%23.96

CMYK color model

#3F6634 color CMYK value is (38,0,49,60).

  • cyan value is 38.24%
  • magenta value is 0.00%
  • yellow value is 49.02%
  • key color value is 60.00%
CMYK:
(38,0,49,60)
C38M0Y49K60 
(38%,0%,49%,60%)
(0.38/0.00/0.49/0.60)	

CMYK percentages

%38.24
%0
%49.02
%60

Codes

Color #3F6634 in popluar color models

3F6634
RGB6310252
HSL107°32.47%30.20%
HSB/HSV107°49.02%40.00%
CMYK38.24%0.00%49.02%
60.00%

Color #3F6634 in popluar number systems.

HEX3F6634
Decimal6310252
Binary1111111100110110100
Octal7714664

Shades and tints

Shades of #3F6634

#3F6634
(63,102,52)
#3A5D30
(58,93,48)
#35542C
(53,84,44)
#304B28
(48,75,40)
#2B4224
(43,66,36)
#263920
(38,57,32)
#21301C
(33,48,28)
#1C2718
(28,39,24)
#171E14
(23,30,20)
#121510
(18,21,16)
#0D0C0C
(13,12,12)
#000000
(0,0,0)

Tints of #3F6634

#3F6634
(63,102,52)
#507346
(80,115,70)
#618058
(97,128,88)
#728D6A
(114,141,106)
#839A7C
(131,154,124)
#94A78E
(148,167,142)
#A5B4A0
(165,180,160)
#B6C1B2
(182,193,178)
#C7CEC4
(199,206,196)
#D8DBD6
(216,219,214)
#E9E8E8
(233,232,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3F6634; }

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

This text font color is #3F6634.


Background Color

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

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

This div background color is #3F6634.


Border color

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

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

This div border color is #3F6634.


Opacity

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

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

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

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

This text has shadow with #3F6634 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3F6634 on black background.


Color preview on white background

This text has color #3F6634 on white background.



Black color preview on #3F6634 background

This text has black color on #3F6634 background.


White color preview on #3F6634 background

This text has white color on #3F6634 background.