COLOR #0B6059

HEX: #0B6059
RGB: (11,96,89)

Color info

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

RGB color model

#0B6059 color RGB value is (11,96,89).

  • red value is 11;
  • green value is 96;
  • blue value is 89.
RGB:
(11,96,89)
(4%,38%,35%)

RGB channels and saturation

R 11 of 255 = 4%
G 96 of 255 = 38%
B 89 of 255 = 35%

11
96
89

R + G + B ~ 26%. #0B6059 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
11 + 96 + 89 = 196 (100%)
R 11 of 196 ~ 5.61%
G 96 of 196 ~ 48.98%
B 89 of 196 ~ 45.41%

%48.98
%45.41

CMYK color model

#0B6059 color CMYK value is (89,0,7,62).

  • cyan value is 88.54%
  • magenta value is 0.00%
  • yellow value is 7.29%
  • key color value is 62.35%
CMYK:
(89,0,7,62)
C89M0Y7K62 
(89%,0%,7%,62%)
(0.89/0.00/0.07/0.62)	

CMYK percentages

%88.54
%0
%7.29
%62.35

Codes

Color #0B6059 in popluar color models

0B6059
RGB119689
HSL175°79.44%20.98%
HSB/HSV175°88.54%37.65%
CMYK88.54%0.00%7.29%
62.35%

Color #0B6059 in popluar number systems.

HEX0B6059
Decimal119689
Binary101111000001011001
Octal13140131

Shades and tints

Shades of #0B6059

#0B6059
(11,96,89)
#0A5851
(10,88,81)
#095049
(9,80,73)
#084841
(8,72,65)
#074039
(7,64,57)
#063831
(6,56,49)
#053029
(5,48,41)
#042821
(4,40,33)
#032019
(3,32,25)
#021811
(2,24,17)
#011009
(1,16,9)
#000000
(0,0,0)

Tints of #0B6059

#0B6059
(11,96,89)
#216E68
(33,110,104)
#377C77
(55,124,119)
#4D8A86
(77,138,134)
#639895
(99,152,149)
#79A6A4
(121,166,164)
#8FB4B3
(143,180,179)
#A5C2C2
(165,194,194)
#BBD0D1
(187,208,209)
#D1DEE0
(209,222,224)
#E7ECEF
(231,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0B6059 color. Also use rgb(11,96,89) instead hex code.

Text Font Color

.myTextColor { color: #0B6059; }

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

This text font color is #0B6059.


Background Color

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

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

This div background color is #0B6059.


Border color

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

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

This div border color is #0B6059.


Opacity

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

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

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

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

This text has shadow with #0B6059 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0B6059 on black background.


Color preview on white background

This text has color #0B6059 on white background.



Black color preview on #0B6059 background

This text has black color on #0B6059 background.


White color preview on #0B6059 background

This text has white color on #0B6059 background.