COLOR #390F25

HEX: #390F25 RGB: (57,15,37)

Color info

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

RGB color model

#390F25 color RGB value is (57,15,37).

RGB: (57,15,37) (22%, 6%, 15%)

RGB channels and saturation

R 57 of 255 = 22%
G 15 of 255 = 6%
B 37 of 255 = 15%

57
15
37

R + G + B ~ 14%. #390F25 is dark color.

Portions of RGB colors in percentages

R + G + B = 57 + 15 + 37 = 109 (100%)
R 57 of 109 ~ 52.29%
G 15 of 109 ~ 13.76%
B 37 of 109 ~ 33.94'%

%52.29
%13.76
%33.94

CMYK color model

#390F25 color CMYK value is (0,74,35,78).

  • cyan value is 0.00%
  • magenta value is 73.68%
  • yellow value is 35.09%
  • key color value is 77.65%

CMYK: (0,74,35,78)
C0M74Y35K78 (0%, 74%, 35%, 78%)
(0.00 / 0.74 / 0.35 / 0.78)

CMYK percentages

%0
%73.68
%35.09
%77.65

Codes

Color #390F25 in popluar color models

39 0F 25
RGB 57 15 37
HSL 329° 58.33% 14.12%
HSB/HSV 329° 73.68% 22.35%
CMYK 0.00% 73.68% 35.09%
77.65%

Color #390F25 in popluar number systems.

HEX 39 0F 25
Decimal 57 15 37
Binary 111001 1111 100101
Octal 71 17 45

Shades and tints

Shades of #390F25

#390F25
(57,15,37)
#340E22
(52,14,34)
#2F0D1F
(47,13,31)
#2A0C1C
(42,12,28)
#250B19
(37,11,25)
#200A16
(32,10,22)
#1B0913
(27,9,19)
#160810
(22,8,16)
#11070D
(17,7,13)
#0C060A
(12,6,10)
#070507
(7,5,7)
#000000
(0,0,0)

Tints of #390F25

#390F25
(57,15,37)
#4B2438
(75,36,56)
#5D394B
(93,57,75)
#6F4E5E
(111,78,94)
#816371
(129,99,113)
#937884
(147,120,132)
#A58D97
(165,141,151)
#B7A2AA
(183,162,170)
#C9B7BD
(201,183,189)
#DBCCD0
(219,204,208)
#EDE1E3
(237,225,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #390F25; }

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

This text font color is #390F25.

Background Color

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

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

This div background color is #390F25.

Border color

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

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

This div border color is #390F25.

Opacity

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

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

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

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

This text has shadow with #390F25 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #390F25.

Preview

Color preview on black background

This text has color #390F25 on black background.


Color preview on white background

This text has color #390F25 on white background.


Black color preview on #390F25 background

This text has black color on #390F25 background.


White color preview on #390F25 background

This text has white color on #390F25 background.


Related colors

Complementary color

Complementary color for #hex is #C6F0DA.


I love getcolorcode.com

Triadic colors

1 #25390F and #0F2539 with #390F25 are triadic colors.

2 #250F39 and #0F3925 with #390F25 are triadic colors.