COLOR #0B323A

HEX: #0B323A
RGB: (11,50,58)

Color info

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

RGB color model

#0B323A color RGB value is (11,50,58).

  • red value is 11;
  • green value is 50;
  • blue value is 58.
RGB:
(11,50,58)
(4%,20%,23%)

RGB channels and saturation

R 11 of 255 = 4%
G 50 of 255 = 20%
B 58 of 255 = 23%

11
50
58

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

Portions of RGB colors in percentages

R + G + B =
11 + 50 + 58 = 119 (100%)
R 11 of 119 ~ 9.24%
G 50 of 119 ~ 42.02%
B 58 of 119 ~ 48.74%

%42.02
%48.74

CMYK color model

#0B323A color CMYK value is (81,14,0,77).

  • cyan value is 81.03%
  • magenta value is 13.79%
  • yellow value is 0.00%
  • key color value is 77.25%
CMYK:
(81,14,0,77)
C81M14Y0K77 
(81%,14%,0%,77%)
(0.81/0.14/0.00/0.77)	

CMYK percentages

%81.03
%13.79
%0
%77.25

Codes

Color #0B323A in popluar color models

0B323A
RGB115058
HSL190°68.12%13.53%
HSB/HSV190°81.03%22.75%
CMYK81.03%13.79%0.00%
77.25%

Color #0B323A in popluar number systems.

HEX0B323A
Decimal115058
Binary1011110010111010
Octal136272

Shades and tints

Shades of #0B323A

#0B323A
(11,50,58)
#0A2E35
(10,46,53)
#092A30
(9,42,48)
#08262B
(8,38,43)
#072226
(7,34,38)
#061E21
(6,30,33)
#051A1C
(5,26,28)
#041617
(4,22,23)
#031212
(3,18,18)
#020E0D
(2,14,13)
#010A08
(1,10,8)
#000000
(0,0,0)

Tints of #0B323A

#0B323A
(11,50,58)
#21444B
(33,68,75)
#37565C
(55,86,92)
#4D686D
(77,104,109)
#637A7E
(99,122,126)
#798C8F
(121,140,143)
#8F9EA0
(143,158,160)
#A5B0B1
(165,176,177)
#BBC2C2
(187,194,194)
#D1D4D3
(209,212,211)
#E7E6E4
(231,230,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0B323A color. Also use rgb(11,50,58) instead hex code.

Text Font Color

.myTextColor { color: #0B323A; }

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

This text font color is #0B323A.


Background Color

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

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

This div background color is #0B323A.


Border color

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

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

This div border color is #0B323A.


Opacity

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

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

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

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

This text has shadow with #0B323A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0B323A on black background.


Color preview on white background

This text has color #0B323A on white background.



Black color preview on #0B323A background

This text has black color on #0B323A background.


White color preview on #0B323A background

This text has white color on #0B323A background.