COLOR #3F3344

HEX: #3F3344
RGB: (63,51,68)

Color info

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

RGB color model

#3F3344 color RGB value is (63,51,68).

  • red value is 63;
  • green value is 51;
  • blue value is 68.
RGB:
(63,51,68)
(25%,20%,27%)

RGB channels and saturation

R 63 of 255 = 25%
G 51 of 255 = 20%
B 68 of 255 = 27%

63
51
68

R + G + B ~ 24%. #3F3344 is dark color.

Portions of RGB colors in percentages

R + G + B =
63 + 51 + 68 = 182 (100%)
R 63 of 182 ~ 34.62%
G 51 of 182 ~ 28.02%
B 68 of 182 ~ 37.36%

%34.62
%28.02
%37.36

CMYK color model

#3F3344 color CMYK value is (7,25,0,73).

  • cyan value is 7.35%
  • magenta value is 25.00%
  • yellow value is 0.00%
  • key color value is 73.33%
CMYK:
(7,25,0,73)
C7M25Y0K73 
(7%,25%,0%,73%)
(0.07/0.25/0.00/0.73)	

CMYK percentages

%7.35
%25
%0
%73.33

Codes

Color #3F3344 in popluar color models

3F3344
RGB635168
HSL282°14.29%23.33%
HSB/HSV282°25.00%26.67%
CMYK7.35%25.00%0.00%
73.33%

Color #3F3344 in popluar number systems.

HEX3F3344
Decimal635168
Binary1111111100111000100
Octal7763104

Shades and tints

Shades of #3F3344

#3F3344
(63,51,68)
#3A2F3E
(58,47,62)
#352B38
(53,43,56)
#302732
(48,39,50)
#2B232C
(43,35,44)
#261F26
(38,31,38)
#211B20
(33,27,32)
#1C171A
(28,23,26)
#171314
(23,19,20)
#120F0E
(18,15,14)
#0D0B08
(13,11,8)
#000000
(0,0,0)

Tints of #3F3344

#3F3344
(63,51,68)
#504555
(80,69,85)
#615766
(97,87,102)
#726977
(114,105,119)
#837B88
(131,123,136)
#948D99
(148,141,153)
#A59FAA
(165,159,170)
#B6B1BB
(182,177,187)
#C7C3CC
(199,195,204)
#D8D5DD
(216,213,221)
#E9E7EE
(233,231,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3F3344 color. Also use rgb(63,51,68) instead hex code.

Text Font Color

.myTextColor { color: #3F3344; }

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

This text font color is #3F3344.


Background Color

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

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

This div background color is #3F3344.


Border color

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

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

This div border color is #3F3344.


Opacity

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

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

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

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

This text has shadow with #3F3344 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3F3344 on black background.


Color preview on white background

This text has color #3F3344 on white background.



Black color preview on #3F3344 background

This text has black color on #3F3344 background.


White color preview on #3F3344 background

This text has white color on #3F3344 background.