COLOR #0B695E

HEX: #0B695E
RGB: (11,105,94)

Color info

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

RGB color model

#0B695E color RGB value is (11,105,94).

  • red value is 11;
  • green value is 105;
  • blue value is 94.
RGB:
(11,105,94)
(4%,41%,37%)

RGB channels and saturation

R 11 of 255 = 4%
G 105 of 255 = 41%
B 94 of 255 = 37%

11
105
94

R + G + B ~ 27%. #0B695E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
11 + 105 + 94 = 210 (100%)
R 11 of 210 ~ 5.24%
G 105 of 210 ~ 50%
B 94 of 210 ~ 44.76%

%50
%44.76

CMYK color model

#0B695E color CMYK value is (90,0,10,59).

  • cyan value is 89.52%
  • magenta value is 0.00%
  • yellow value is 10.48%
  • key color value is 58.82%
CMYK:
(90,0,10,59)
C90M0Y10K59 
(90%,0%,10%,59%)
(0.90/0.00/0.10/0.59)	

CMYK percentages

%89.52
%0
%10.48
%58.82

Codes

Color #0B695E in popluar color models

0B695E
RGB1110594
HSL173°81.03%22.75%
HSB/HSV173°89.52%41.18%
CMYK89.52%0.00%10.48%
58.82%

Color #0B695E in popluar number systems.

HEX0B695E
Decimal1110594
Binary101111010011011110
Octal13151136

Shades and tints

Shades of #0B695E

#0B695E
(11,105,94)
#0A6056
(10,96,86)
#09574E
(9,87,78)
#084E46
(8,78,70)
#07453E
(7,69,62)
#063C36
(6,60,54)
#05332E
(5,51,46)
#042A26
(4,42,38)
#03211E
(3,33,30)
#021816
(2,24,22)
#010F0E
(1,15,14)
#000000
(0,0,0)

Tints of #0B695E

#0B695E
(11,105,94)
#21766C
(33,118,108)
#37837A
(55,131,122)
#4D9088
(77,144,136)
#639D96
(99,157,150)
#79AAA4
(121,170,164)
#8FB7B2
(143,183,178)
#A5C4C0
(165,196,192)
#BBD1CE
(187,209,206)
#D1DEDC
(209,222,220)
#E7EBEA
(231,235,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0B695E color. Also use rgb(11,105,94) instead hex code.

Text Font Color

.myTextColor { color: #0B695E; }

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

This text font color is #0B695E.


Background Color

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

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

This div background color is #0B695E.


Border color

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

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

This div border color is #0B695E.


Opacity

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

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

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

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

This text has shadow with #0B695E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0B695E on black background.


Color preview on white background

This text has color #0B695E on white background.



Black color preview on #0B695E background

This text has black color on #0B695E background.


White color preview on #0B695E background

This text has white color on #0B695E background.