COLOR #0A0841

HEX: #0A0841
RGB: (10,8,65)

Color info

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

RGB color model

#0A0841 color RGB value is (10,8,65).

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

RGB channels and saturation

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

10
8
65

R + G + B ~ 11%. #0A0841 is dark color.

Portions of RGB colors in percentages

R + G + B =
10 + 8 + 65 = 83 (100%)
R 10 of 83 ~ 12.05%
G 8 of 83 ~ 9.64%
B 65 of 83 ~ 78.31%

%12.05
%9.64
%78.31

CMYK color model

#0A0841 color CMYK value is (85,88,0,75).

  • cyan value is 84.62%
  • magenta value is 87.69%
  • yellow value is 0.00%
  • key color value is 74.51%
CMYK:
(85,88,0,75)
C85M88Y0K75 
(85%,88%,0%,75%)
(0.85/0.88/0.00/0.75)	

CMYK percentages

%84.62
%87.69
%0
%74.51

Codes

Color #0A0841 in popluar color models

0A0841
RGB10865
HSL242°78.08%14.31%
HSB/HSV242°87.69%25.49%
CMYK84.62%87.69%0.00%
74.51%

Color #0A0841 in popluar number systems.

HEX0A0841
Decimal10865
Binary101010001000001
Octal1210101

Shades and tints

Shades of #0A0841

#0A0841
(10,8,65)
#0A083C
(10,8,60)
#0A0837
(10,8,55)
#0A0832
(10,8,50)
#0A082D
(10,8,45)
#0A0828
(10,8,40)
#0A0823
(10,8,35)
#0A081E
(10,8,30)
#0A0819
(10,8,25)
#0A0814
(10,8,20)
#0A080F
(10,8,15)
#000000
(0,0,0)

Tints of #0A0841

#0A0841
(10,8,65)
#201E52
(32,30,82)
#363463
(54,52,99)
#4C4A74
(76,74,116)
#626085
(98,96,133)
#787696
(120,118,150)
#8E8CA7
(142,140,167)
#A4A2B8
(164,162,184)
#BAB8C9
(186,184,201)
#D0CEDA
(208,206,218)
#E6E4EB
(230,228,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0A0841; }

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

This text font color is #0A0841.


Background Color

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

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

This div background color is #0A0841.


Border color

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

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

This div border color is #0A0841.


Opacity

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

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

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

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

This text has shadow with #0A0841 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0A0841 on black background.


Color preview on white background

This text has color #0A0841 on white background.



Black color preview on #0A0841 background

This text has black color on #0A0841 background.


White color preview on #0A0841 background

This text has white color on #0A0841 background.