COLOR #0B5950

HEX: #0B5950
RGB: (11,89,80)

Color info

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

RGB color model

#0B5950 color RGB value is (11,89,80).

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

RGB channels and saturation

R 11 of 255 = 4%
G 89 of 255 = 35%
B 80 of 255 = 31%

11
89
80

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

Portions of RGB colors in percentages

R + G + B =
11 + 89 + 80 = 180 (100%)
R 11 of 180 ~ 6.11%
G 89 of 180 ~ 49.44%
B 80 of 180 ~ 44.44%

%49.44
%44.44

CMYK color model

#0B5950 color CMYK value is (88,0,10,65).

  • cyan value is 87.64%
  • magenta value is 0.00%
  • yellow value is 10.11%
  • key color value is 65.10%
CMYK:
(88,0,10,65)
C88M0Y10K65 
(88%,0%,10%,65%)
(0.88/0.00/0.10/0.65)	

CMYK percentages

%87.64
%0
%10.11
%65.1

Codes

Color #0B5950 in popluar color models

0B5950
RGB118980
HSL173°78.00%19.61%
HSB/HSV173°87.64%34.90%
CMYK87.64%0.00%10.11%
65.10%

Color #0B5950 in popluar number systems.

HEX0B5950
Decimal118980
Binary101110110011010000
Octal13131120

Shades and tints

Shades of #0B5950

#0B5950
(11,89,80)
#0A5149
(10,81,73)
#094942
(9,73,66)
#08413B
(8,65,59)
#073934
(7,57,52)
#06312D
(6,49,45)
#052926
(5,41,38)
#04211F
(4,33,31)
#031918
(3,25,24)
#021111
(2,17,17)
#01090A
(1,9,10)
#000000
(0,0,0)

Tints of #0B5950

#0B5950
(11,89,80)
#21685F
(33,104,95)
#37776E
(55,119,110)
#4D867D
(77,134,125)
#63958C
(99,149,140)
#79A49B
(121,164,155)
#8FB3AA
(143,179,170)
#A5C2B9
(165,194,185)
#BBD1C8
(187,209,200)
#D1E0D7
(209,224,215)
#E7EFE6
(231,239,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0B5950; }

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

This text font color is #0B5950.


Background Color

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

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

This div background color is #0B5950.


Border color

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

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

This div border color is #0B5950.


Opacity

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

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

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

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

This text has shadow with #0B5950 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0B5950 on black background.


Color preview on white background

This text has color #0B5950 on white background.



Black color preview on #0B5950 background

This text has black color on #0B5950 background.


White color preview on #0B5950 background

This text has white color on #0B5950 background.