COLOR #0A383A

HEX: #0A383A
RGB: (10,56,58)

Color info

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

RGB color model

#0A383A color RGB value is (10,56,58).

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

RGB channels and saturation

R 10 of 255 = 4%
G 56 of 255 = 22%
B 58 of 255 = 23%

10
56
58

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

Portions of RGB colors in percentages

R + G + B =
10 + 56 + 58 = 124 (100%)
R 10 of 124 ~ 8.06%
G 56 of 124 ~ 45.16%
B 58 of 124 ~ 46.77%

%45.16
%46.77

CMYK color model

#0A383A color CMYK value is (83,3,0,77).

  • cyan value is 82.76%
  • magenta value is 3.45%
  • yellow value is 0.00%
  • key color value is 77.25%
CMYK:
(83,3,0,77)
C83M3Y0K77 
(83%,3%,0%,77%)
(0.83/0.03/0.00/0.77)	

CMYK percentages

%82.76
%3.45
%0
%77.25

Codes

Color #0A383A in popluar color models

0A383A
RGB105658
HSL183°70.59%13.33%
HSB/HSV183°82.76%22.75%
CMYK82.76%3.45%0.00%
77.25%

Color #0A383A in popluar number systems.

HEX0A383A
Decimal105658
Binary1010111000111010
Octal127072

Shades and tints

Shades of #0A383A

#0A383A
(10,56,58)
#0A3335
(10,51,53)
#0A2E30
(10,46,48)
#0A292B
(10,41,43)
#0A2426
(10,36,38)
#0A1F21
(10,31,33)
#0A1A1C
(10,26,28)
#0A1517
(10,21,23)
#0A1012
(10,16,18)
#0A0B0D
(10,11,13)
#0A0608
(10,6,8)
#000000
(0,0,0)

Tints of #0A383A

#0A383A
(10,56,58)
#204A4B
(32,74,75)
#365C5C
(54,92,92)
#4C6E6D
(76,110,109)
#62807E
(98,128,126)
#78928F
(120,146,143)
#8EA4A0
(142,164,160)
#A4B6B1
(164,182,177)
#BAC8C2
(186,200,194)
#D0DAD3
(208,218,211)
#E6ECE4
(230,236,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0A383A; }

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

This text font color is #0A383A.


Background Color

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

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

This div background color is #0A383A.


Border color

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

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

This div border color is #0A383A.


Opacity

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

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

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

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

This text has shadow with #0A383A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0A383A on black background.


Color preview on white background

This text has color #0A383A on white background.



Black color preview on #0A383A background

This text has black color on #0A383A background.


White color preview on #0A383A background

This text has white color on #0A383A background.