COLOR #0B4F76

HEX: #0B4F76
RGB: (11,79,118)

Color info

#0B4F76 contains mainly green and blue colors. Web safe color of #0B4F76 is #006666 (or #066).

RGB color model

#0B4F76 color RGB value is (11,79,118).

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

RGB channels and saturation

R 11 of 255 = 4%
G 79 of 255 = 31%
B 118 of 255 = 46%

11
79
118

R + G + B ~ 27%. #0B4F76 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
11 + 79 + 118 = 208 (100%)
R 11 of 208 ~ 5.29%
G 79 of 208 ~ 37.98%
B 118 of 208 ~ 56.73%

%37.98
%56.73

CMYK color model

#0B4F76 color CMYK value is (91,33,0,54).

  • cyan value is 90.68%
  • magenta value is 33.05%
  • yellow value is 0.00%
  • key color value is 53.73%
CMYK:
(91,33,0,54)
C91M33Y0K54 
(91%,33%,0%,54%)
(0.91/0.33/0.00/0.54)	

CMYK percentages

%90.68
%33.05
%0
%53.73

Codes

Color #0B4F76 in popluar color models

0B4F76
RGB1179118
HSL202°82.95%25.29%
HSB/HSV202°90.68%46.27%
CMYK90.68%33.05%0.00%
53.73%

Color #0B4F76 in popluar number systems.

HEX0B4F76
Decimal1179118
Binary101110011111110110
Octal13117166

Shades and tints

Shades of #0B4F76

#0B4F76
(11,79,118)
#0A486C
(10,72,108)
#094162
(9,65,98)
#083A58
(8,58,88)
#07334E
(7,51,78)
#062C44
(6,44,68)
#05253A
(5,37,58)
#041E30
(4,30,48)
#031726
(3,23,38)
#02101C
(2,16,28)
#010912
(1,9,18)
#000000
(0,0,0)

Tints of #0B4F76

#0B4F76
(11,79,118)
#215F82
(33,95,130)
#376F8E
(55,111,142)
#4D7F9A
(77,127,154)
#638FA6
(99,143,166)
#799FB2
(121,159,178)
#8FAFBE
(143,175,190)
#A5BFCA
(165,191,202)
#BBCFD6
(187,207,214)
#D1DFE2
(209,223,226)
#E7EFEE
(231,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0B4F76; }

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

This text font color is #0B4F76.


Background Color

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

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

This div background color is #0B4F76.


Border color

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

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

This div border color is #0B4F76.


Opacity

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

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

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

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

This text has shadow with #0B4F76 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0B4F76 on black background.


Color preview on white background

This text has color #0B4F76 on white background.



Black color preview on #0B4F76 background

This text has black color on #0B4F76 background.


White color preview on #0B4F76 background

This text has white color on #0B4F76 background.