COLOR #0B6B5F

HEX: #0B6B5F RGB: (11,107,95)

Color info

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

RGB color model

#0B6B5F color RGB value is (11,107,95).

RGB: (11,107,95) (4%, 42%, 37%)

RGB channels and saturation

R 11 of 255 = 4%
G 107 of 255 = 42%
B 95 of 255 = 37%

11
107
95

R + G + B ~ 28%. #0B6B5F is quite dark color.

Portions of RGB colors in percentages

R + G + B = 11 + 107 + 95 = 213 (100%)
R 11 of 213 ~ 5.16%
G 107 of 213 ~ 50.23%
B 95 of 213 ~ 44.6'%

%50.23
%44.6

CMYK color model

#0B6B5F color CMYK value is (90,0,11,58).

  • cyan value is 89.72%
  • magenta value is 0.00%
  • yellow value is 11.21%
  • key color value is 58.04%

CMYK: (90,0,11,58)
C90M0Y11K58 (90%, 0%, 11%, 58%)
(0.90 / 0.00 / 0.11 / 0.58)

CMYK percentages

%89.72
%0
%11.21
%58.04

Codes

Color #0B6B5F in popluar color models

0B 6B 5F
RGB 11 107 95
HSL 173° 81.36% 23.14%
HSB/HSV 173° 89.72% 41.96%
CMYK 89.72% 0.00% 11.21%
58.04%

Color #0B6B5F in popluar number systems.

HEX 0B 6B 5F
Decimal 11 107 95
Binary 1011 1101011 1011111
Octal 13 153 137

Shades and tints

Shades of #0B6B5F

#0B6B5F
(11,107,95)
#0A6257
(10,98,87)
#09594F
(9,89,79)
#085047
(8,80,71)
#07473F
(7,71,63)
#063E37
(6,62,55)
#05352F
(5,53,47)
#042C27
(4,44,39)
#03231F
(3,35,31)
#021A17
(2,26,23)
#01110F
(1,17,15)
#000000
(0,0,0)

Tints of #0B6B5F

#0B6B5F
(11,107,95)
#21786D
(33,120,109)
#37857B
(55,133,123)
#4D9289
(77,146,137)
#639F97
(99,159,151)
#79ACA5
(121,172,165)
#8FB9B3
(143,185,179)
#A5C6C1
(165,198,193)
#BBD3CF
(187,211,207)
#D1E0DD
(209,224,221)
#E7EDEB
(231,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0B6B5F; }

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

This text font color is #0B6B5F.

Background Color

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

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

This div background color is #0B6B5F.

Border color

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

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

This div border color is #0B6B5F.

Opacity

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

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

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

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

This text has shadow with #0B6B5F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0B6B5F.

Preview

Color preview on black background

This text has color #0B6B5F on black background.


Color preview on white background

This text has color #0B6B5F on white background.


Black color preview on #0B6B5F background

This text has black color on #0B6B5F background.


White color preview on #0B6B5F background

This text has white color on #0B6B5F background.


Related colors

Complementary color

Complementary color for #hex is #F494A0.


I love getcolorcode.com

Triadic colors

1 #5F0B6B and #6B5F0B with #0B6B5F are triadic colors.

2 #5F6B0B and #6B0B5F with #0B6B5F are triadic colors.