COLOR #3F6229

HEX: #3F6229
RGB: (63,98,41)

Color info

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

RGB color model

#3F6229 color RGB value is (63,98,41).

  • red value is 63;
  • green value is 98;
  • blue value is 41.
RGB:
(63,98,41)
(25%,38%,16%)

RGB channels and saturation

R 63 of 255 = 25%
G 98 of 255 = 38%
B 41 of 255 = 16%

63
98
41

R + G + B ~ 26%. #3F6229 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
63 + 98 + 41 = 202 (100%)
R 63 of 202 ~ 31.19%
G 98 of 202 ~ 48.51%
B 41 of 202 ~ 20.3%

%31.19
%48.51
%20.3

CMYK color model

#3F6229 color CMYK value is (36,0,58,62).

  • cyan value is 35.71%
  • magenta value is 0.00%
  • yellow value is 58.16%
  • key color value is 61.57%
CMYK:
(36,0,58,62)
C36M0Y58K62 
(36%,0%,58%,62%)
(0.36/0.00/0.58/0.62)	

CMYK percentages

%35.71
%0
%58.16
%61.57

Codes

Color #3F6229 in popluar color models

3F6229
RGB639841
HSL97°41.01%27.25%
HSB/HSV97°58.16%38.43%
CMYK35.71%0.00%58.16%
61.57%

Color #3F6229 in popluar number systems.

HEX3F6229
Decimal639841
Binary1111111100010101001
Octal7714251

Shades and tints

Shades of #3F6229

#3F6229
(63,98,41)
#3A5A26
(58,90,38)
#355223
(53,82,35)
#304A20
(48,74,32)
#2B421D
(43,66,29)
#263A1A
(38,58,26)
#213217
(33,50,23)
#1C2A14
(28,42,20)
#172211
(23,34,17)
#121A0E
(18,26,14)
#0D120B
(13,18,11)
#000000
(0,0,0)

Tints of #3F6229

#3F6229
(63,98,41)
#50703C
(80,112,60)
#617E4F
(97,126,79)
#728C62
(114,140,98)
#839A75
(131,154,117)
#94A888
(148,168,136)
#A5B69B
(165,182,155)
#B6C4AE
(182,196,174)
#C7D2C1
(199,210,193)
#D8E0D4
(216,224,212)
#E9EEE7
(233,238,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3F6229 color. Also use rgb(63,98,41) instead hex code.

Text Font Color

.myTextColor { color: #3F6229; }

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

This text font color is #3F6229.


Background Color

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

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

This div background color is #3F6229.


Border color

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

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

This div border color is #3F6229.


Opacity

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

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

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

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

This text has shadow with #3F6229 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3F6229 on black background.


Color preview on white background

This text has color #3F6229 on white background.



Black color preview on #3F6229 background

This text has black color on #3F6229 background.


White color preview on #3F6229 background

This text has white color on #3F6229 background.