COLOR #0A373D

HEX: #0A373D
RGB: (10,55,61)

Color info

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

RGB color model

#0A373D color RGB value is (10,55,61).

  • red value is 10;
  • green value is 55;
  • blue value is 61.
RGB:
(10,55,61)
(4%,22%,24%)

RGB channels and saturation

R 10 of 255 = 4%
G 55 of 255 = 22%
B 61 of 255 = 24%

10
55
61

R + G + B ~ 17%. #0A373D is dark color.

Portions of RGB colors in percentages

R + G + B =
10 + 55 + 61 = 126 (100%)
R 10 of 126 ~ 7.94%
G 55 of 126 ~ 43.65%
B 61 of 126 ~ 48.41%

%43.65
%48.41

CMYK color model

#0A373D color CMYK value is (84,10,0,76).

  • cyan value is 83.61%
  • magenta value is 9.84%
  • yellow value is 0.00%
  • key color value is 76.08%
CMYK:
(84,10,0,76)
C84M10Y0K76 
(84%,10%,0%,76%)
(0.84/0.10/0.00/0.76)	

CMYK percentages

%83.61
%9.84
%0
%76.08

Codes

Color #0A373D in popluar color models

0A373D
RGB105561
HSL187°71.83%13.92%
HSB/HSV187°83.61%23.92%
CMYK83.61%9.84%0.00%
76.08%

Color #0A373D in popluar number systems.

HEX0A373D
Decimal105561
Binary1010110111111101
Octal126775

Shades and tints

Shades of #0A373D

#0A373D
(10,55,61)
#0A3238
(10,50,56)
#0A2D33
(10,45,51)
#0A282E
(10,40,46)
#0A2329
(10,35,41)
#0A1E24
(10,30,36)
#0A191F
(10,25,31)
#0A141A
(10,20,26)
#0A0F15
(10,15,21)
#0A0A10
(10,10,16)
#0A050B
(10,5,11)
#000000
(0,0,0)

Tints of #0A373D

#0A373D
(10,55,61)
#20494E
(32,73,78)
#365B5F
(54,91,95)
#4C6D70
(76,109,112)
#627F81
(98,127,129)
#789192
(120,145,146)
#8EA3A3
(142,163,163)
#A4B5B4
(164,181,180)
#BAC7C5
(186,199,197)
#D0D9D6
(208,217,214)
#E6EBE7
(230,235,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0A373D color. Also use rgb(10,55,61) instead hex code.

Text Font Color

.myTextColor { color: #0A373D; }

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

This text font color is #0A373D.


Background Color

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

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

This div background color is #0A373D.


Border color

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

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

This div border color is #0A373D.


Opacity

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

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

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

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

This text has shadow with #0A373D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0A373D on black background.


Color preview on white background

This text has color #0A373D on white background.



Black color preview on #0A373D background

This text has black color on #0A373D background.


White color preview on #0A373D background

This text has white color on #0A373D background.