COLOR #3F6733

HEX: #3F6733
RGB: (63,103,51)

Color info

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

RGB color model

#3F6733 color RGB value is (63,103,51).

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

RGB channels and saturation

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

63
103
51

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

Portions of RGB colors in percentages

R + G + B =
63 + 103 + 51 = 217 (100%)
R 63 of 217 ~ 29.03%
G 103 of 217 ~ 47.47%
B 51 of 217 ~ 23.5%

%29.03
%47.47
%23.5

CMYK color model

#3F6733 color CMYK value is (39,0,50,60).

  • cyan value is 38.83%
  • magenta value is 0.00%
  • yellow value is 50.49%
  • key color value is 59.61%
CMYK: (39,0,50,60) C39M0Y50K60 (39%,0%,50%,60%) (0.39/0.00/0.50/0.60)

CMYK percentages

%38.83
%0
%50.49
%59.61

Codes

Color #3F6733 in popluar color models

3F6733
RGB6310351
HSL106°33.77%30.20%
HSB/HSV106°50.49%40.39%
CMYK38.83%0.00%50.49%
59.61%

Color #3F6733 in popluar number systems.

HEX3F6733
Decimal6310351
Binary1111111100111110011
Octal7714763

Shades and tints

Shades of #3F6733

#3F6733
(63,103,51)
#3A5E2F
(58,94,47)
#35552B
(53,85,43)
#304C27
(48,76,39)
#2B4323
(43,67,35)
#263A1F
(38,58,31)
#21311B
(33,49,27)
#1C2817
(28,40,23)
#171F13
(23,31,19)
#12160F
(18,22,15)
#0D0D0B
(13,13,11)
#000000
(0,0,0)

Tints of #3F6733

#3F6733
(63,103,51)
#507445
(80,116,69)
#618157
(97,129,87)
#728E69
(114,142,105)
#839B7B
(131,155,123)
#94A88D
(148,168,141)
#A5B59F
(165,181,159)
#B6C2B1
(182,194,177)
#C7CFC3
(199,207,195)
#D8DCD5
(216,220,213)
#E9E9E7
(233,233,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3F6733; }

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

This text font color is #3F6733.


Background Color

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

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

This div background color is #3F6733.


Border color

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

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

This div border color is #3F6733.


Opacity

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

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

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

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

This text has shadow with #3F6733 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #3F6733 on black background.


Color preview on white background

This text has color #3F6733 on white background.



Black color preview on #3F6733 background

This text has black color on #3F6733 background.


White color preview on #3F6733 background

This text has white color on #3F6733 background.