COLOR #3F3630

HEX: #3F3630 RGB: (63,54,48)

Color info

#3F3630 contains red, green and blue colors in about the same proportion. Web safe color of #3F3630 is #333333 (or #333).

RGB color model

#3F3630 color RGB value is (63,54,48).

RGB: (63,54,48) (25%, 21%, 19%)

RGB channels and saturation

R 63 of 255 = 25%
G 54 of 255 = 21%
B 48 of 255 = 19%

63
54
48

R + G + B ~ 22%. #3F3630 is dark color.

Portions of RGB colors in percentages

R + G + B = 63 + 54 + 48 = 165 (100%)
R 63 of 165 ~ 38.18%
G 54 of 165 ~ 32.73%
B 48 of 165 ~ 29.09'%

%38.18
%32.73
%29.09

CMYK color model

#3F3630 color CMYK value is (0,14,24,75).

  • cyan value is 0.00%
  • magenta value is 14.29%
  • yellow value is 23.81%
  • key color value is 75.29%

CMYK: (0,14,24,75)
C0M14Y24K75 (0%, 14%, 24%, 75%)
(0.00 / 0.14 / 0.24 / 0.75)

CMYK percentages

%0
%14.29
%23.81
%75.29

Codes

Color #3F3630 in popluar color models

3F 36 30
RGB 63 54 48
HSL 24° 13.51% 21.76%
HSB/HSV 24° 23.81% 24.71%
CMYK 0.00% 14.29% 23.81%
75.29%

Color #3F3630 in popluar number systems.

HEX 3F 36 30
Decimal 63 54 48
Binary 111111 110110 110000
Octal 77 66 60

Shades and tints

Shades of #3F3630

#3F3630
(63,54,48)
#3A322C
(58,50,44)
#352E28
(53,46,40)
#302A24
(48,42,36)
#2B2620
(43,38,32)
#26221C
(38,34,28)
#211E18
(33,30,24)
#1C1A14
(28,26,20)
#171610
(23,22,16)
#12120C
(18,18,12)
#0D0E08
(13,14,8)
#000000
(0,0,0)

Tints of #3F3630

#3F3630
(63,54,48)
#504842
(80,72,66)
#615A54
(97,90,84)
#726C66
(114,108,102)
#837E78
(131,126,120)
#94908A
(148,144,138)
#A5A29C
(165,162,156)
#B6B4AE
(182,180,174)
#C7C6C0
(199,198,192)
#D8D8D2
(216,216,210)
#E9EAE4
(233,234,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3F3630 color. Also use rgb(63,54,48) instead hex code.

Text Font Color

.myTextColor { color: #3F3630; }

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

This text font color is #3F3630.

Background Color

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

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

This div background color is #3F3630.

Border color

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

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

This div border color is #3F3630.

Opacity

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

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

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

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

This text has shadow with #3F3630 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3F3630.

Preview

Color preview on black background

This text has color #3F3630 on black background.


Color preview on white background

This text has color #3F3630 on white background.


Black color preview on #3F3630 background

This text has black color on #3F3630 background.


White color preview on #3F3630 background

This text has white color on #3F3630 background.


Related colors

Complementary color

Complementary color for #hex is #C0C9CF.


I love getcolorcode.com

Triadic colors

1 #303F36 and #36303F with #3F3630 are triadic colors.

2 #30363F and #363F30 with #3F3630 are triadic colors.