COLOR #3F413C

HEX: #3F413C
RGB: (63,65,60)

Color info

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

RGB color model

#3F413C color RGB value is (63,65,60).

  • red value is 63;
  • green value is 65;
  • blue value is 60.
RGB:
(63,65,60)
(25%,25%,24%)

RGB channels and saturation

R 63 of 255 = 25%
G 65 of 255 = 25%
B 60 of 255 = 24%

63
65
60

R + G + B ~ 25%. #3F413C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
63 + 65 + 60 = 188 (100%)
R 63 of 188 ~ 33.51%
G 65 of 188 ~ 34.57%
B 60 of 188 ~ 31.91%

%33.51
%34.57
%31.91

CMYK color model

#3F413C color CMYK value is (3,0,8,75).

  • cyan value is 3.08%
  • magenta value is 0.00%
  • yellow value is 7.69%
  • key color value is 74.51%
CMYK:
(3,0,8,75)
C3M0Y8K75 
(3%,0%,8%,75%)
(0.03/0.00/0.08/0.75)	

CMYK percentages

%3.08
%0
%7.69
%74.51

Codes

Color #3F413C in popluar color models

3F413C
RGB636560
HSL84°4.00%24.51%
HSB/HSV84°7.69%25.49%
CMYK3.08%0.00%7.69%
74.51%

Color #3F413C in popluar number systems.

HEX3F413C
Decimal636560
Binary1111111000001111100
Octal7710174

Shades and tints

Shades of #3F413C

#3F413C
(63,65,60)
#3A3C37
(58,60,55)
#353732
(53,55,50)
#30322D
(48,50,45)
#2B2D28
(43,45,40)
#262823
(38,40,35)
#21231E
(33,35,30)
#1C1E19
(28,30,25)
#171914
(23,25,20)
#12140F
(18,20,15)
#0D0F0A
(13,15,10)
#000000
(0,0,0)

Tints of #3F413C

#3F413C
(63,65,60)
#50524D
(80,82,77)
#61635E
(97,99,94)
#72746F
(114,116,111)
#838580
(131,133,128)
#949691
(148,150,145)
#A5A7A2
(165,167,162)
#B6B8B3
(182,184,179)
#C7C9C4
(199,201,196)
#D8DAD5
(216,218,213)
#E9EBE6
(233,235,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3F413C color. Also use rgb(63,65,60) instead hex code.

Text Font Color

.myTextColor { color: #3F413C; }

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

This text font color is #3F413C.


Background Color

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

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

This div background color is #3F413C.


Border color

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

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

This div border color is #3F413C.


Opacity

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

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

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

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

This text has shadow with #3F413C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3F413C on black background.


Color preview on white background

This text has color #3F413C on white background.



Black color preview on #3F413C background

This text has black color on #3F413C background.


White color preview on #3F413C background

This text has white color on #3F413C background.