COLOR #0A3E47

HEX: #0A3E47
RGB: (10,62,71)

Color info

#0A3E47 contains mainly green and blue colors. Web safe color of #0A3E47 is #003333 (or #033).

RGB color model

#0A3E47 color RGB value is (10,62,71).

  • red value is 10;
  • green value is 62;
  • blue value is 71.
RGB:
(10,62,71)
(4%,24%,28%)

RGB channels and saturation

R 10 of 255 = 4%
G 62 of 255 = 24%
B 71 of 255 = 28%

10
62
71

R + G + B ~ 19%. #0A3E47 is dark color.

Portions of RGB colors in percentages

R + G + B =
10 + 62 + 71 = 143 (100%)
R 10 of 143 ~ 6.99%
G 62 of 143 ~ 43.36%
B 71 of 143 ~ 49.65%

%43.36
%49.65

CMYK color model

#0A3E47 color CMYK value is (86,13,0,72).

  • cyan value is 85.92%
  • magenta value is 12.68%
  • yellow value is 0.00%
  • key color value is 72.16%
CMYK:
(86,13,0,72)
C86M13Y0K72 
(86%,13%,0%,72%)
(0.86/0.13/0.00/0.72)	

CMYK percentages

%85.92
%12.68
%0
%72.16

Codes

Color #0A3E47 in popluar color models

0A3E47
RGB106271
HSL189°75.31%15.88%
HSB/HSV189°85.92%27.84%
CMYK85.92%12.68%0.00%
72.16%

Color #0A3E47 in popluar number systems.

HEX0A3E47
Decimal106271
Binary10101111101000111
Octal1276107

Shades and tints

Shades of #0A3E47

#0A3E47
(10,62,71)
#0A3941
(10,57,65)
#0A343B
(10,52,59)
#0A2F35
(10,47,53)
#0A2A2F
(10,42,47)
#0A2529
(10,37,41)
#0A2023
(10,32,35)
#0A1B1D
(10,27,29)
#0A1617
(10,22,23)
#0A1111
(10,17,17)
#0A0C0B
(10,12,11)
#000000
(0,0,0)

Tints of #0A3E47

#0A3E47
(10,62,71)
#204F57
(32,79,87)
#366067
(54,96,103)
#4C7177
(76,113,119)
#628287
(98,130,135)
#789397
(120,147,151)
#8EA4A7
(142,164,167)
#A4B5B7
(164,181,183)
#BAC6C7
(186,198,199)
#D0D7D7
(208,215,215)
#E6E8E7
(230,232,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0A3E47 color. Also use rgb(10,62,71) instead hex code.

Text Font Color

.myTextColor { color: #0A3E47; }

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

This text font color is #0A3E47.


Background Color

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

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

This div background color is #0A3E47.


Border color

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

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

This div border color is #0A3E47.


Opacity

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

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

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

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

This text has shadow with #0A3E47 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0A3E47 on black background.


Color preview on white background

This text has color #0A3E47 on white background.



Black color preview on #0A3E47 background

This text has black color on #0A3E47 background.


White color preview on #0A3E47 background

This text has white color on #0A3E47 background.