COLOR #393334

HEX: #393334
RGB: (57,51,52)

Color info

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

RGB color model

#393334 color RGB value is (57,51,52).

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

RGB channels and saturation

R 57 of 255 = 22%
G 51 of 255 = 20%
B 52 of 255 = 20%

57
51
52

R + G + B ~ 21%. #393334 is dark color.

Portions of RGB colors in percentages

R + G + B =
57 + 51 + 52 = 160 (100%)
R 57 of 160 ~ 35.63%
G 51 of 160 ~ 31.88%
B 52 of 160 ~ 32.5%

%35.63
%31.88
%32.5

CMYK color model

#393334 color CMYK value is (0,11,9,78).

  • cyan value is 0.00%
  • magenta value is 10.53%
  • yellow value is 8.77%
  • key color value is 77.65%
CMYK:
(0,11,9,78)
C0M11Y9K78 
(0%,11%,9%,78%)
(0.00/0.11/0.09/0.78)	

CMYK percentages

%0
%10.53
%8.77
%77.65

Codes

Color #393334 in popluar color models

393334
RGB575152
HSL350°5.56%21.18%
HSB/HSV350°10.53%22.35%
CMYK0.00%10.53%8.77%
77.65%

Color #393334 in popluar number systems.

HEX393334
Decimal575152
Binary111001110011110100
Octal716364

Shades and tints

Shades of #393334

#393334
(57,51,52)
#342F30
(52,47,48)
#2F2B2C
(47,43,44)
#2A2728
(42,39,40)
#252324
(37,35,36)
#201F20
(32,31,32)
#1B1B1C
(27,27,28)
#161718
(22,23,24)
#111314
(17,19,20)
#0C0F10
(12,15,16)
#070B0C
(7,11,12)
#000000
(0,0,0)

Tints of #393334

#393334
(57,51,52)
#4B4546
(75,69,70)
#5D5758
(93,87,88)
#6F696A
(111,105,106)
#817B7C
(129,123,124)
#938D8E
(147,141,142)
#A59FA0
(165,159,160)
#B7B1B2
(183,177,178)
#C9C3C4
(201,195,196)
#DBD5D6
(219,213,214)
#EDE7E8
(237,231,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #393334; }

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

This text font color is #393334.


Background Color

.myBgColor { background-color: #393334; }

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

This div background color is #393334.


Border color

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

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

This div border color is #393334.


Opacity

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

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

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

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

This text has shadow with #393334 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #393334 on black background.


Color preview on white background

This text has color #393334 on white background.



Black color preview on #393334 background

This text has black color on #393334 background.


White color preview on #393334 background

This text has white color on #393334 background.