COLOR #0A3343

HEX: #0A3343
RGB: (10,51,67)

Color info

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

RGB color model

#0A3343 color RGB value is (10,51,67).

  • red value is 10;
  • green value is 51;
  • blue value is 67.
RGB:
(10,51,67)
(4%,20%,26%)

RGB channels and saturation

R 10 of 255 = 4%
G 51 of 255 = 20%
B 67 of 255 = 26%

10
51
67

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

Portions of RGB colors in percentages

R + G + B =
10 + 51 + 67 = 128 (100%)
R 10 of 128 ~ 7.81%
G 51 of 128 ~ 39.84%
B 67 of 128 ~ 52.34%

%39.84
%52.34

CMYK color model

#0A3343 color CMYK value is (85,24,0,74).

  • cyan value is 85.07%
  • magenta value is 23.88%
  • yellow value is 0.00%
  • key color value is 73.73%
CMYK:
(85,24,0,74)
C85M24Y0K74 
(85%,24%,0%,74%)
(0.85/0.24/0.00/0.74)	

CMYK percentages

%85.07
%23.88
%0
%73.73

Codes

Color #0A3343 in popluar color models

0A3343
RGB105167
HSL197°74.03%15.10%
HSB/HSV197°85.07%26.27%
CMYK85.07%23.88%0.00%
73.73%

Color #0A3343 in popluar number systems.

HEX0A3343
Decimal105167
Binary10101100111000011
Octal1263103

Shades and tints

Shades of #0A3343

#0A3343
(10,51,67)
#0A2F3D
(10,47,61)
#0A2B37
(10,43,55)
#0A2731
(10,39,49)
#0A232B
(10,35,43)
#0A1F25
(10,31,37)
#0A1B1F
(10,27,31)
#0A1719
(10,23,25)
#0A1313
(10,19,19)
#0A0F0D
(10,15,13)
#0A0B07
(10,11,7)
#000000
(0,0,0)

Tints of #0A3343

#0A3343
(10,51,67)
#204554
(32,69,84)
#365765
(54,87,101)
#4C6976
(76,105,118)
#627B87
(98,123,135)
#788D98
(120,141,152)
#8E9FA9
(142,159,169)
#A4B1BA
(164,177,186)
#BAC3CB
(186,195,203)
#D0D5DC
(208,213,220)
#E6E7ED
(230,231,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0A3343 color. Also use rgb(10,51,67) instead hex code.

Text Font Color

.myTextColor { color: #0A3343; }

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

This text font color is #0A3343.


Background Color

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

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

This div background color is #0A3343.


Border color

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

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

This div border color is #0A3343.


Opacity

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

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

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

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

This text has shadow with #0A3343 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0A3343 on black background.


Color preview on white background

This text has color #0A3343 on white background.



Black color preview on #0A3343 background

This text has black color on #0A3343 background.


White color preview on #0A3343 background

This text has white color on #0A3343 background.