COLOR #392F5F

HEX: #392F5F
RGB: (57,47,95)

Color info

#392F5F contains red, green and blue colors in about the same proportion. Web safe color of #392F5F is #333366 (or #336).

RGB color model

#392F5F color RGB value is (57,47,95).

  • red value is 57;
  • green value is 47;
  • blue value is 95.
RGB:
(57,47,95)
(22%,18%,37%)

RGB channels and saturation

R 57 of 255 = 22%
G 47 of 255 = 18%
B 95 of 255 = 37%

57
47
95

R + G + B ~ 26%. #392F5F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
57 + 47 + 95 = 199 (100%)
R 57 of 199 ~ 28.64%
G 47 of 199 ~ 23.62%
B 95 of 199 ~ 47.74%

%28.64
%23.62
%47.74

CMYK color model

#392F5F color CMYK value is (40,51,0,63).

  • cyan value is 40.00%
  • magenta value is 50.53%
  • yellow value is 0.00%
  • key color value is 62.75%
CMYK:
(40,51,0,63)
C40M51Y0K63 
(40%,51%,0%,63%)
(0.40/0.51/0.00/0.63)	

CMYK percentages

%40
%50.53
%0
%62.75

Codes

Color #392F5F in popluar color models

392F5F
RGB574795
HSL253°33.80%27.84%
HSB/HSV253°50.53%37.25%
CMYK40.00%50.53%0.00%
62.75%

Color #392F5F in popluar number systems.

HEX392F5F
Decimal574795
Binary1110011011111011111
Octal7157137

Shades and tints

Shades of #392F5F

#392F5F
(57,47,95)
#342B57
(52,43,87)
#2F274F
(47,39,79)
#2A2347
(42,35,71)
#251F3F
(37,31,63)
#201B37
(32,27,55)
#1B172F
(27,23,47)
#161327
(22,19,39)
#110F1F
(17,15,31)
#0C0B17
(12,11,23)
#07070F
(7,7,15)
#000000
(0,0,0)

Tints of #392F5F

#392F5F
(57,47,95)
#4B416D
(75,65,109)
#5D537B
(93,83,123)
#6F6589
(111,101,137)
#817797
(129,119,151)
#9389A5
(147,137,165)
#A59BB3
(165,155,179)
#B7ADC1
(183,173,193)
#C9BFCF
(201,191,207)
#DBD1DD
(219,209,221)
#EDE3EB
(237,227,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #392F5F color. Also use rgb(57,47,95) instead hex code.

Text Font Color

.myTextColor { color: #392F5F; }

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

This text font color is #392F5F.


Background Color

.myBgColor { background-color: #392F5F; }

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

This div background color is #392F5F.


Border color

.myBorderColor { border: 1px solid #392F5F; }

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

This div border color is #392F5F.


Opacity

.myOpacity80 { color: #392F5F; opacity: 0.8; }

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

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

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

This text has shadow with #392F5F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #392F5F on black background.


Color preview on white background

This text has color #392F5F on white background.



Black color preview on #392F5F background

This text has black color on #392F5F background.


White color preview on #392F5F background

This text has white color on #392F5F background.