COLOR #050325

HEX: #050325
RGB: (5,3,37)

Color info

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

RGB color model

#050325 color RGB value is (5,3,37).

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

RGB channels and saturation

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

5
3
37

R + G + B ~ 6%. #050325 is dark color.

Portions of RGB colors in percentages

R + G + B =
5 + 3 + 37 = 45 (100%)
R 5 of 45 ~ 11.11%
G 3 of 45 ~ 6.67%
B 37 of 45 ~ 82.22%

%11.11
%82.22

CMYK color model

#050325 color CMYK value is (86,92,0,85).

  • cyan value is 86.49%
  • magenta value is 91.89%
  • yellow value is 0.00%
  • key color value is 85.49%
CMYK:
(86,92,0,85)
C86M92Y0K85 
(86%,92%,0%,85%)
(0.86/0.92/0.00/0.85)	

CMYK percentages

%86.49
%91.89
%0
%85.49

Codes

Color #050325 in popluar color models

050325
RGB5337
HSL244°85.00%7.84%
HSB/HSV244°91.89%14.51%
CMYK86.49%91.89%0.00%
85.49%

Color #050325 in popluar number systems.

HEX050325
Decimal5337
Binary10111100101
Octal5345

Shades and tints

Shades of #050325

#050325
(5,3,37)
#050322
(5,3,34)
#05031F
(5,3,31)
#05031C
(5,3,28)
#050319
(5,3,25)
#050316
(5,3,22)
#050313
(5,3,19)
#050310
(5,3,16)
#05030D
(5,3,13)
#05030A
(5,3,10)
#050307
(5,3,7)
#000000
(0,0,0)

Tints of #050325

#050325
(5,3,37)
#1B1938
(27,25,56)
#312F4B
(49,47,75)
#47455E
(71,69,94)
#5D5B71
(93,91,113)
#737184
(115,113,132)
#898797
(137,135,151)
#9F9DAA
(159,157,170)
#B5B3BD
(181,179,189)
#CBC9D0
(203,201,208)
#E1DFE3
(225,223,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #050325; }

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

This text font color is #050325.


Background Color

.myBgColor { background-color: #050325; }

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

This div background color is #050325.


Border color

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

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

This div border color is #050325.


Opacity

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

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

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

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

This text has shadow with #050325 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #050325 on black background.


Color preview on white background

This text has color #050325 on white background.



Black color preview on #050325 background

This text has black color on #050325 background.


White color preview on #050325 background

This text has white color on #050325 background.