COLOR #0B3F4E

HEX: #0B3F4E
RGB: (11,63,78)

Color info

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

RGB color model

#0B3F4E color RGB value is (11,63,78).

  • red value is 11;
  • green value is 63;
  • blue value is 78.
RGB:
(11,63,78)
(4%,25%,31%)

RGB channels and saturation

R 11 of 255 = 4%
G 63 of 255 = 25%
B 78 of 255 = 31%

11
63
78

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

Portions of RGB colors in percentages

R + G + B =
11 + 63 + 78 = 152 (100%)
R 11 of 152 ~ 7.24%
G 63 of 152 ~ 41.45%
B 78 of 152 ~ 51.32%

%41.45
%51.32

CMYK color model

#0B3F4E color CMYK value is (86,19,0,69).

  • cyan value is 85.90%
  • magenta value is 19.23%
  • yellow value is 0.00%
  • key color value is 69.41%
CMYK:
(86,19,0,69)
C86M19Y0K69 
(86%,19%,0%,69%)
(0.86/0.19/0.00/0.69)	

CMYK percentages

%85.9
%19.23
%0
%69.41

Codes

Color #0B3F4E in popluar color models

0B3F4E
RGB116378
HSL193°75.28%17.45%
HSB/HSV193°85.90%30.59%
CMYK85.90%19.23%0.00%
69.41%

Color #0B3F4E in popluar number systems.

HEX0B3F4E
Decimal116378
Binary10111111111001110
Octal1377116

Shades and tints

Shades of #0B3F4E

#0B3F4E
(11,63,78)
#0A3A47
(10,58,71)
#093540
(9,53,64)
#083039
(8,48,57)
#072B32
(7,43,50)
#06262B
(6,38,43)
#052124
(5,33,36)
#041C1D
(4,28,29)
#031716
(3,23,22)
#02120F
(2,18,15)
#010D08
(1,13,8)
#000000
(0,0,0)

Tints of #0B3F4E

#0B3F4E
(11,63,78)
#21505E
(33,80,94)
#37616E
(55,97,110)
#4D727E
(77,114,126)
#63838E
(99,131,142)
#79949E
(121,148,158)
#8FA5AE
(143,165,174)
#A5B6BE
(165,182,190)
#BBC7CE
(187,199,206)
#D1D8DE
(209,216,222)
#E7E9EE
(231,233,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0B3F4E color. Also use rgb(11,63,78) instead hex code.

Text Font Color

.myTextColor { color: #0B3F4E; }

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

This text font color is #0B3F4E.


Background Color

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

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

This div background color is #0B3F4E.


Border color

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

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

This div border color is #0B3F4E.


Opacity

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

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

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

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

This text has shadow with #0B3F4E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0B3F4E on black background.


Color preview on white background

This text has color #0B3F4E on white background.



Black color preview on #0B3F4E background

This text has black color on #0B3F4E background.


White color preview on #0B3F4E background

This text has white color on #0B3F4E background.