COLOR #3F3135

HEX: #3F3135 RGB: (63,49,53)

Color info

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

RGB color model

#3F3135 color RGB value is (63,49,53).

RGB: (63,49,53) (25%, 19%, 21%)

RGB channels and saturation

R 63 of 255 = 25%
G 49 of 255 = 19%
B 53 of 255 = 21%

63
49
53

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

Portions of RGB colors in percentages

R + G + B = 63 + 49 + 53 = 165 (100%)
R 63 of 165 ~ 38.18%
G 49 of 165 ~ 29.7%
B 53 of 165 ~ 32.12'%

%38.18
%29.7
%32.12

CMYK color model

#3F3135 color CMYK value is (0,22,16,75).

  • cyan value is 0.00%
  • magenta value is 22.22%
  • yellow value is 15.87%
  • key color value is 75.29%

CMYK: (0,22,16,75)
C0M22Y16K75 (0%, 22%, 16%, 75%)
(0.00 / 0.22 / 0.16 / 0.75)

CMYK percentages

%0
%22.22
%15.87
%75.29

Codes

Color #3F3135 in popluar color models

3F 31 35
RGB 63 49 53
HSL 343° 12.50% 21.96%
HSB/HSV 343° 22.22% 24.71%
CMYK 0.00% 22.22% 15.87%
75.29%

Color #3F3135 in popluar number systems.

HEX 3F 31 35
Decimal 63 49 53
Binary 111111 110001 110101
Octal 77 61 65

Shades and tints

Shades of #3F3135

#3F3135
(63,49,53)
#3A2D31
(58,45,49)
#35292D
(53,41,45)
#302529
(48,37,41)
#2B2125
(43,33,37)
#261D21
(38,29,33)
#21191D
(33,25,29)
#1C1519
(28,21,25)
#171115
(23,17,21)
#120D11
(18,13,17)
#0D090D
(13,9,13)
#000000
(0,0,0)

Tints of #3F3135

#3F3135
(63,49,53)
#504347
(80,67,71)
#615559
(97,85,89)
#72676B
(114,103,107)
#83797D
(131,121,125)
#948B8F
(148,139,143)
#A59DA1
(165,157,161)
#B6AFB3
(182,175,179)
#C7C1C5
(199,193,197)
#D8D3D7
(216,211,215)
#E9E5E9
(233,229,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3F3135 color. Also use rgb(63,49,53) instead hex code.

Text Font Color

.myTextColor { color: #3F3135; }

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

This text font color is #3F3135.

Background Color

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

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

This div background color is #3F3135.

Border color

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

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

This div border color is #3F3135.

Opacity

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

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

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

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

This text has shadow with #3F3135 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3F3135.

Preview

Color preview on black background

This text has color #3F3135 on black background.


Color preview on white background

This text has color #3F3135 on white background.


Black color preview on #3F3135 background

This text has black color on #3F3135 background.


White color preview on #3F3135 background

This text has white color on #3F3135 background.


Related colors

Complementary color

Complementary color for #hex is #C0CECA.


I love getcolorcode.com

Triadic colors

1 #353F31 and #31353F with #3F3135 are triadic colors.

2 #35313F and #313F35 with #3F3135 are triadic colors.