COLOR #3F6F33

HEX: #3F6F33 RGB: (63,111,51)

Color info

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

RGB color model

#3F6F33 color RGB value is (63,111,51).

RGB: (63,111,51) (25%, 44%, 20%)

RGB channels and saturation

R 63 of 255 = 25%
G 111 of 255 = 44%
B 51 of 255 = 20%

63
111
51

R + G + B ~ 30%. #3F6F33 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 63 + 111 + 51 = 225 (100%)
R 63 of 225 ~ 28%
G 111 of 225 ~ 49.33%
B 51 of 225 ~ 22.67'%

%28
%49.33
%22.67

CMYK color model

#3F6F33 color CMYK value is (43,0,54,56).

  • cyan value is 43.24%
  • magenta value is 0.00%
  • yellow value is 54.05%
  • key color value is 56.47%

CMYK: (43,0,54,56)
C43M0Y54K56 (43%, 0%, 54%, 56%)
(0.43 / 0.00 / 0.54 / 0.56)

CMYK percentages

%43.24
%0
%54.05
%56.47

Codes

Color #3F6F33 in popluar color models

3F 6F 33
RGB 63 111 51
HSL 108° 37.04% 31.76%
HSB/HSV 108° 54.05% 43.53%
CMYK 43.24% 0.00% 54.05%
56.47%

Color #3F6F33 in popluar number systems.

HEX 3F 6F 33
Decimal 63 111 51
Binary 111111 1101111 110011
Octal 77 157 63

Shades and tints

Shades of #3F6F33

#3F6F33
(63,111,51)
#3A652F
(58,101,47)
#355B2B
(53,91,43)
#305127
(48,81,39)
#2B4723
(43,71,35)
#263D1F
(38,61,31)
#21331B
(33,51,27)
#1C2917
(28,41,23)
#171F13
(23,31,19)
#12150F
(18,21,15)
#0D0B0B
(13,11,11)
#000000
(0,0,0)

Tints of #3F6F33

#3F6F33
(63,111,51)
#507C45
(80,124,69)
#618957
(97,137,87)
#729669
(114,150,105)
#83A37B
(131,163,123)
#94B08D
(148,176,141)
#A5BD9F
(165,189,159)
#B6CAB1
(182,202,177)
#C7D7C3
(199,215,195)
#D8E4D5
(216,228,213)
#E9F1E7
(233,241,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3F6F33 color. Also use rgb(63,111,51) instead hex code.

Text Font Color

.myTextColor { color: #3F6F33; }

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

This text font color is #3F6F33.

Background Color

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

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

This div background color is #3F6F33.

Border color

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

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

This div border color is #3F6F33.

Opacity

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

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

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

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

This text has shadow with #3F6F33 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3F6F33.

Preview

Color preview on black background

This text has color #3F6F33 on black background.


Color preview on white background

This text has color #3F6F33 on white background.


Black color preview on #3F6F33 background

This text has black color on #3F6F33 background.


White color preview on #3F6F33 background

This text has white color on #3F6F33 background.


Related colors

Complementary color

Complementary color for #hex is #C090CC.


I love getcolorcode.com

Triadic colors

1 #333F6F and #6F333F with #3F6F33 are triadic colors.

2 #336F3F and #6F3F33 with #3F6F33 are triadic colors.