COLOR #010325

HEX: #010325
RGB: (1,3,37)

Color info

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

RGB color model

#010325 color RGB value is (1,3,37).

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

RGB channels and saturation

R 1 of 255 = 0%
G 3 of 255 = 1%
B 37 of 255 = 15%

1
3
37

R + G + B ~ 5%. #010325 is dark color.

Portions of RGB colors in percentages

R + G + B =
1 + 3 + 37 = 41 (100%)
R 1 of 41 ~ 2.44%
G 3 of 41 ~ 7.32%
B 37 of 41 ~ 90.24%

%90.24

CMYK color model

#010325 color CMYK value is (97,92,0,85).

  • cyan value is 97.30%
  • magenta value is 91.89%
  • yellow value is 0.00%
  • key color value is 85.49%
CMYK:
(97,92,0,85)
C97M92Y0K85 
(97%,92%,0%,85%)
(0.97/0.92/0.00/0.85)	

CMYK percentages

%97.3
%91.89
%0
%85.49

Codes

Color #010325 in popluar color models

010325
RGB1337
HSL237°94.74%7.45%
HSB/HSV237°97.30%14.51%
CMYK97.30%91.89%0.00%
85.49%

Color #010325 in popluar number systems.

HEX010325
Decimal1337
Binary111100101
Octal1345

Shades and tints

Shades of #010325

#010325
(1,3,37)
#010322
(1,3,34)
#01031F
(1,3,31)
#01031C
(1,3,28)
#010319
(1,3,25)
#010316
(1,3,22)
#010313
(1,3,19)
#010310
(1,3,16)
#01030D
(1,3,13)
#01030A
(1,3,10)
#010307
(1,3,7)
#000000
(0,0,0)

Tints of #010325

#010325
(1,3,37)
#181938
(24,25,56)
#2F2F4B
(47,47,75)
#46455E
(70,69,94)
#5D5B71
(93,91,113)
#747184
(116,113,132)
#8B8797
(139,135,151)
#A29DAA
(162,157,170)
#B9B3BD
(185,179,189)
#D0C9D0
(208,201,208)
#E7DFE3
(231,223,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #010325; }

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

This text font color is #010325.


Background Color

.myBgColor { background-color: #010325; }

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

This div background color is #010325.


Border color

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

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

This div border color is #010325.


Opacity

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

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

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

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

This text has shadow with #010325 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #010325 on black background.


Color preview on white background

This text has color #010325 on white background.



Black color preview on #010325 background

This text has black color on #010325 background.


White color preview on #010325 background

This text has white color on #010325 background.