COLOR #390725

HEX: #390725
RGB: (57,7,37)

Color info

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

RGB color model

#390725 color RGB value is (57,7,37).

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

RGB channels and saturation

R 57 of 255 = 22%
G 7 of 255 = 3%
B 37 of 255 = 15%

57
7
37

R + G + B ~ 13%. #390725 is dark color.

Portions of RGB colors in percentages

R + G + B =
57 + 7 + 37 = 101 (100%)
R 57 of 101 ~ 56.44%
G 7 of 101 ~ 6.93%
B 37 of 101 ~ 36.63%

%56.44
%36.63

CMYK color model

#390725 color CMYK value is (0,88,35,78).

  • cyan value is 0.00%
  • magenta value is 87.72%
  • yellow value is 35.09%
  • key color value is 77.65%
CMYK:
(0,88,35,78)
C0M88Y35K78 
(0%,88%,35%,78%)
(0.00/0.88/0.35/0.78)	

CMYK percentages

%0
%87.72
%35.09
%77.65

Codes

Color #390725 in popluar color models

390725
RGB57737
HSL324°78.13%12.55%
HSB/HSV324°87.72%22.35%
CMYK0.00%87.72%35.09%
77.65%

Color #390725 in popluar number systems.

HEX390725
Decimal57737
Binary111001111100101
Octal71745

Shades and tints

Shades of #390725

#390725
(57,7,37)
#340722
(52,7,34)
#2F071F
(47,7,31)
#2A071C
(42,7,28)
#250719
(37,7,25)
#200716
(32,7,22)
#1B0713
(27,7,19)
#160710
(22,7,16)
#11070D
(17,7,13)
#0C070A
(12,7,10)
#070707
(7,7,7)
#000000
(0,0,0)

Tints of #390725

#390725
(57,7,37)
#4B1D38
(75,29,56)
#5D334B
(93,51,75)
#6F495E
(111,73,94)
#815F71
(129,95,113)
#937584
(147,117,132)
#A58B97
(165,139,151)
#B7A1AA
(183,161,170)
#C9B7BD
(201,183,189)
#DBCDD0
(219,205,208)
#EDE3E3
(237,227,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #390725; }

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

This text font color is #390725.


Background Color

.myBgColor { background-color: #390725; }

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

This div background color is #390725.


Border color

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

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

This div border color is #390725.


Opacity

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

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

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

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

This text has shadow with #390725 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #390725 on black background.


Color preview on white background

This text has color #390725 on white background.



Black color preview on #390725 background

This text has black color on #390725 background.


White color preview on #390725 background

This text has white color on #390725 background.