COLOR #392241

HEX: #392241 RGB: (57,34,65)

Color info

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

RGB color model

#392241 color RGB value is (57,34,65).

RGB: (57,34,65) (22%, 13%, 25%)

RGB channels and saturation

R 57 of 255 = 22%
G 34 of 255 = 13%
B 65 of 255 = 25%

57
34
65

R + G + B ~ 20%. #392241 is dark color.

Portions of RGB colors in percentages

R + G + B = 57 + 34 + 65 = 156 (100%)
R 57 of 156 ~ 36.54%
G 34 of 156 ~ 21.79%
B 65 of 156 ~ 41.67'%

%36.54
%21.79
%41.67

CMYK color model

#392241 color CMYK value is (12,48,0,75).

  • cyan value is 12.31%
  • magenta value is 47.69%
  • yellow value is 0.00%
  • key color value is 74.51%

CMYK: (12,48,0,75)
C12M48Y0K75 (12%, 48%, 0%, 75%)
(0.12 / 0.48 / 0.00 / 0.75)

CMYK percentages

%12.31
%47.69
%0
%74.51

Codes

Color #392241 in popluar color models

39 22 41
RGB 57 34 65
HSL 285° 31.31% 19.41%
HSB/HSV 285° 47.69% 25.49%
CMYK 12.31% 47.69% 0.00%
74.51%

Color #392241 in popluar number systems.

HEX 39 22 41
Decimal 57 34 65
Binary 111001 100010 1000001
Octal 71 42 101

Shades and tints

Shades of #392241

#392241
(57,34,65)
#341F3C
(52,31,60)
#2F1C37
(47,28,55)
#2A1932
(42,25,50)
#25162D
(37,22,45)
#201328
(32,19,40)
#1B1023
(27,16,35)
#160D1E
(22,13,30)
#110A19
(17,10,25)
#0C0714
(12,7,20)
#07040F
(7,4,15)
#000000
(0,0,0)

Tints of #392241

#392241
(57,34,65)
#4B3652
(75,54,82)
#5D4A63
(93,74,99)
#6F5E74
(111,94,116)
#817285
(129,114,133)
#938696
(147,134,150)
#A59AA7
(165,154,167)
#B7AEB8
(183,174,184)
#C9C2C9
(201,194,201)
#DBD6DA
(219,214,218)
#EDEAEB
(237,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #392241 color. Also use rgb(57,34,65) instead hex code.

Text Font Color

.myTextColor { color: #392241; }

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

This text font color is #392241.

Background Color

.myBgColor { background-color: #392241; }

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

This div background color is #392241.

Border color

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

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

This div border color is #392241.

Opacity

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

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

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

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

This text has shadow with #392241 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #392241.

Preview

Color preview on black background

This text has color #392241 on black background.


Color preview on white background

This text has color #392241 on white background.


Black color preview on #392241 background

This text has black color on #392241 background.


White color preview on #392241 background

This text has white color on #392241 background.


Related colors

Complementary color

Complementary color for #hex is #C6DDBE.


I love getcolorcode.com

Triadic colors

1 #413922 and #224139 with #392241 are triadic colors.

2 #412239 and #223941 with #392241 are triadic colors.