COLOR #0B604E

HEX: #0B604E
RGB: (11,96,78)

Color info

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

RGB color model

#0B604E color RGB value is (11,96,78).

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

RGB channels and saturation

R 11 of 255 = 4%
G 96 of 255 = 38%
B 78 of 255 = 31%

11
96
78

R + G + B ~ 24%. #0B604E is dark color.

Portions of RGB colors in percentages

R + G + B =
11 + 96 + 78 = 185 (100%)
R 11 of 185 ~ 5.95%
G 96 of 185 ~ 51.89%
B 78 of 185 ~ 42.16%

%51.89
%42.16

CMYK color model

#0B604E color CMYK value is (89,0,19,62).

  • cyan value is 88.54%
  • magenta value is 0.00%
  • yellow value is 18.75%
  • key color value is 62.35%
CMYK:
(89,0,19,62)
C89M0Y19K62 
(89%,0%,19%,62%)
(0.89/0.00/0.19/0.62)	

CMYK percentages

%88.54
%0
%18.75
%62.35

Codes

Color #0B604E in popluar color models

0B604E
RGB119678
HSL167°79.44%20.98%
HSB/HSV167°88.54%37.65%
CMYK88.54%0.00%18.75%
62.35%

Color #0B604E in popluar number systems.

HEX0B604E
Decimal119678
Binary101111000001001110
Octal13140116

Shades and tints

Shades of #0B604E

#0B604E
(11,96,78)
#0A5847
(10,88,71)
#095040
(9,80,64)
#084839
(8,72,57)
#074032
(7,64,50)
#06382B
(6,56,43)
#053024
(5,48,36)
#04281D
(4,40,29)
#032016
(3,32,22)
#02180F
(2,24,15)
#011008
(1,16,8)
#000000
(0,0,0)

Tints of #0B604E

#0B604E
(11,96,78)
#216E5E
(33,110,94)
#377C6E
(55,124,110)
#4D8A7E
(77,138,126)
#63988E
(99,152,142)
#79A69E
(121,166,158)
#8FB4AE
(143,180,174)
#A5C2BE
(165,194,190)
#BBD0CE
(187,208,206)
#D1DEDE
(209,222,222)
#E7ECEE
(231,236,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0B604E; }

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

This text font color is #0B604E.


Background Color

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

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

This div background color is #0B604E.


Border color

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

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

This div border color is #0B604E.


Opacity

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

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

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

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

This text has shadow with #0B604E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0B604E on black background.


Color preview on white background

This text has color #0B604E on white background.



Black color preview on #0B604E background

This text has black color on #0B604E background.


White color preview on #0B604E background

This text has white color on #0B604E background.