COLOR #050725

HEX: #050725
RGB: (5,7,37)

Color info

#050725 contains red, green and blue colors in about the same proportion. Web safe color of #050725 is #000033 (or #003).

RGB color model

#050725 color RGB value is (5,7,37).

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

RGB channels and saturation

R 5 of 255 = 2%
G 7 of 255 = 3%
B 37 of 255 = 15%

5
7
37

R + G + B ~ 7%. #050725 is dark color.

Portions of RGB colors in percentages

R + G + B =
5 + 7 + 37 = 49 (100%)
R 5 of 49 ~ 10.2%
G 7 of 49 ~ 14.29%
B 37 of 49 ~ 75.51%

%10.2
%14.29
%75.51

CMYK color model

#050725 color CMYK value is (86,81,0,85).

  • cyan value is 86.49%
  • magenta value is 81.08%
  • yellow value is 0.00%
  • key color value is 85.49%
CMYK:
(86,81,0,85)
C86M81Y0K85 
(86%,81%,0%,85%)
(0.86/0.81/0.00/0.85)	

CMYK percentages

%86.49
%81.08
%0
%85.49

Codes

Color #050725 in popluar color models

050725
RGB5737
HSL236°76.19%8.24%
HSB/HSV236°86.49%14.51%
CMYK86.49%81.08%0.00%
85.49%

Color #050725 in popluar number systems.

HEX050725
Decimal5737
Binary101111100101
Octal5745

Shades and tints

Shades of #050725

#050725
(5,7,37)
#050722
(5,7,34)
#05071F
(5,7,31)
#05071C
(5,7,28)
#050719
(5,7,25)
#050716
(5,7,22)
#050713
(5,7,19)
#050710
(5,7,16)
#05070D
(5,7,13)
#05070A
(5,7,10)
#050707
(5,7,7)
#000000
(0,0,0)

Tints of #050725

#050725
(5,7,37)
#1B1D38
(27,29,56)
#31334B
(49,51,75)
#47495E
(71,73,94)
#5D5F71
(93,95,113)
#737584
(115,117,132)
#898B97
(137,139,151)
#9FA1AA
(159,161,170)
#B5B7BD
(181,183,189)
#CBCDD0
(203,205,208)
#E1E3E3
(225,227,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #050725; }

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

This text font color is #050725.


Background Color

.myBgColor { background-color: #050725; }

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

This div background color is #050725.


Border color

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

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

This div border color is #050725.


Opacity

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

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

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

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

This text has shadow with #050725 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #050725 on black background.


Color preview on white background

This text has color #050725 on white background.



Black color preview on #050725 background

This text has black color on #050725 background.


White color preview on #050725 background

This text has white color on #050725 background.