COLOR #0B3750

HEX: #0B3750
RGB: (11,55,80)

Color info

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

RGB color model

#0B3750 color RGB value is (11,55,80).

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

RGB channels and saturation

R 11 of 255 = 4%
G 55 of 255 = 22%
B 80 of 255 = 31%

11
55
80

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

Portions of RGB colors in percentages

R + G + B =
11 + 55 + 80 = 146 (100%)
R 11 of 146 ~ 7.53%
G 55 of 146 ~ 37.67%
B 80 of 146 ~ 54.79%

%37.67
%54.79

CMYK color model

#0B3750 color CMYK value is (86,31,0,69).

  • cyan value is 86.25%
  • magenta value is 31.25%
  • yellow value is 0.00%
  • key color value is 68.63%
CMYK:
(86,31,0,69)
C86M31Y0K69 
(86%,31%,0%,69%)
(0.86/0.31/0.00/0.69)	

CMYK percentages

%86.25
%31.25
%0
%68.63

Codes

Color #0B3750 in popluar color models

0B3750
RGB115580
HSL202°75.82%17.84%
HSB/HSV202°86.25%31.37%
CMYK86.25%31.25%0.00%
68.63%

Color #0B3750 in popluar number systems.

HEX0B3750
Decimal115580
Binary10111101111010000
Octal1367120

Shades and tints

Shades of #0B3750

#0B3750
(11,55,80)
#0A3249
(10,50,73)
#092D42
(9,45,66)
#08283B
(8,40,59)
#072334
(7,35,52)
#061E2D
(6,30,45)
#051926
(5,25,38)
#04141F
(4,20,31)
#030F18
(3,15,24)
#020A11
(2,10,17)
#01050A
(1,5,10)
#000000
(0,0,0)

Tints of #0B3750

#0B3750
(11,55,80)
#21495F
(33,73,95)
#375B6E
(55,91,110)
#4D6D7D
(77,109,125)
#637F8C
(99,127,140)
#79919B
(121,145,155)
#8FA3AA
(143,163,170)
#A5B5B9
(165,181,185)
#BBC7C8
(187,199,200)
#D1D9D7
(209,217,215)
#E7EBE6
(231,235,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0B3750; }

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

This text font color is #0B3750.


Background Color

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

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

This div background color is #0B3750.


Border color

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

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

This div border color is #0B3750.


Opacity

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

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

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

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

This text has shadow with #0B3750 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0B3750 on black background.


Color preview on white background

This text has color #0B3750 on white background.



Black color preview on #0B3750 background

This text has black color on #0B3750 background.


White color preview on #0B3750 background

This text has white color on #0B3750 background.