COLOR #390F31

HEX: #390F31
RGB: (57,15,49)

Color info

#390F31 contains red, green and blue colors in about the same proportion. Web safe color of #390F31 is #330033 (or #303).

RGB color model

#390F31 color RGB value is (57,15,49).

  • red value is 57;
  • green value is 15;
  • blue value is 49.
RGB:
(57,15,49)
(22%,6%,19%)

RGB channels and saturation

R 57 of 255 = 22%
G 15 of 255 = 6%
B 49 of 255 = 19%

57
15
49

R + G + B ~ 16%. #390F31 is dark color.

Portions of RGB colors in percentages

R + G + B =
57 + 15 + 49 = 121 (100%)
R 57 of 121 ~ 47.11%
G 15 of 121 ~ 12.4%
B 49 of 121 ~ 40.5%

%47.11
%12.4
%40.5

CMYK color model

#390F31 color CMYK value is (0,74,14,78).

  • cyan value is 0.00%
  • magenta value is 73.68%
  • yellow value is 14.04%
  • key color value is 77.65%
CMYK:
(0,74,14,78)
C0M74Y14K78 
(0%,74%,14%,78%)
(0.00/0.74/0.14/0.78)	

CMYK percentages

%0
%73.68
%14.04
%77.65

Codes

Color #390F31 in popluar color models

390F31
RGB571549
HSL311°58.33%14.12%
HSB/HSV311°73.68%22.35%
CMYK0.00%73.68%14.04%
77.65%

Color #390F31 in popluar number systems.

HEX390F31
Decimal571549
Binary1110011111110001
Octal711761

Shades and tints

Shades of #390F31

#390F31
(57,15,49)
#340E2D
(52,14,45)
#2F0D29
(47,13,41)
#2A0C25
(42,12,37)
#250B21
(37,11,33)
#200A1D
(32,10,29)
#1B0919
(27,9,25)
#160815
(22,8,21)
#110711
(17,7,17)
#0C060D
(12,6,13)
#070509
(7,5,9)
#000000
(0,0,0)

Tints of #390F31

#390F31
(57,15,49)
#4B2443
(75,36,67)
#5D3955
(93,57,85)
#6F4E67
(111,78,103)
#816379
(129,99,121)
#93788B
(147,120,139)
#A58D9D
(165,141,157)
#B7A2AF
(183,162,175)
#C9B7C1
(201,183,193)
#DBCCD3
(219,204,211)
#EDE1E5
(237,225,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #390F31 color. Also use rgb(57,15,49) instead hex code.

Text Font Color

.myTextColor { color: #390F31; }

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

This text font color is #390F31.


Background Color

.myBgColor { background-color: #390F31; }

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

This div background color is #390F31.


Border color

.myBorderColor { border: 1px solid #390F31; }

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

This div border color is #390F31.


Opacity

.myOpacity80 { color: #390F31; opacity: 0.8; }

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

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

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

This text has shadow with #390F31 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #390F31 on black background.


Color preview on white background

This text has color #390F31 on white background.



Black color preview on #390F31 background

This text has black color on #390F31 background.


White color preview on #390F31 background

This text has white color on #390F31 background.