COLOR #0A0525

HEX: #0A0525
RGB: (10,5,37)

Color info

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

RGB color model

#0A0525 color RGB value is (10,5,37).

  • red value is 10;
  • green value is 5;
  • blue value is 37.
RGB:
(10,5,37)
(4%,2%,15%)

RGB channels and saturation

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

10
5
37

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

Portions of RGB colors in percentages

R + G + B =
10 + 5 + 37 = 52 (100%)
R 10 of 52 ~ 19.23%
G 5 of 52 ~ 9.62%
B 37 of 52 ~ 71.15%

%19.23
%9.62
%71.15

CMYK color model

#0A0525 color CMYK value is (73,86,0,85).

  • cyan value is 72.97%
  • magenta value is 86.49%
  • yellow value is 0.00%
  • key color value is 85.49%
CMYK:
(73,86,0,85)
C73M86Y0K85 
(73%,86%,0%,85%)
(0.73/0.86/0.00/0.85)	

CMYK percentages

%72.97
%86.49
%0
%85.49

Codes

Color #0A0525 in popluar color models

0A0525
RGB10537
HSL249°76.19%8.24%
HSB/HSV249°86.49%14.51%
CMYK72.97%86.49%0.00%
85.49%

Color #0A0525 in popluar number systems.

HEX0A0525
Decimal10537
Binary1010101100101
Octal12545

Shades and tints

Shades of #0A0525

#0A0525
(10,5,37)
#0A0522
(10,5,34)
#0A051F
(10,5,31)
#0A051C
(10,5,28)
#0A0519
(10,5,25)
#0A0516
(10,5,22)
#0A0513
(10,5,19)
#0A0510
(10,5,16)
#0A050D
(10,5,13)
#0A050A
(10,5,10)
#0A0507
(10,5,7)
#000000
(0,0,0)

Tints of #0A0525

#0A0525
(10,5,37)
#201B38
(32,27,56)
#36314B
(54,49,75)
#4C475E
(76,71,94)
#625D71
(98,93,113)
#787384
(120,115,132)
#8E8997
(142,137,151)
#A49FAA
(164,159,170)
#BAB5BD
(186,181,189)
#D0CBD0
(208,203,208)
#E6E1E3
(230,225,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0A0525; }

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

This text font color is #0A0525.


Background Color

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

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

This div background color is #0A0525.


Border color

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

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

This div border color is #0A0525.


Opacity

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

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

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

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

This text has shadow with #0A0525 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0A0525 on black background.


Color preview on white background

This text has color #0A0525 on white background.



Black color preview on #0A0525 background

This text has black color on #0A0525 background.


White color preview on #0A0525 background

This text has white color on #0A0525 background.