COLOR #0B3B4A

HEX: #0B3B4A
RGB: (11,59,74)

Color info

#0B3B4A contains mainly green and blue colors. Web safe color of #0B3B4A is #003333 (or #033).

RGB color model

#0B3B4A color RGB value is (11,59,74).

  • red value is 11;
  • green value is 59;
  • blue value is 74.
RGB:
(11,59,74)
(4%,23%,29%)

RGB channels and saturation

R 11 of 255 = 4%
G 59 of 255 = 23%
B 74 of 255 = 29%

11
59
74

R + G + B ~ 19%. #0B3B4A is dark color.

Portions of RGB colors in percentages

R + G + B =
11 + 59 + 74 = 144 (100%)
R 11 of 144 ~ 7.64%
G 59 of 144 ~ 40.97%
B 74 of 144 ~ 51.39%

%40.97
%51.39

CMYK color model

#0B3B4A color CMYK value is (85,20,0,71).

  • cyan value is 85.14%
  • magenta value is 20.27%
  • yellow value is 0.00%
  • key color value is 70.98%
CMYK:
(85,20,0,71)
C85M20Y0K71 
(85%,20%,0%,71%)
(0.85/0.20/0.00/0.71)	

CMYK percentages

%85.14
%20.27
%0
%70.98

Codes

Color #0B3B4A in popluar color models

0B3B4A
RGB115974
HSL194°74.12%16.67%
HSB/HSV194°85.14%29.02%
CMYK85.14%20.27%0.00%
70.98%

Color #0B3B4A in popluar number systems.

HEX0B3B4A
Decimal115974
Binary10111110111001010
Octal1373112

Shades and tints

Shades of #0B3B4A

#0B3B4A
(11,59,74)
#0A3644
(10,54,68)
#09313E
(9,49,62)
#082C38
(8,44,56)
#072732
(7,39,50)
#06222C
(6,34,44)
#051D26
(5,29,38)
#041820
(4,24,32)
#03131A
(3,19,26)
#020E14
(2,14,20)
#01090E
(1,9,14)
#000000
(0,0,0)

Tints of #0B3B4A

#0B3B4A
(11,59,74)
#214C5A
(33,76,90)
#375D6A
(55,93,106)
#4D6E7A
(77,110,122)
#637F8A
(99,127,138)
#79909A
(121,144,154)
#8FA1AA
(143,161,170)
#A5B2BA
(165,178,186)
#BBC3CA
(187,195,202)
#D1D4DA
(209,212,218)
#E7E5EA
(231,229,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0B3B4A color. Also use rgb(11,59,74) instead hex code.

Text Font Color

.myTextColor { color: #0B3B4A; }

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

This text font color is #0B3B4A.


Background Color

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

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

This div background color is #0B3B4A.


Border color

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

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

This div border color is #0B3B4A.


Opacity

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

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

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

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

This text has shadow with #0B3B4A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0B3B4A on black background.


Color preview on white background

This text has color #0B3B4A on white background.



Black color preview on #0B3B4A background

This text has black color on #0B3B4A background.


White color preview on #0B3B4A background

This text has white color on #0B3B4A background.