COLOR #0B5761

HEX: #0B5761
RGB: (11,87,97)

Color info

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

RGB color model

#0B5761 color RGB value is (11,87,97).

  • red value is 11;
  • green value is 87;
  • blue value is 97.
RGB:
(11,87,97)
(4%,34%,38%)

RGB channels and saturation

R 11 of 255 = 4%
G 87 of 255 = 34%
B 97 of 255 = 38%

11
87
97

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

Portions of RGB colors in percentages

R + G + B =
11 + 87 + 97 = 195 (100%)
R 11 of 195 ~ 5.64%
G 87 of 195 ~ 44.62%
B 97 of 195 ~ 49.74%

%44.62
%49.74

CMYK color model

#0B5761 color CMYK value is (89,10,0,62).

  • cyan value is 88.66%
  • magenta value is 10.31%
  • yellow value is 0.00%
  • key color value is 61.96%
CMYK:
(89,10,0,62)
C89M10Y0K62 
(89%,10%,0%,62%)
(0.89/0.10/0.00/0.62)	

CMYK percentages

%88.66
%10.31
%0
%61.96

Codes

Color #0B5761 in popluar color models

0B5761
RGB118797
HSL187°79.63%21.18%
HSB/HSV187°88.66%38.04%
CMYK88.66%10.31%0.00%
61.96%

Color #0B5761 in popluar number systems.

HEX0B5761
Decimal118797
Binary101110101111100001
Octal13127141

Shades and tints

Shades of #0B5761

#0B5761
(11,87,97)
#0A5059
(10,80,89)
#094951
(9,73,81)
#084249
(8,66,73)
#073B41
(7,59,65)
#063439
(6,52,57)
#052D31
(5,45,49)
#042629
(4,38,41)
#031F21
(3,31,33)
#021819
(2,24,25)
#011111
(1,17,17)
#000000
(0,0,0)

Tints of #0B5761

#0B5761
(11,87,97)
#21666F
(33,102,111)
#37757D
(55,117,125)
#4D848B
(77,132,139)
#639399
(99,147,153)
#79A2A7
(121,162,167)
#8FB1B5
(143,177,181)
#A5C0C3
(165,192,195)
#BBCFD1
(187,207,209)
#D1DEDF
(209,222,223)
#E7EDED
(231,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0B5761 color. Also use rgb(11,87,97) instead hex code.

Text Font Color

.myTextColor { color: #0B5761; }

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

This text font color is #0B5761.


Background Color

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

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

This div background color is #0B5761.


Border color

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

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

This div border color is #0B5761.


Opacity

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

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

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

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

This text has shadow with #0B5761 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0B5761 on black background.


Color preview on white background

This text has color #0B5761 on white background.



Black color preview on #0B5761 background

This text has black color on #0B5761 background.


White color preview on #0B5761 background

This text has white color on #0B5761 background.