COLOR #0A363A

HEX: #0A363A
RGB: (10,54,58)

Color info

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

RGB color model

#0A363A color RGB value is (10,54,58).

  • red value is 10;
  • green value is 54;
  • blue value is 58.
RGB:
(10,54,58)
(4%,21%,23%)

RGB channels and saturation

R 10 of 255 = 4%
G 54 of 255 = 21%
B 58 of 255 = 23%

10
54
58

R + G + B ~ 16%. #0A363A is dark color.

Portions of RGB colors in percentages

R + G + B =
10 + 54 + 58 = 122 (100%)
R 10 of 122 ~ 8.2%
G 54 of 122 ~ 44.26%
B 58 of 122 ~ 47.54%

%44.26
%47.54

CMYK color model

#0A363A color CMYK value is (83,7,0,77).

  • cyan value is 82.76%
  • magenta value is 6.90%
  • yellow value is 0.00%
  • key color value is 77.25%
CMYK:
(83,7,0,77)
C83M7Y0K77 
(83%,7%,0%,77%)
(0.83/0.07/0.00/0.77)	

CMYK percentages

%82.76
%6.9
%0
%77.25

Codes

Color #0A363A in popluar color models

0A363A
RGB105458
HSL185°70.59%13.33%
HSB/HSV185°82.76%22.75%
CMYK82.76%6.90%0.00%
77.25%

Color #0A363A in popluar number systems.

HEX0A363A
Decimal105458
Binary1010110110111010
Octal126672

Shades and tints

Shades of #0A363A

#0A363A
(10,54,58)
#0A3235
(10,50,53)
#0A2E30
(10,46,48)
#0A2A2B
(10,42,43)
#0A2626
(10,38,38)
#0A2221
(10,34,33)
#0A1E1C
(10,30,28)
#0A1A17
(10,26,23)
#0A1612
(10,22,18)
#0A120D
(10,18,13)
#0A0E08
(10,14,8)
#000000
(0,0,0)

Tints of #0A363A

#0A363A
(10,54,58)
#20484B
(32,72,75)
#365A5C
(54,90,92)
#4C6C6D
(76,108,109)
#627E7E
(98,126,126)
#78908F
(120,144,143)
#8EA2A0
(142,162,160)
#A4B4B1
(164,180,177)
#BAC6C2
(186,198,194)
#D0D8D3
(208,216,211)
#E6EAE4
(230,234,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0A363A color. Also use rgb(10,54,58) instead hex code.

Text Font Color

.myTextColor { color: #0A363A; }

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

This text font color is #0A363A.


Background Color

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

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

This div background color is #0A363A.


Border color

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

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

This div border color is #0A363A.


Opacity

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

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

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

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

This text has shadow with #0A363A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0A363A on black background.


Color preview on white background

This text has color #0A363A on white background.



Black color preview on #0A363A background

This text has black color on #0A363A background.


White color preview on #0A363A background

This text has white color on #0A363A background.