COLOR #3F6533

HEX: #3F6533
RGB: (63,101,51)

Color info

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

RGB color model

#3F6533 color RGB value is (63,101,51).

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

RGB channels and saturation

R 63 of 255 = 25%
G 101 of 255 = 40%
B 51 of 255 = 20%

63
101
51

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

Portions of RGB colors in percentages

R + G + B =
63 + 101 + 51 = 215 (100%)
R 63 of 215 ~ 29.3%
G 101 of 215 ~ 46.98%
B 51 of 215 ~ 23.72%

%29.3
%46.98
%23.72

CMYK color model

#3F6533 color CMYK value is (38,0,50,60).

  • cyan value is 37.62%
  • magenta value is 0.00%
  • yellow value is 49.50%
  • key color value is 60.39%
CMYK:
(38,0,50,60)
C38M0Y50K60 
(38%,0%,50%,60%)
(0.38/0.00/0.50/0.60)	

CMYK percentages

%37.62
%0
%49.5
%60.39

Codes

Color #3F6533 in popluar color models

3F6533
RGB6310151
HSL106°32.89%29.80%
HSB/HSV106°49.50%39.61%
CMYK37.62%0.00%49.50%
60.39%

Color #3F6533 in popluar number systems.

HEX3F6533
Decimal6310151
Binary1111111100101110011
Octal7714563

Shades and tints

Shades of #3F6533

#3F6533
(63,101,51)
#3A5C2F
(58,92,47)
#35532B
(53,83,43)
#304A27
(48,74,39)
#2B4123
(43,65,35)
#26381F
(38,56,31)
#212F1B
(33,47,27)
#1C2617
(28,38,23)
#171D13
(23,29,19)
#12140F
(18,20,15)
#0D0B0B
(13,11,11)
#000000
(0,0,0)

Tints of #3F6533

#3F6533
(63,101,51)
#507345
(80,115,69)
#618157
(97,129,87)
#728F69
(114,143,105)
#839D7B
(131,157,123)
#94AB8D
(148,171,141)
#A5B99F
(165,185,159)
#B6C7B1
(182,199,177)
#C7D5C3
(199,213,195)
#D8E3D5
(216,227,213)
#E9F1E7
(233,241,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3F6533; }

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

This text font color is #3F6533.


Background Color

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

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

This div background color is #3F6533.


Border color

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

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

This div border color is #3F6533.


Opacity

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

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

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

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

This text has shadow with #3F6533 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3F6533 on black background.


Color preview on white background

This text has color #3F6533 on white background.



Black color preview on #3F6533 background

This text has black color on #3F6533 background.


White color preview on #3F6533 background

This text has white color on #3F6533 background.