COLOR #0A1730

HEX: #0A1730
RGB: (10,23,48)

Color info

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

RGB color model

#0A1730 color RGB value is (10,23,48).

  • red value is 10;
  • green value is 23;
  • blue value is 48.
RGB:
(10,23,48)
(4%,9%,19%)

RGB channels and saturation

R 10 of 255 = 4%
G 23 of 255 = 9%
B 48 of 255 = 19%

10
23
48

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

Portions of RGB colors in percentages

R + G + B =
10 + 23 + 48 = 81 (100%)
R 10 of 81 ~ 12.35%
G 23 of 81 ~ 28.4%
B 48 of 81 ~ 59.26%

%12.35
%28.4
%59.26

CMYK color model

#0A1730 color CMYK value is (79,52,0,81).

  • cyan value is 79.17%
  • magenta value is 52.08%
  • yellow value is 0.00%
  • key color value is 81.18%
CMYK:
(79,52,0,81)
C79M52Y0K81 
(79%,52%,0%,81%)
(0.79/0.52/0.00/0.81)	

CMYK percentages

%79.17
%52.08
%0
%81.18

Codes

Color #0A1730 in popluar color models

0A1730
RGB102348
HSL219°65.52%11.37%
HSB/HSV219°79.17%18.82%
CMYK79.17%52.08%0.00%
81.18%

Color #0A1730 in popluar number systems.

HEX0A1730
Decimal102348
Binary101010111110000
Octal122760

Shades and tints

Shades of #0A1730

#0A1730
(10,23,48)
#0A152C
(10,21,44)
#0A1328
(10,19,40)
#0A1124
(10,17,36)
#0A0F20
(10,15,32)
#0A0D1C
(10,13,28)
#0A0B18
(10,11,24)
#0A0914
(10,9,20)
#0A0710
(10,7,16)
#0A050C
(10,5,12)
#0A0308
(10,3,8)
#000000
(0,0,0)

Tints of #0A1730

#0A1730
(10,23,48)
#202C42
(32,44,66)
#364154
(54,65,84)
#4C5666
(76,86,102)
#626B78
(98,107,120)
#78808A
(120,128,138)
#8E959C
(142,149,156)
#A4AAAE
(164,170,174)
#BABFC0
(186,191,192)
#D0D4D2
(208,212,210)
#E6E9E4
(230,233,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0A1730 color. Also use rgb(10,23,48) instead hex code.

Text Font Color

.myTextColor { color: #0A1730; }

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

This text font color is #0A1730.


Background Color

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

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

This div background color is #0A1730.


Border color

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

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

This div border color is #0A1730.


Opacity

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

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

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

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

This text has shadow with #0A1730 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0A1730 on black background.


Color preview on white background

This text has color #0A1730 on white background.



Black color preview on #0A1730 background

This text has black color on #0A1730 background.


White color preview on #0A1730 background

This text has white color on #0A1730 background.