COLOR #0B4C56

HEX: #0B4C56
RGB: (11,76,86)

Color info

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

RGB color model

#0B4C56 color RGB value is (11,76,86).

  • red value is 11;
  • green value is 76;
  • blue value is 86.
RGB:
(11,76,86)
(4%,30%,34%)

RGB channels and saturation

R 11 of 255 = 4%
G 76 of 255 = 30%
B 86 of 255 = 34%

11
76
86

R + G + B ~ 23%. #0B4C56 is dark color.

Portions of RGB colors in percentages

R + G + B =
11 + 76 + 86 = 173 (100%)
R 11 of 173 ~ 6.36%
G 76 of 173 ~ 43.93%
B 86 of 173 ~ 49.71%

%43.93
%49.71

CMYK color model

#0B4C56 color CMYK value is (87,12,0,66).

  • cyan value is 87.21%
  • magenta value is 11.63%
  • yellow value is 0.00%
  • key color value is 66.27%
CMYK:
(87,12,0,66)
C87M12Y0K66 
(87%,12%,0%,66%)
(0.87/0.12/0.00/0.66)	

CMYK percentages

%87.21
%11.63
%0
%66.27

Codes

Color #0B4C56 in popluar color models

0B4C56
RGB117686
HSL188°77.32%19.02%
HSB/HSV188°87.21%33.73%
CMYK87.21%11.63%0.00%
66.27%

Color #0B4C56 in popluar number systems.

HEX0B4C56
Decimal117686
Binary101110011001010110
Octal13114126

Shades and tints

Shades of #0B4C56

#0B4C56
(11,76,86)
#0A464F
(10,70,79)
#094048
(9,64,72)
#083A41
(8,58,65)
#07343A
(7,52,58)
#062E33
(6,46,51)
#05282C
(5,40,44)
#042225
(4,34,37)
#031C1E
(3,28,30)
#021617
(2,22,23)
#011010
(1,16,16)
#000000
(0,0,0)

Tints of #0B4C56

#0B4C56
(11,76,86)
#215C65
(33,92,101)
#376C74
(55,108,116)
#4D7C83
(77,124,131)
#638C92
(99,140,146)
#799CA1
(121,156,161)
#8FACB0
(143,172,176)
#A5BCBF
(165,188,191)
#BBCCCE
(187,204,206)
#D1DCDD
(209,220,221)
#E7ECEC
(231,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0B4C56 color. Also use rgb(11,76,86) instead hex code.

Text Font Color

.myTextColor { color: #0B4C56; }

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

This text font color is #0B4C56.


Background Color

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

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

This div background color is #0B4C56.


Border color

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

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

This div border color is #0B4C56.


Opacity

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

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

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

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

This text has shadow with #0B4C56 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0B4C56 on black background.


Color preview on white background

This text has color #0B4C56 on white background.



Black color preview on #0B4C56 background

This text has black color on #0B4C56 background.


White color preview on #0B4C56 background

This text has white color on #0B4C56 background.