COLOR #3F364D

HEX: #3F364D
RGB: (63,54,77)

Color info

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

RGB color model

#3F364D color RGB value is (63,54,77).

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

RGB channels and saturation

R 63 of 255 = 25%
G 54 of 255 = 21%
B 77 of 255 = 30%

63
54
77

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

Portions of RGB colors in percentages

R + G + B =
63 + 54 + 77 = 194 (100%)
R 63 of 194 ~ 32.47%
G 54 of 194 ~ 27.84%
B 77 of 194 ~ 39.69%

%32.47
%27.84
%39.69

CMYK color model

#3F364D color CMYK value is (18,30,0,70).

  • cyan value is 18.18%
  • magenta value is 29.87%
  • yellow value is 0.00%
  • key color value is 69.80%
CMYK:
(18,30,0,70)
C18M30Y0K70 
(18%,30%,0%,70%)
(0.18/0.30/0.00/0.70)	

CMYK percentages

%18.18
%29.87
%0
%69.8

Codes

Color #3F364D in popluar color models

3F364D
RGB635477
HSL263°17.56%25.69%
HSB/HSV263°29.87%30.20%
CMYK18.18%29.87%0.00%
69.80%

Color #3F364D in popluar number systems.

HEX3F364D
Decimal635477
Binary1111111101101001101
Octal7766115

Shades and tints

Shades of #3F364D

#3F364D
(63,54,77)
#3A3246
(58,50,70)
#352E3F
(53,46,63)
#302A38
(48,42,56)
#2B2631
(43,38,49)
#26222A
(38,34,42)
#211E23
(33,30,35)
#1C1A1C
(28,26,28)
#171615
(23,22,21)
#12120E
(18,18,14)
#0D0E07
(13,14,7)
#000000
(0,0,0)

Tints of #3F364D

#3F364D
(63,54,77)
#50485D
(80,72,93)
#615A6D
(97,90,109)
#726C7D
(114,108,125)
#837E8D
(131,126,141)
#94909D
(148,144,157)
#A5A2AD
(165,162,173)
#B6B4BD
(182,180,189)
#C7C6CD
(199,198,205)
#D8D8DD
(216,216,221)
#E9EAED
(233,234,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3F364D; }

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

This text font color is #3F364D.


Background Color

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

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

This div background color is #3F364D.


Border color

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

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

This div border color is #3F364D.


Opacity

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

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

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

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

This text has shadow with #3F364D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3F364D on black background.


Color preview on white background

This text has color #3F364D on white background.



Black color preview on #3F364D background

This text has black color on #3F364D background.


White color preview on #3F364D background

This text has white color on #3F364D background.