COLOR #393344

HEX: #393344
RGB: (57,51,68)

Color info

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

RGB color model

#393344 color RGB value is (57,51,68).

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

RGB channels and saturation

R 57 of 255 = 22%
G 51 of 255 = 20%
B 68 of 255 = 27%

57
51
68

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

Portions of RGB colors in percentages

R + G + B =
57 + 51 + 68 = 176 (100%)
R 57 of 176 ~ 32.39%
G 51 of 176 ~ 28.98%
B 68 of 176 ~ 38.64%

%32.39
%28.98
%38.64

CMYK color model

#393344 color CMYK value is (16,25,0,73).

  • cyan value is 16.18%
  • magenta value is 25.00%
  • yellow value is 0.00%
  • key color value is 73.33%
CMYK:
(16,25,0,73)
C16M25Y0K73 
(16%,25%,0%,73%)
(0.16/0.25/0.00/0.73)	

CMYK percentages

%16.18
%25
%0
%73.33

Codes

Color #393344 in popluar color models

393344
RGB575168
HSL261°14.29%23.33%
HSB/HSV261°25.00%26.67%
CMYK16.18%25.00%0.00%
73.33%

Color #393344 in popluar number systems.

HEX393344
Decimal575168
Binary1110011100111000100
Octal7163104

Shades and tints

Shades of #393344

#393344
(57,51,68)
#342F3E
(52,47,62)
#2F2B38
(47,43,56)
#2A2732
(42,39,50)
#25232C
(37,35,44)
#201F26
(32,31,38)
#1B1B20
(27,27,32)
#16171A
(22,23,26)
#111314
(17,19,20)
#0C0F0E
(12,15,14)
#070B08
(7,11,8)
#000000
(0,0,0)

Tints of #393344

#393344
(57,51,68)
#4B4555
(75,69,85)
#5D5766
(93,87,102)
#6F6977
(111,105,119)
#817B88
(129,123,136)
#938D99
(147,141,153)
#A59FAA
(165,159,170)
#B7B1BB
(183,177,187)
#C9C3CC
(201,195,204)
#DBD5DD
(219,213,221)
#EDE7EE
(237,231,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #393344; }

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

This text font color is #393344.


Background Color

.myBgColor { background-color: #393344; }

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

This div background color is #393344.


Border color

.myBorderColor { border: 1px solid #393344; }

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

This div border color is #393344.


Opacity

.myOpacity80 { color: #393344; opacity: 0.8; }

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

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

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

This text has shadow with #393344 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #393344 on black background.


Color preview on white background

This text has color #393344 on white background.



Black color preview on #393344 background

This text has black color on #393344 background.


White color preview on #393344 background

This text has white color on #393344 background.