COLOR #0A0526

HEX: #0A0526 RGB: (10,5,38)

Color info

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

RGB color model

#0A0526 color RGB value is (10,5,38).

RGB: (10,5,38) (4%, 2%, 15%)

RGB channels and saturation

R 10 of 255 = 4%
G 5 of 255 = 2%
B 38 of 255 = 15%

10
5
38

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

Portions of RGB colors in percentages

R + G + B = 10 + 5 + 38 = 53 (100%)
R 10 of 53 ~ 18.87%
G 5 of 53 ~ 9.43%
B 38 of 53 ~ 71.7'%

%18.87
%71.7

CMYK color model

#0A0526 color CMYK value is (74,87,0,85).

  • cyan value is 73.68%
  • magenta value is 86.84%
  • yellow value is 0.00%
  • key color value is 85.10%

CMYK: (74,87,0,85)
C74M87Y0K85 (74%, 87%, 0%, 85%)
(0.74 / 0.87 / 0.00 / 0.85)

CMYK percentages

%73.68
%86.84
%0
%85.1

Codes

Color #0A0526 in popluar color models

0A 05 26
RGB 10 5 38
HSL 249° 76.74% 8.43%
HSB/HSV 249° 86.84% 14.90%
CMYK 73.68% 86.84% 0.00%
85.10%

Color #0A0526 in popluar number systems.

HEX 0A 05 26
Decimal 10 5 38
Binary 1010 101 100110
Octal 12 5 46

Shades and tints

Shades of #0A0526

#0A0526
(10,5,38)
#0A0523
(10,5,35)
#0A0520
(10,5,32)
#0A051D
(10,5,29)
#0A051A
(10,5,26)
#0A0517
(10,5,23)
#0A0514
(10,5,20)
#0A0511
(10,5,17)
#0A050E
(10,5,14)
#0A050B
(10,5,11)
#0A0508
(10,5,8)
#000000
(0,0,0)

Tints of #0A0526

#0A0526
(10,5,38)
#201B39
(32,27,57)
#36314C
(54,49,76)
#4C475F
(76,71,95)
#625D72
(98,93,114)
#787385
(120,115,133)
#8E8998
(142,137,152)
#A49FAB
(164,159,171)
#BAB5BE
(186,181,190)
#D0CBD1
(208,203,209)
#E6E1E4
(230,225,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0A0526; }

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

This text font color is #0A0526.

Background Color

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

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

This div background color is #0A0526.

Border color

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

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

This div border color is #0A0526.

Opacity

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

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

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

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

This text has shadow with #0A0526 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0A0526.

Preview

Color preview on black background

This text has color #0A0526 on black background.


Color preview on white background

This text has color #0A0526 on white background.


Black color preview on #0A0526 background

This text has black color on #0A0526 background.


White color preview on #0A0526 background

This text has white color on #0A0526 background.


Related colors

Complementary color

Complementary color for #hex is #F5FAD9.


I love getcolorcode.com

Triadic colors

1 #260A05 and #05260A with #0A0526 are triadic colors.

2 #26050A and #050A26 with #0A0526 are triadic colors.