COLOR #0B3C44

HEX: #0B3C44
RGB: (11,60,68)

Color info

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

RGB color model

#0B3C44 color RGB value is (11,60,68).

  • red value is 11;
  • green value is 60;
  • blue value is 68.
RGB:
(11,60,68)
(4%,24%,27%)

RGB channels and saturation

R 11 of 255 = 4%
G 60 of 255 = 24%
B 68 of 255 = 27%

11
60
68

R + G + B ~ 18%. #0B3C44 is dark color.

Portions of RGB colors in percentages

R + G + B =
11 + 60 + 68 = 139 (100%)
R 11 of 139 ~ 7.91%
G 60 of 139 ~ 43.17%
B 68 of 139 ~ 48.92%

%43.17
%48.92

CMYK color model

#0B3C44 color CMYK value is (84,12,0,73).

  • cyan value is 83.82%
  • magenta value is 11.76%
  • yellow value is 0.00%
  • key color value is 73.33%
CMYK:
(84,12,0,73)
C84M12Y0K73 
(84%,12%,0%,73%)
(0.84/0.12/0.00/0.73)	

CMYK percentages

%83.82
%11.76
%0
%73.33

Codes

Color #0B3C44 in popluar color models

0B3C44
RGB116068
HSL188°72.15%15.49%
HSB/HSV188°83.82%26.67%
CMYK83.82%11.76%0.00%
73.33%

Color #0B3C44 in popluar number systems.

HEX0B3C44
Decimal116068
Binary10111111001000100
Octal1374104

Shades and tints

Shades of #0B3C44

#0B3C44
(11,60,68)
#0A373E
(10,55,62)
#093238
(9,50,56)
#082D32
(8,45,50)
#07282C
(7,40,44)
#062326
(6,35,38)
#051E20
(5,30,32)
#04191A
(4,25,26)
#031414
(3,20,20)
#020F0E
(2,15,14)
#010A08
(1,10,8)
#000000
(0,0,0)

Tints of #0B3C44

#0B3C44
(11,60,68)
#214D55
(33,77,85)
#375E66
(55,94,102)
#4D6F77
(77,111,119)
#638088
(99,128,136)
#799199
(121,145,153)
#8FA2AA
(143,162,170)
#A5B3BB
(165,179,187)
#BBC4CC
(187,196,204)
#D1D5DD
(209,213,221)
#E7E6EE
(231,230,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0B3C44 color. Also use rgb(11,60,68) instead hex code.

Text Font Color

.myTextColor { color: #0B3C44; }

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

This text font color is #0B3C44.


Background Color

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

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

This div background color is #0B3C44.


Border color

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

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

This div border color is #0B3C44.


Opacity

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

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

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

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

This text has shadow with #0B3C44 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0B3C44 on black background.


Color preview on white background

This text has color #0B3C44 on white background.



Black color preview on #0B3C44 background

This text has black color on #0B3C44 background.


White color preview on #0B3C44 background

This text has white color on #0B3C44 background.