COLOR #0B333E

HEX: #0B333E
RGB: (11,51,62)

Color info

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

RGB color model

#0B333E color RGB value is (11,51,62).

  • red value is 11;
  • green value is 51;
  • blue value is 62.
RGB:
(11,51,62)
(4%,20%,24%)

RGB channels and saturation

R 11 of 255 = 4%
G 51 of 255 = 20%
B 62 of 255 = 24%

11
51
62

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

Portions of RGB colors in percentages

R + G + B =
11 + 51 + 62 = 124 (100%)
R 11 of 124 ~ 8.87%
G 51 of 124 ~ 41.13%
B 62 of 124 ~ 50%

%41.13
%50

CMYK color model

#0B333E color CMYK value is (82,18,0,76).

  • cyan value is 82.26%
  • magenta value is 17.74%
  • yellow value is 0.00%
  • key color value is 75.69%
CMYK:
(82,18,0,76)
C82M18Y0K76 
(82%,18%,0%,76%)
(0.82/0.18/0.00/0.76)	

CMYK percentages

%82.26
%17.74
%0
%75.69

Codes

Color #0B333E in popluar color models

0B333E
RGB115162
HSL193°69.86%14.31%
HSB/HSV193°82.26%24.31%
CMYK82.26%17.74%0.00%
75.69%

Color #0B333E in popluar number systems.

HEX0B333E
Decimal115162
Binary1011110011111110
Octal136376

Shades and tints

Shades of #0B333E

#0B333E
(11,51,62)
#0A2F39
(10,47,57)
#092B34
(9,43,52)
#08272F
(8,39,47)
#07232A
(7,35,42)
#061F25
(6,31,37)
#051B20
(5,27,32)
#04171B
(4,23,27)
#031316
(3,19,22)
#020F11
(2,15,17)
#010B0C
(1,11,12)
#000000
(0,0,0)

Tints of #0B333E

#0B333E
(11,51,62)
#21454F
(33,69,79)
#375760
(55,87,96)
#4D6971
(77,105,113)
#637B82
(99,123,130)
#798D93
(121,141,147)
#8F9FA4
(143,159,164)
#A5B1B5
(165,177,181)
#BBC3C6
(187,195,198)
#D1D5D7
(209,213,215)
#E7E7E8
(231,231,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0B333E color. Also use rgb(11,51,62) instead hex code.

Text Font Color

.myTextColor { color: #0B333E; }

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

This text font color is #0B333E.


Background Color

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

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

This div background color is #0B333E.


Border color

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

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

This div border color is #0B333E.


Opacity

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

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

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

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

This text has shadow with #0B333E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0B333E on black background.


Color preview on white background

This text has color #0B333E on white background.



Black color preview on #0B333E background

This text has black color on #0B333E background.


White color preview on #0B333E background

This text has white color on #0B333E background.