COLOR #0B3746

HEX: #0B3746
RGB: (11,55,70)

Color info

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

RGB color model

#0B3746 color RGB value is (11,55,70).

  • red value is 11;
  • green value is 55;
  • blue value is 70.
RGB:
(11,55,70)
(4%,22%,27%)

RGB channels and saturation

R 11 of 255 = 4%
G 55 of 255 = 22%
B 70 of 255 = 27%

11
55
70

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

Portions of RGB colors in percentages

R + G + B =
11 + 55 + 70 = 136 (100%)
R 11 of 136 ~ 8.09%
G 55 of 136 ~ 40.44%
B 70 of 136 ~ 51.47%

%40.44
%51.47

CMYK color model

#0B3746 color CMYK value is (84,21,0,73).

  • cyan value is 84.29%
  • magenta value is 21.43%
  • yellow value is 0.00%
  • key color value is 72.55%
CMYK:
(84,21,0,73)
C84M21Y0K73 
(84%,21%,0%,73%)
(0.84/0.21/0.00/0.73)	

CMYK percentages

%84.29
%21.43
%0
%72.55

Codes

Color #0B3746 in popluar color models

0B3746
RGB115570
HSL195°72.84%15.88%
HSB/HSV195°84.29%27.45%
CMYK84.29%21.43%0.00%
72.55%

Color #0B3746 in popluar number systems.

HEX0B3746
Decimal115570
Binary10111101111000110
Octal1367106

Shades and tints

Shades of #0B3746

#0B3746
(11,55,70)
#0A3240
(10,50,64)
#092D3A
(9,45,58)
#082834
(8,40,52)
#07232E
(7,35,46)
#061E28
(6,30,40)
#051922
(5,25,34)
#04141C
(4,20,28)
#030F16
(3,15,22)
#020A10
(2,10,16)
#01050A
(1,5,10)
#000000
(0,0,0)

Tints of #0B3746

#0B3746
(11,55,70)
#214956
(33,73,86)
#375B66
(55,91,102)
#4D6D76
(77,109,118)
#637F86
(99,127,134)
#799196
(121,145,150)
#8FA3A6
(143,163,166)
#A5B5B6
(165,181,182)
#BBC7C6
(187,199,198)
#D1D9D6
(209,217,214)
#E7EBE6
(231,235,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0B3746 color. Also use rgb(11,55,70) instead hex code.

Text Font Color

.myTextColor { color: #0B3746; }

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

This text font color is #0B3746.


Background Color

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

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

This div background color is #0B3746.


Border color

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

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

This div border color is #0B3746.


Opacity

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

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

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

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

This text has shadow with #0B3746 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0B3746 on black background.


Color preview on white background

This text has color #0B3746 on white background.



Black color preview on #0B3746 background

This text has black color on #0B3746 background.


White color preview on #0B3746 background

This text has white color on #0B3746 background.