COLOR #3F6323

HEX: #3F6323 RGB: (63,99,35)

Color info

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

RGB color model

#3F6323 color RGB value is (63,99,35).

RGB: (63,99,35) (25%, 39%, 14%)

RGB channels and saturation

R 63 of 255 = 25%
G 99 of 255 = 39%
B 35 of 255 = 14%

63
99
35

R + G + B ~ 26%. #3F6323 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 63 + 99 + 35 = 197 (100%)
R 63 of 197 ~ 31.98%
G 99 of 197 ~ 50.25%
B 35 of 197 ~ 17.77'%

%31.98
%50.25
%17.77

CMYK color model

#3F6323 color CMYK value is (36,0,65,61).

  • cyan value is 36.36%
  • magenta value is 0.00%
  • yellow value is 64.65%
  • key color value is 61.18%

CMYK: (36,0,65,61)
C36M0Y65K61 (36%, 0%, 65%, 61%)
(0.36 / 0.00 / 0.65 / 0.61)

CMYK percentages

%36.36
%0
%64.65
%61.18

Codes

Color #3F6323 in popluar color models

3F 63 23
RGB 63 99 35
HSL 94° 47.76% 26.27%
HSB/HSV 94° 64.65% 38.82%
CMYK 36.36% 0.00% 64.65%
61.18%

Color #3F6323 in popluar number systems.

HEX 3F 63 23
Decimal 63 99 35
Binary 111111 1100011 100011
Octal 77 143 43

Shades and tints

Shades of #3F6323

#3F6323
(63,99,35)
#3A5A20
(58,90,32)
#35511D
(53,81,29)
#30481A
(48,72,26)
#2B3F17
(43,63,23)
#263614
(38,54,20)
#212D11
(33,45,17)
#1C240E
(28,36,14)
#171B0B
(23,27,11)
#121208
(18,18,8)
#0D0905
(13,9,5)
#000000
(0,0,0)

Tints of #3F6323

#3F6323
(63,99,35)
#507137
(80,113,55)
#617F4B
(97,127,75)
#728D5F
(114,141,95)
#839B73
(131,155,115)
#94A987
(148,169,135)
#A5B79B
(165,183,155)
#B6C5AF
(182,197,175)
#C7D3C3
(199,211,195)
#D8E1D7
(216,225,215)
#E9EFEB
(233,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3F6323 color. Also use rgb(63,99,35) instead hex code.

Text Font Color

.myTextColor { color: #3F6323; }

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

This text font color is #3F6323.

Background Color

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

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

This div background color is #3F6323.

Border color

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

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

This div border color is #3F6323.

Opacity

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

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

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

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

This text has shadow with #3F6323 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3F6323.

Preview

Color preview on black background

This text has color #3F6323 on black background.


Color preview on white background

This text has color #3F6323 on white background.


Black color preview on #3F6323 background

This text has black color on #3F6323 background.


White color preview on #3F6323 background

This text has white color on #3F6323 background.


Related colors

Complementary color

Complementary color for #hex is #C09CDC.


I love getcolorcode.com

Triadic colors

1 #233F63 and #63233F with #3F6323 are triadic colors.

2 #23633F and #633F23 with #3F6323 are triadic colors.