COLOR #0A0341

HEX: #0A0341
RGB: (10,3,65)

Color info

#0A0341 contains mainly red and blue colors. Web safe color of #0A0341 is #000033 (or #003).

RGB color model

#0A0341 color RGB value is (10,3,65).

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

RGB channels and saturation

R 10 of 255 = 4%
G 3 of 255 = 1%
B 65 of 255 = 25%

10
3
65

R + G + B ~ 10%. #0A0341 is dark color.

Portions of RGB colors in percentages

R + G + B =
10 + 3 + 65 = 78 (100%)
R 10 of 78 ~ 12.82%
G 3 of 78 ~ 3.85%
B 65 of 78 ~ 83.33%

%12.82
%83.33

CMYK color model

#0A0341 color CMYK value is (85,95,0,75).

  • cyan value is 84.62%
  • magenta value is 95.38%
  • yellow value is 0.00%
  • key color value is 74.51%
CMYK:
(85,95,0,75)
C85M95Y0K75 
(85%,95%,0%,75%)
(0.85/0.95/0.00/0.75)	

CMYK percentages

%84.62
%95.38
%0
%74.51

Codes

Color #0A0341 in popluar color models

0A0341
RGB10365
HSL247°91.18%13.33%
HSB/HSV247°95.38%25.49%
CMYK84.62%95.38%0.00%
74.51%

Color #0A0341 in popluar number systems.

HEX0A0341
Decimal10365
Binary1010111000001
Octal123101

Shades and tints

Shades of #0A0341

#0A0341
(10,3,65)
#0A033C
(10,3,60)
#0A0337
(10,3,55)
#0A0332
(10,3,50)
#0A032D
(10,3,45)
#0A0328
(10,3,40)
#0A0323
(10,3,35)
#0A031E
(10,3,30)
#0A0319
(10,3,25)
#0A0314
(10,3,20)
#0A030F
(10,3,15)
#000000
(0,0,0)

Tints of #0A0341

#0A0341
(10,3,65)
#201952
(32,25,82)
#362F63
(54,47,99)
#4C4574
(76,69,116)
#625B85
(98,91,133)
#787196
(120,113,150)
#8E87A7
(142,135,167)
#A49DB8
(164,157,184)
#BAB3C9
(186,179,201)
#D0C9DA
(208,201,218)
#E6DFEB
(230,223,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0A0341; }

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

This text font color is #0A0341.


Background Color

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

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

This div background color is #0A0341.


Border color

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

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

This div border color is #0A0341.


Opacity

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

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

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

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

This text has shadow with #0A0341 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0A0341 on black background.


Color preview on white background

This text has color #0A0341 on white background.



Black color preview on #0A0341 background

This text has black color on #0A0341 background.


White color preview on #0A0341 background

This text has white color on #0A0341 background.