COLOR #0A302E

HEX: #0A302E
RGB: (10,48,46)

Color info

#0A302E contains red, green and blue colors in about the same proportion. Web safe color of #0A302E is #003333 (or #033).

RGB color model

#0A302E color RGB value is (10,48,46).

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

RGB channels and saturation

R 10 of 255 = 4%
G 48 of 255 = 19%
B 46 of 255 = 18%

10
48
46

R + G + B ~ 14%. #0A302E is dark color.

Portions of RGB colors in percentages

R + G + B =
10 + 48 + 46 = 104 (100%)
R 10 of 104 ~ 9.62%
G 48 of 104 ~ 46.15%
B 46 of 104 ~ 44.23%

%9.62
%46.15
%44.23

CMYK color model

#0A302E color CMYK value is (79,0,4,81).

  • cyan value is 79.17%
  • magenta value is 0.00%
  • yellow value is 4.17%
  • key color value is 81.18%
CMYK:
(79,0,4,81)
C79M0Y4K81 
(79%,0%,4%,81%)
(0.79/0.00/0.04/0.81)	

CMYK percentages

%79.17
%0
%4.17
%81.18

Codes

Color #0A302E in popluar color models

0A302E
RGB104846
HSL177°65.52%11.37%
HSB/HSV177°79.17%18.82%
CMYK79.17%0.00%4.17%
81.18%

Color #0A302E in popluar number systems.

HEX0A302E
Decimal104846
Binary1010110000101110
Octal126056

Shades and tints

Shades of #0A302E

#0A302E
(10,48,46)
#0A2C2A
(10,44,42)
#0A2826
(10,40,38)
#0A2422
(10,36,34)
#0A201E
(10,32,30)
#0A1C1A
(10,28,26)
#0A1816
(10,24,22)
#0A1412
(10,20,18)
#0A100E
(10,16,14)
#0A0C0A
(10,12,10)
#0A0806
(10,8,6)
#000000
(0,0,0)

Tints of #0A302E

#0A302E
(10,48,46)
#204241
(32,66,65)
#365454
(54,84,84)
#4C6667
(76,102,103)
#62787A
(98,120,122)
#788A8D
(120,138,141)
#8E9CA0
(142,156,160)
#A4AEB3
(164,174,179)
#BAC0C6
(186,192,198)
#D0D2D9
(208,210,217)
#E6E4EC
(230,228,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0A302E; }

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

This text font color is #0A302E.


Background Color

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

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

This div background color is #0A302E.


Border color

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

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

This div border color is #0A302E.


Opacity

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

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

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

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

This text has shadow with #0A302E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0A302E on black background.


Color preview on white background

This text has color #0A302E on white background.



Black color preview on #0A302E background

This text has black color on #0A302E background.


White color preview on #0A302E background

This text has white color on #0A302E background.