COLOR #0A0326

HEX: #0A0326
RGB: (10,3,38)

Color info

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

RGB color model

#0A0326 color RGB value is (10,3,38).

  • red value is 10;
  • green value is 3;
  • blue value is 38.
RGB:
(10,3,38)
(4%,1%,15%)

RGB channels and saturation

R 10 of 255 = 4%
G 3 of 255 = 1%
B 38 of 255 = 15%

10
3
38

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

Portions of RGB colors in percentages

R + G + B =
10 + 3 + 38 = 51 (100%)
R 10 of 51 ~ 19.61%
G 3 of 51 ~ 5.88%
B 38 of 51 ~ 74.51%

%19.61
%74.51

CMYK color model

#0A0326 color CMYK value is (74,92,0,85).

  • cyan value is 73.68%
  • magenta value is 92.11%
  • yellow value is 0.00%
  • key color value is 85.10%
CMYK:
(74,92,0,85)
C74M92Y0K85 
(74%,92%,0%,85%)
(0.74/0.92/0.00/0.85)	

CMYK percentages

%73.68
%92.11
%0
%85.1

Codes

Color #0A0326 in popluar color models

0A0326
RGB10338
HSL252°85.37%8.04%
HSB/HSV252°92.11%14.90%
CMYK73.68%92.11%0.00%
85.10%

Color #0A0326 in popluar number systems.

HEX0A0326
Decimal10338
Binary101011100110
Octal12346

Shades and tints

Shades of #0A0326

#0A0326
(10,3,38)
#0A0323
(10,3,35)
#0A0320
(10,3,32)
#0A031D
(10,3,29)
#0A031A
(10,3,26)
#0A0317
(10,3,23)
#0A0314
(10,3,20)
#0A0311
(10,3,17)
#0A030E
(10,3,14)
#0A030B
(10,3,11)
#0A0308
(10,3,8)
#000000
(0,0,0)

Tints of #0A0326

#0A0326
(10,3,38)
#201939
(32,25,57)
#362F4C
(54,47,76)
#4C455F
(76,69,95)
#625B72
(98,91,114)
#787185
(120,113,133)
#8E8798
(142,135,152)
#A49DAB
(164,157,171)
#BAB3BE
(186,179,190)
#D0C9D1
(208,201,209)
#E6DFE4
(230,223,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0A0326 color. Also use rgb(10,3,38) instead hex code.

Text Font Color

.myTextColor { color: #0A0326; }

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

This text font color is #0A0326.


Background Color

.myBgColor { background-color: #0A0326; }

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

This div background color is #0A0326.


Border color

.myBorderColor { border: 1px solid #0A0326; }

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

This div border color is #0A0326.


Opacity

.myOpacity80 { color: #0A0326; opacity: 0.8; }

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

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

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

This text has shadow with #0A0326 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0A0326 on black background.


Color preview on white background

This text has color #0A0326 on white background.



Black color preview on #0A0326 background

This text has black color on #0A0326 background.


White color preview on #0A0326 background

This text has white color on #0A0326 background.