COLOR #390107

HEX: #390107
RGB: (57,1,7)

Color info

#390107 contains red, green and blue colors in about the same proportion. Web safe color of #390107 is #330000 (or #300).

RGB color model

#390107 color RGB value is (57,1,7).

  • red value is 57;
  • green value is 1;
  • blue value is 7.
RGB:
(57,1,7)
(22%,0%,3%)

RGB channels and saturation

R 57 of 255 = 22%
G 1 of 255 = 0%
B 7 of 255 = 3%

57
1
7

R + G + B ~ 8%. #390107 is dark color.

Portions of RGB colors in percentages

R + G + B =
57 + 1 + 7 = 65 (100%)
R 57 of 65 ~ 87.69%
G 1 of 65 ~ 1.54%
B 7 of 65 ~ 10.77%

%87.69
%10.77

CMYK color model

#390107 color CMYK value is (0,98,88,78).

  • cyan value is 0.00%
  • magenta value is 98.25%
  • yellow value is 87.72%
  • key color value is 77.65%
CMYK:
(0,98,88,78)
C0M98Y88K78 
(0%,98%,88%,78%)
(0.00/0.98/0.88/0.78)	

CMYK percentages

%0
%98.25
%87.72
%77.65

Codes

Color #390107 in popluar color models

390107
RGB5717
HSL354°96.55%11.37%
HSB/HSV354°98.25%22.35%
CMYK0.00%98.25%87.72%
77.65%

Color #390107 in popluar number systems.

HEX390107
Decimal5717
Binary1110011111
Octal7117

Shades and tints

Shades of #390107

#390107
(57,1,7)
#340107
(52,1,7)
#2F0107
(47,1,7)
#2A0107
(42,1,7)
#250107
(37,1,7)
#200107
(32,1,7)
#1B0107
(27,1,7)
#160107
(22,1,7)
#110107
(17,1,7)
#0C0107
(12,1,7)
#070107
(7,1,7)
#000000
(0,0,0)

Tints of #390107

#390107
(57,1,7)
#4B181D
(75,24,29)
#5D2F33
(93,47,51)
#6F4649
(111,70,73)
#815D5F
(129,93,95)
#937475
(147,116,117)
#A58B8B
(165,139,139)
#B7A2A1
(183,162,161)
#C9B9B7
(201,185,183)
#DBD0CD
(219,208,205)
#EDE7E3
(237,231,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #390107 color. Also use rgb(57,1,7) instead hex code.

Text Font Color

.myTextColor { color: #390107; }

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

This text font color is #390107.


Background Color

.myBgColor { background-color: #390107; }

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

This div background color is #390107.


Border color

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

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

This div border color is #390107.


Opacity

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

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

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

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

This text has shadow with #390107 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #390107 on black background.


Color preview on white background

This text has color #390107 on white background.



Black color preview on #390107 background

This text has black color on #390107 background.


White color preview on #390107 background

This text has white color on #390107 background.