COLOR #3F363E

HEX: #3F363E
RGB: (63,54,62)

Color info

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

RGB color model

#3F363E color RGB value is (63,54,62).

  • red value is 63;
  • green value is 54;
  • blue value is 62.
RGB:
(63,54,62)
(25%,21%,24%)

RGB channels and saturation

R 63 of 255 = 25%
G 54 of 255 = 21%
B 62 of 255 = 24%

63
54
62

R + G + B ~ 23%. #3F363E is dark color.

Portions of RGB colors in percentages

R + G + B =
63 + 54 + 62 = 179 (100%)
R 63 of 179 ~ 35.2%
G 54 of 179 ~ 30.17%
B 62 of 179 ~ 34.64%

%35.2
%30.17
%34.64

CMYK color model

#3F363E color CMYK value is (0,14,2,75).

  • cyan value is 0.00%
  • magenta value is 14.29%
  • yellow value is 1.59%
  • key color value is 75.29%
CMYK:
(0,14,2,75)
C0M14Y2K75 
(0%,14%,2%,75%)
(0.00/0.14/0.02/0.75)	

CMYK percentages

%0
%14.29
%1.59
%75.29

Codes

Color #3F363E in popluar color models

3F363E
RGB635462
HSL307°7.69%22.94%
HSB/HSV307°14.29%24.71%
CMYK0.00%14.29%1.59%
75.29%

Color #3F363E in popluar number systems.

HEX3F363E
Decimal635462
Binary111111110110111110
Octal776676

Shades and tints

Shades of #3F363E

#3F363E
(63,54,62)
#3A3239
(58,50,57)
#352E34
(53,46,52)
#302A2F
(48,42,47)
#2B262A
(43,38,42)
#262225
(38,34,37)
#211E20
(33,30,32)
#1C1A1B
(28,26,27)
#171616
(23,22,22)
#121211
(18,18,17)
#0D0E0C
(13,14,12)
#000000
(0,0,0)

Tints of #3F363E

#3F363E
(63,54,62)
#50484F
(80,72,79)
#615A60
(97,90,96)
#726C71
(114,108,113)
#837E82
(131,126,130)
#949093
(148,144,147)
#A5A2A4
(165,162,164)
#B6B4B5
(182,180,181)
#C7C6C6
(199,198,198)
#D8D8D7
(216,216,215)
#E9EAE8
(233,234,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3F363E; }

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

This text font color is #3F363E.


Background Color

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

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

This div background color is #3F363E.


Border color

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

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

This div border color is #3F363E.


Opacity

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

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

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

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

This text has shadow with #3F363E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3F363E on black background.


Color preview on white background

This text has color #3F363E on white background.



Black color preview on #3F363E background

This text has black color on #3F363E background.


White color preview on #3F363E background

This text has white color on #3F363E background.