COLOR #0B687C

HEX: #0B687C
RGB: (11,104,124)

Color info

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

RGB color model

#0B687C color RGB value is (11,104,124).

  • red value is 11;
  • green value is 104;
  • blue value is 124.
RGB:
(11,104,124)
(4%,41%,49%)

RGB channels and saturation

R 11 of 255 = 4%
G 104 of 255 = 41%
B 124 of 255 = 49%

11
104
124

R + G + B ~ 31%. #0B687C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
11 + 104 + 124 = 239 (100%)
R 11 of 239 ~ 4.6%
G 104 of 239 ~ 43.51%
B 124 of 239 ~ 51.88%

%43.51
%51.88

CMYK color model

#0B687C color CMYK value is (91,16,0,51).

  • cyan value is 91.13%
  • magenta value is 16.13%
  • yellow value is 0.00%
  • key color value is 51.37%
CMYK:
(91,16,0,51)
C91M16Y0K51 
(91%,16%,0%,51%)
(0.91/0.16/0.00/0.51)	

CMYK percentages

%91.13
%16.13
%0
%51.37

Codes

Color #0B687C in popluar color models

0B687C
RGB11104124
HSL191°83.70%26.47%
HSB/HSV191°91.13%48.63%
CMYK91.13%16.13%0.00%
51.37%

Color #0B687C in popluar number systems.

HEX0B687C
Decimal11104124
Binary101111010001111100
Octal13150174

Shades and tints

Shades of #0B687C

#0B687C
(11,104,124)
#0A5F71
(10,95,113)
#095666
(9,86,102)
#084D5B
(8,77,91)
#074450
(7,68,80)
#063B45
(6,59,69)
#05323A
(5,50,58)
#04292F
(4,41,47)
#032024
(3,32,36)
#021719
(2,23,25)
#010E0E
(1,14,14)
#000000
(0,0,0)

Tints of #0B687C

#0B687C
(11,104,124)
#217587
(33,117,135)
#378292
(55,130,146)
#4D8F9D
(77,143,157)
#639CA8
(99,156,168)
#79A9B3
(121,169,179)
#8FB6BE
(143,182,190)
#A5C3C9
(165,195,201)
#BBD0D4
(187,208,212)
#D1DDDF
(209,221,223)
#E7EAEA
(231,234,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0B687C color. Also use rgb(11,104,124) instead hex code.

Text Font Color

.myTextColor { color: #0B687C; }

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

This text font color is #0B687C.


Background Color

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

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

This div background color is #0B687C.


Border color

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

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

This div border color is #0B687C.


Opacity

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

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

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

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

This text has shadow with #0B687C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0B687C on black background.


Color preview on white background

This text has color #0B687C on white background.



Black color preview on #0B687C background

This text has black color on #0B687C background.


White color preview on #0B687C background

This text has white color on #0B687C background.