COLOR #390512

HEX: #390512 RGB: (57,5,18)

Color info

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

RGB color model

#390512 color RGB value is (57,5,18).

RGB: (57,5,18) (22%, 2%, 7%)

RGB channels and saturation

R 57 of 255 = 22%
G 5 of 255 = 2%
B 18 of 255 = 7%

57
5
18

R + G + B ~ 10%. #390512 is dark color.

Portions of RGB colors in percentages

R + G + B = 57 + 5 + 18 = 80 (100%)
R 57 of 80 ~ 71.25%
G 5 of 80 ~ 6.25%
B 18 of 80 ~ 22.5'%

%71.25
%22.5

CMYK color model

#390512 color CMYK value is (0,91,68,78).

  • cyan value is 0.00%
  • magenta value is 91.23%
  • yellow value is 68.42%
  • key color value is 77.65%

CMYK: (0,91,68,78)
C0M91Y68K78 (0%, 91%, 68%, 78%)
(0.00 / 0.91 / 0.68 / 0.78)

CMYK percentages

%0
%91.23
%68.42
%77.65

Codes

Color #390512 in popluar color models

39 05 12
RGB 57 5 18
HSL 345° 83.87% 12.16%
HSB/HSV 345° 91.23% 22.35%
CMYK 0.00% 91.23% 68.42%
77.65%

Color #390512 in popluar number systems.

HEX 39 05 12
Decimal 57 5 18
Binary 111001 101 10010
Octal 71 5 22

Shades and tints

Shades of #390512

#390512
(57,5,18)
#340511
(52,5,17)
#2F0510
(47,5,16)
#2A050F
(42,5,15)
#25050E
(37,5,14)
#20050D
(32,5,13)
#1B050C
(27,5,12)
#16050B
(22,5,11)
#11050A
(17,5,10)
#0C0509
(12,5,9)
#070508
(7,5,8)
#000000
(0,0,0)

Tints of #390512

#390512
(57,5,18)
#4B1B27
(75,27,39)
#5D313C
(93,49,60)
#6F4751
(111,71,81)
#815D66
(129,93,102)
#93737B
(147,115,123)
#A58990
(165,137,144)
#B79FA5
(183,159,165)
#C9B5BA
(201,181,186)
#DBCBCF
(219,203,207)
#EDE1E4
(237,225,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #390512 color. Also use rgb(57,5,18) instead hex code.

Text Font Color

.myTextColor { color: #390512; }

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

This text font color is #390512.

Background Color

.myBgColor { background-color: #390512; }

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

This div background color is #390512.

Border color

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

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

This div border color is #390512.

Opacity

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

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

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

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

This text has shadow with #390512 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #390512.

Preview

Color preview on black background

This text has color #390512 on black background.


Color preview on white background

This text has color #390512 on white background.


Black color preview on #390512 background

This text has black color on #390512 background.


White color preview on #390512 background

This text has white color on #390512 background.


Related colors

Complementary color

Complementary color for #hex is #C6FAED.


I love getcolorcode.com

Triadic colors

1 #123905 and #051239 with #390512 are triadic colors.

2 #120539 and #053912 with #390512 are triadic colors.