COLOR #0B362E

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

Color info

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

RGB color model

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

RGB: (11,54,46) (4%, 21%, 18%)

RGB channels and saturation

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

11
54
46

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

Portions of RGB colors in percentages

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

%9.91
%48.65
%41.44

CMYK color model

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

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

CMYK percentages

%79.63
%0
%14.81
%78.82

Codes

Color #0B362E in popluar color models

0B 36 2E
RGB 11 54 46
HSL 169° 66.15% 12.75%
HSB/HSV 169° 79.63% 21.18%
CMYK 79.63% 0.00% 14.81%
78.82%

Color #0B362E in popluar number systems.

HEX 0B 36 2E
Decimal 11 54 46
Binary 1011 110110 101110
Octal 13 66 56

Shades and tints

Shades of #0B362E

#0B362E
(11,54,46)
#0A322A
(10,50,42)
#092E26
(9,46,38)
#082A22
(8,42,34)
#07261E
(7,38,30)
#06221A
(6,34,26)
#051E16
(5,30,22)
#041A12
(4,26,18)
#03160E
(3,22,14)
#02120A
(2,18,10)
#010E06
(1,14,6)
#000000
(0,0,0)

Tints of #0B362E

#0B362E
(11,54,46)
#214841
(33,72,65)
#375A54
(55,90,84)
#4D6C67
(77,108,103)
#637E7A
(99,126,122)
#79908D
(121,144,141)
#8FA2A0
(143,162,160)
#A5B4B3
(165,180,179)
#BBC6C6
(187,198,198)
#D1D8D9
(209,216,217)
#E7EAEC
(231,234,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0B362E; }

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

This text font color is #0B362E.

Background Color

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

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

This div background color is #0B362E.

Border color

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

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

This div border color is #0B362E.

Opacity

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

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

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

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

This text has shadow with #0B362E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0B362E.

Preview

Color preview on black background

This text has color #0B362E on black background.


Color preview on white background

This text has color #0B362E on white background.


Black color preview on #0B362E background

This text has black color on #0B362E background.


White color preview on #0B362E background

This text has white color on #0B362E background.


Related colors

Complementary color

Complementary color for #hex is #F4C9D1.


I love getcolorcode.com

Triadic colors

1 #2E0B36 and #362E0B with #0B362E are triadic colors.

2 #2E360B and #360B2E with #0B362E are triadic colors.