COLOR #3F3D01

HEX: #3F3D01 RGB: (63,61,1)

Color info

#3F3D01 contains mainly red and green colors. Web safe color of #3F3D01 is #333300 (or #330).

RGB color model

#3F3D01 color RGB value is (63,61,1).

RGB: (63,61,1) (25%, 24%, 0%)

RGB channels and saturation

R 63 of 255 = 25%
G 61 of 255 = 24%
B 1 of 255 = 0%

63
61
1

R + G + B ~ 16%. #3F3D01 is dark color.

Portions of RGB colors in percentages

R + G + B = 63 + 61 + 1 = 125 (100%)
R 63 of 125 ~ 50.4%
G 61 of 125 ~ 48.8%
B 1 of 125 ~ 0.8'%

%50.4
%48.8

CMYK color model

#3F3D01 color CMYK value is (0,3,98,75).

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

CMYK: (0,3,98,75)
C0M3Y98K75 (0%, 3%, 98%, 75%)
(0.00 / 0.03 / 0.98 / 0.75)

CMYK percentages

%0
%3.17
%98.41
%75.29

Codes

Color #3F3D01 in popluar color models

3F 3D 01
RGB 63 61 1
HSL 58° 96.88% 12.55%
HSB/HSV 58° 98.41% 24.71%
CMYK 0.00% 3.17% 98.41%
75.29%

Color #3F3D01 in popluar number systems.

HEX 3F 3D 01
Decimal 63 61 1
Binary 111111 111101 1
Octal 77 75 1

Shades and tints

Shades of #3F3D01

#3F3D01
(63,61,1)
#3A3801
(58,56,1)
#353301
(53,51,1)
#302E01
(48,46,1)
#2B2901
(43,41,1)
#262401
(38,36,1)
#211F01
(33,31,1)
#1C1A01
(28,26,1)
#171501
(23,21,1)
#121001
(18,16,1)
#0D0B01
(13,11,1)
#000000
(0,0,0)

Tints of #3F3D01

#3F3D01
(63,61,1)
#504E18
(80,78,24)
#615F2F
(97,95,47)
#727046
(114,112,70)
#83815D
(131,129,93)
#949274
(148,146,116)
#A5A38B
(165,163,139)
#B6B4A2
(182,180,162)
#C7C5B9
(199,197,185)
#D8D6D0
(216,214,208)
#E9E7E7
(233,231,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3F3D01; }

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

This text font color is #3F3D01.

Background Color

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

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

This div background color is #3F3D01.

Border color

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

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

This div border color is #3F3D01.

Opacity

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

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

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

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

This text has shadow with #3F3D01 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3F3D01.

Preview

Color preview on black background

This text has color #3F3D01 on black background.


Color preview on white background

This text has color #3F3D01 on white background.


Black color preview on #3F3D01 background

This text has black color on #3F3D01 background.


White color preview on #3F3D01 background

This text has white color on #3F3D01 background.


Related colors

Complementary color

Complementary color for #hex is #C0C2FE.


I love getcolorcode.com

Triadic colors

1 #013F3D and #3D013F with #3F3D01 are triadic colors.

2 #013D3F and #3D3F01 with #3F3D01 are triadic colors.