COLOR #392740

HEX: #392740
RGB: (57,39,64)

Color info

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

RGB color model

#392740 color RGB value is (57,39,64).

  • red value is 57;
  • green value is 39;
  • blue value is 64.
RGB:
(57,39,64)
(22%,15%,25%)

RGB channels and saturation

R 57 of 255 = 22%
G 39 of 255 = 15%
B 64 of 255 = 25%

57
39
64

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

Portions of RGB colors in percentages

R + G + B =
57 + 39 + 64 = 160 (100%)
R 57 of 160 ~ 35.63%
G 39 of 160 ~ 24.38%
B 64 of 160 ~ 40%

%35.63
%24.38
%40

CMYK color model

#392740 color CMYK value is (11,39,0,75).

  • cyan value is 10.94%
  • magenta value is 39.06%
  • yellow value is 0.00%
  • key color value is 74.90%
CMYK:
(11,39,0,75)
C11M39Y0K75 
(11%,39%,0%,75%)
(0.11/0.39/0.00/0.75)	

CMYK percentages

%10.94
%39.06
%0
%74.9

Codes

Color #392740 in popluar color models

392740
RGB573964
HSL283°24.27%20.20%
HSB/HSV283°39.06%25.10%
CMYK10.94%39.06%0.00%
74.90%

Color #392740 in popluar number systems.

HEX392740
Decimal573964
Binary1110011001111000000
Octal7147100

Shades and tints

Shades of #392740

#392740
(57,39,64)
#34243B
(52,36,59)
#2F2136
(47,33,54)
#2A1E31
(42,30,49)
#251B2C
(37,27,44)
#201827
(32,24,39)
#1B1522
(27,21,34)
#16121D
(22,18,29)
#110F18
(17,15,24)
#0C0C13
(12,12,19)
#07090E
(7,9,14)
#000000
(0,0,0)

Tints of #392740

#392740
(57,39,64)
#4B3A51
(75,58,81)
#5D4D62
(93,77,98)
#6F6073
(111,96,115)
#817384
(129,115,132)
#938695
(147,134,149)
#A599A6
(165,153,166)
#B7ACB7
(183,172,183)
#C9BFC8
(201,191,200)
#DBD2D9
(219,210,217)
#EDE5EA
(237,229,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #392740 color. Also use rgb(57,39,64) instead hex code.

Text Font Color

.myTextColor { color: #392740; }

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

This text font color is #392740.


Background Color

.myBgColor { background-color: #392740; }

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

This div background color is #392740.


Border color

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

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

This div border color is #392740.


Opacity

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

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

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

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

This text has shadow with #392740 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #392740 on black background.


Color preview on white background

This text has color #392740 on white background.



Black color preview on #392740 background

This text has black color on #392740 background.


White color preview on #392740 background

This text has white color on #392740 background.