COLOR #0B2E36

HEX: #0B2E36
RGB: (11,46,54)

Color info

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

RGB color model

#0B2E36 color RGB value is (11,46,54).

  • red value is 11;
  • green value is 46;
  • blue value is 54.
RGB:
(11,46,54)
(4%,18%,21%)

RGB channels and saturation

R 11 of 255 = 4%
G 46 of 255 = 18%
B 54 of 255 = 21%

11
46
54

R + G + B ~ 14%. #0B2E36 is dark color.

Portions of RGB colors in percentages

R + G + B =
11 + 46 + 54 = 111 (100%)
R 11 of 111 ~ 9.91%
G 46 of 111 ~ 41.44%
B 54 of 111 ~ 48.65%

%9.91
%41.44
%48.65

CMYK color model

#0B2E36 color CMYK value is (80,15,0,79).

  • cyan value is 79.63%
  • magenta value is 14.81%
  • yellow value is 0.00%
  • key color value is 78.82%
CMYK:
(80,15,0,79)
C80M15Y0K79 
(80%,15%,0%,79%)
(0.80/0.15/0.00/0.79)	

CMYK percentages

%79.63
%14.81
%0
%78.82

Codes

Color #0B2E36 in popluar color models

0B2E36
RGB114654
HSL191°66.15%12.75%
HSB/HSV191°79.63%21.18%
CMYK79.63%14.81%0.00%
78.82%

Color #0B2E36 in popluar number systems.

HEX0B2E36
Decimal114654
Binary1011101110110110
Octal135666

Shades and tints

Shades of #0B2E36

#0B2E36
(11,46,54)
#0A2A32
(10,42,50)
#09262E
(9,38,46)
#08222A
(8,34,42)
#071E26
(7,30,38)
#061A22
(6,26,34)
#05161E
(5,22,30)
#04121A
(4,18,26)
#030E16
(3,14,22)
#020A12
(2,10,18)
#01060E
(1,6,14)
#000000
(0,0,0)

Tints of #0B2E36

#0B2E36
(11,46,54)
#214148
(33,65,72)
#37545A
(55,84,90)
#4D676C
(77,103,108)
#637A7E
(99,122,126)
#798D90
(121,141,144)
#8FA0A2
(143,160,162)
#A5B3B4
(165,179,180)
#BBC6C6
(187,198,198)
#D1D9D8
(209,217,216)
#E7ECEA
(231,236,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0B2E36 color. Also use rgb(11,46,54) instead hex code.

Text Font Color

.myTextColor { color: #0B2E36; }

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

This text font color is #0B2E36.


Background Color

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

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

This div background color is #0B2E36.


Border color

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

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

This div border color is #0B2E36.


Opacity

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

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

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

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

This text has shadow with #0B2E36 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0B2E36 on black background.


Color preview on white background

This text has color #0B2E36 on white background.



Black color preview on #0B2E36 background

This text has black color on #0B2E36 background.


White color preview on #0B2E36 background

This text has white color on #0B2E36 background.