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).

  • red value is 63;
  • green value is 70;
  • blue value is 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

3F4633
RGB637051
HSL82°15.70%23.73%
HSB/HSV82°27.14%27.45%
CMYK10.00%0.00%27.14%
72.55%

Color #3F4633 in popluar number systems.

HEX3F4633
Decimal637051
Binary1111111000110110011
Octal7710663

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.