COLOR #3F4633

HEX: #3F4633 RGB: (63,70,51)

Color info

#3F4633 contains red, green and blue colors in about the same proportion. Web safe color of #3F4633 is #333333 (or #333).

RGB color model

#3F4633 color RGB value is (63,70,51).

RGB: (63,70,51) (25%, 27%, 20%)

RGB channels and saturation

R 63 of 255 = 25%
G 70 of 255 = 27%
B 51 of 255 = 20%

63
70
51

R + G + B ~ 24%. #3F4633 is dark color.

Portions of RGB colors in percentages

R + G + B = 63 + 70 + 51 = 184 (100%)
R 63 of 184 ~ 34.24%
G 70 of 184 ~ 38.04%
B 51 of 184 ~ 27.72'%

%34.24
%38.04
%27.72

CMYK color model

#3F4633 color CMYK value is (10,0,27,73).

  • cyan value is 10.00%
  • magenta value is 0.00%
  • yellow value is 27.14%
  • key color value is 72.55%
CMYK: (10,0,27,73) C10M0Y27K73 (10%,0%,27%,73%) (0.10/0.00/0.27/0.73) 

CMYK percentages

%10
%0
%27.14
%72.55

Codes

Color #3F4633 in popluar color models

3F 46 33
RGB 63 70 51
HSL 82° 15.70% 23.73%
HSB/HSV 82° 27.14% 27.45%
CMYK 10.00% 0.00% 27.14%
72.55%

Color #3F4633 in popluar number systems.

HEX 3F 46 33
Decimal 63 70 51
Binary 111111 1000110 110011
Octal 77 106 63

Shades and tints

Shades of #3F4633

#3F4633
(63,70,51)
#3A402F
(58,64,47)
#353A2B
(53,58,43)
#303427
(48,52,39)
#2B2E23
(43,46,35)
#26281F
(38,40,31)
#21221B
(33,34,27)
#1C1C17
(28,28,23)
#171613
(23,22,19)
#12100F
(18,16,15)
#0D0A0B
(13,10,11)
#000000
(0,0,0)

Tints of #3F4633

#3F4633
(63,70,51)
#505645
(80,86,69)
#616657
(97,102,87)
#727669
(114,118,105)
#83867B
(131,134,123)
#94968D
(148,150,141)
#A5A69F
(165,166,159)
#B6B6B1
(182,182,177)
#C7C6C3
(199,198,195)
#D8D6D5
(216,214,213)
#E9E6E7
(233,230,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3F4633; }

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

This text font color is #3F4633.

Background Color

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

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

This div background color is #3F4633.

Border color

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

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

This div border color is #3F4633.

Opacity

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

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

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

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

This text has shadow with #3F4633 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3F4633.

Preview

Color preview on black background

This text has color #3F4633 on black background.


Color preview on white background

This text has color #3F4633 on white background.


Black color preview on #3F4633 background

This text has black color on #3F4633 background.


White color preview on #3F4633 background

This text has white color on #3F4633 background.


Related colors

Complementary color

Complementary color for #hex is #C0B9CC.


I love getcolorcode.com

Triadic colors

1 #333F46 and #46333F with #3F4633 are triadic colors.

2 #33463F and #463F33 with #3F4633 are triadic colors.