COLOR #0B3D4F

HEX: #0B3D4F
RGB: (11,61,79)

Color info

#0B3D4F contains mainly green and blue colors. Web safe color of #0B3D4F is #003366 (or #036).

RGB color model

#0B3D4F color RGB value is (11,61,79).

  • red value is 11;
  • green value is 61;
  • blue value is 79.
RGB:
(11,61,79)
(4%,24%,31%)

RGB channels and saturation

R 11 of 255 = 4%
G 61 of 255 = 24%
B 79 of 255 = 31%

11
61
79

R + G + B ~ 20%. #0B3D4F is dark color.

Portions of RGB colors in percentages

R + G + B =
11 + 61 + 79 = 151 (100%)
R 11 of 151 ~ 7.28%
G 61 of 151 ~ 40.4%
B 79 of 151 ~ 52.32%

%40.4
%52.32

CMYK color model

#0B3D4F color CMYK value is (86,23,0,69).

  • cyan value is 86.08%
  • magenta value is 22.78%
  • yellow value is 0.00%
  • key color value is 69.02%
CMYK:
(86,23,0,69)
C86M23Y0K69 
(86%,23%,0%,69%)
(0.86/0.23/0.00/0.69)	

CMYK percentages

%86.08
%22.78
%0
%69.02

Codes

Color #0B3D4F in popluar color models

0B3D4F
RGB116179
HSL196°75.56%17.65%
HSB/HSV196°86.08%30.98%
CMYK86.08%22.78%0.00%
69.02%

Color #0B3D4F in popluar number systems.

HEX0B3D4F
Decimal116179
Binary10111111011001111
Octal1375117

Shades and tints

Shades of #0B3D4F

#0B3D4F
(11,61,79)
#0A3848
(10,56,72)
#093341
(9,51,65)
#082E3A
(8,46,58)
#072933
(7,41,51)
#06242C
(6,36,44)
#051F25
(5,31,37)
#041A1E
(4,26,30)
#031517
(3,21,23)
#021010
(2,16,16)
#010B09
(1,11,9)
#000000
(0,0,0)

Tints of #0B3D4F

#0B3D4F
(11,61,79)
#214E5F
(33,78,95)
#375F6F
(55,95,111)
#4D707F
(77,112,127)
#63818F
(99,129,143)
#79929F
(121,146,159)
#8FA3AF
(143,163,175)
#A5B4BF
(165,180,191)
#BBC5CF
(187,197,207)
#D1D6DF
(209,214,223)
#E7E7EF
(231,231,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0B3D4F color. Also use rgb(11,61,79) instead hex code.

Text Font Color

.myTextColor { color: #0B3D4F; }

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

This text font color is #0B3D4F.


Background Color

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

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

This div background color is #0B3D4F.


Border color

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

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

This div border color is #0B3D4F.


Opacity

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

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

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

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

This text has shadow with #0B3D4F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0B3D4F on black background.


Color preview on white background

This text has color #0B3D4F on white background.



Black color preview on #0B3D4F background

This text has black color on #0B3D4F background.


White color preview on #0B3D4F background

This text has white color on #0B3D4F background.