COLOR #0B555F

HEX: #0B555F
RGB: (11,85,95)

Color info

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

RGB color model

#0B555F color RGB value is (11,85,95).

  • red value is 11;
  • green value is 85;
  • blue value is 95.
RGB:
(11,85,95)
(4%,33%,37%)

RGB channels and saturation

R 11 of 255 = 4%
G 85 of 255 = 33%
B 95 of 255 = 37%

11
85
95

R + G + B ~ 25%. #0B555F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
11 + 85 + 95 = 191 (100%)
R 11 of 191 ~ 5.76%
G 85 of 191 ~ 44.5%
B 95 of 191 ~ 49.74%

%44.5
%49.74

CMYK color model

#0B555F color CMYK value is (88,11,0,63).

  • cyan value is 88.42%
  • magenta value is 10.53%
  • yellow value is 0.00%
  • key color value is 62.75%
CMYK:
(88,11,0,63)
C88M11Y0K63 
(88%,11%,0%,63%)
(0.88/0.11/0.00/0.63)	

CMYK percentages

%88.42
%10.53
%0
%62.75

Codes

Color #0B555F in popluar color models

0B555F
RGB118595
HSL187°79.25%20.78%
HSB/HSV187°88.42%37.25%
CMYK88.42%10.53%0.00%
62.75%

Color #0B555F in popluar number systems.

HEX0B555F
Decimal118595
Binary101110101011011111
Octal13125137

Shades and tints

Shades of #0B555F

#0B555F
(11,85,95)
#0A4E57
(10,78,87)
#09474F
(9,71,79)
#084047
(8,64,71)
#07393F
(7,57,63)
#063237
(6,50,55)
#052B2F
(5,43,47)
#042427
(4,36,39)
#031D1F
(3,29,31)
#021617
(2,22,23)
#010F0F
(1,15,15)
#000000
(0,0,0)

Tints of #0B555F

#0B555F
(11,85,95)
#21646D
(33,100,109)
#37737B
(55,115,123)
#4D8289
(77,130,137)
#639197
(99,145,151)
#79A0A5
(121,160,165)
#8FAFB3
(143,175,179)
#A5BEC1
(165,190,193)
#BBCDCF
(187,205,207)
#D1DCDD
(209,220,221)
#E7EBEB
(231,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0B555F color. Also use rgb(11,85,95) instead hex code.

Text Font Color

.myTextColor { color: #0B555F; }

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

This text font color is #0B555F.


Background Color

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

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

This div background color is #0B555F.


Border color

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

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

This div border color is #0B555F.


Opacity

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

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

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

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

This text has shadow with #0B555F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0B555F on black background.


Color preview on white background

This text has color #0B555F on white background.



Black color preview on #0B555F background

This text has black color on #0B555F background.


White color preview on #0B555F background

This text has white color on #0B555F background.