COLOR #3F3D06

HEX: #3F3D06 RGB: (63,61,6)

Color info

#3F3D06 contains red, green and blue colors in about the same proportion. Web safe color of #3F3D06 is #333300 (or #330).

RGB color model

#3F3D06 color RGB value is (63,61,6).

RGB: (63,61,6) (25%, 24%, 2%)

RGB channels and saturation

R 63 of 255 = 25%
G 61 of 255 = 24%
B 6 of 255 = 2%

63
61
6

R + G + B ~ 17%. #3F3D06 is dark color.

Portions of RGB colors in percentages

R + G + B = 63 + 61 + 6 = 130 (100%)
R 63 of 130 ~ 48.46%
G 61 of 130 ~ 46.92%
B 6 of 130 ~ 4.62'%

%48.46
%46.92

CMYK color model

#3F3D06 color CMYK value is (0,3,90,75).

  • cyan value is 0.00%
  • magenta value is 3.17%
  • yellow value is 90.48%
  • key color value is 75.29%

CMYK: (0,3,90,75)
C0M3Y90K75 (0%, 3%, 90%, 75%)
(0.00 / 0.03 / 0.90 / 0.75)

CMYK percentages

%0
%3.17
%90.48
%75.29

Codes

Color #3F3D06 in popluar color models

3F 3D 06
RGB 63 61 6
HSL 58° 82.61% 13.53%
HSB/HSV 58° 90.48% 24.71%
CMYK 0.00% 3.17% 90.48%
75.29%

Color #3F3D06 in popluar number systems.

HEX 3F 3D 06
Decimal 63 61 6
Binary 111111 111101 110
Octal 77 75 6

Shades and tints

Shades of #3F3D06

#3F3D06
(63,61,6)
#3A3806
(58,56,6)
#353306
(53,51,6)
#302E06
(48,46,6)
#2B2906
(43,41,6)
#262406
(38,36,6)
#211F06
(33,31,6)
#1C1A06
(28,26,6)
#171506
(23,21,6)
#121006
(18,16,6)
#0D0B06
(13,11,6)
#000000
(0,0,0)

Tints of #3F3D06

#3F3D06
(63,61,6)
#504E1C
(80,78,28)
#615F32
(97,95,50)
#727048
(114,112,72)
#83815E
(131,129,94)
#949274
(148,146,116)
#A5A38A
(165,163,138)
#B6B4A0
(182,180,160)
#C7C5B6
(199,197,182)
#D8D6CC
(216,214,204)
#E9E7E2
(233,231,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3F3D06 color. Also use rgb(63,61,6) instead hex code.

Text Font Color

.myTextColor { color: #3F3D06; }

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

This text font color is #3F3D06.

Background Color

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

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

This div background color is #3F3D06.

Border color

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

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

This div border color is #3F3D06.

Opacity

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

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

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

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

This text has shadow with #3F3D06 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3F3D06.

Preview

Color preview on black background

This text has color #3F3D06 on black background.


Color preview on white background

This text has color #3F3D06 on white background.


Black color preview on #3F3D06 background

This text has black color on #3F3D06 background.


White color preview on #3F3D06 background

This text has white color on #3F3D06 background.


Related colors

Complementary color

Complementary color for #hex is #C0C2F9.


I love getcolorcode.com

Triadic colors

1 #063F3D and #3D063F with #3F3D06 are triadic colors.

2 #063D3F and #3D3F06 with #3F3D06 are triadic colors.