COLOR #0B8375

HEX: #0B8375
RGB: (11,131,117)

Color info

#0B8375 contains mainly green and blue colors. Web safe color of #0B8375 is #009966 (or #096).

RGB color model

#0B8375 color RGB value is (11,131,117).

  • red value is 11;
  • green value is 131;
  • blue value is 117.
RGB:
(11,131,117)
(4%,51%,46%)

RGB channels and saturation

R 11 of 255 = 4%
G 131 of 255 = 51%
B 117 of 255 = 46%

11
131
117

R + G + B ~ 34%. #0B8375 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
11 + 131 + 117 = 259 (100%)
R 11 of 259 ~ 4.25%
G 131 of 259 ~ 50.58%
B 117 of 259 ~ 45.17%

%50.58
%45.17

CMYK color model

#0B8375 color CMYK value is (92,0,11,49).

  • cyan value is 91.60%
  • magenta value is 0.00%
  • yellow value is 10.69%
  • key color value is 48.63%
CMYK:
(92,0,11,49)
C92M0Y11K49 
(92%,0%,11%,49%)
(0.92/0.00/0.11/0.49)	

CMYK percentages

%91.6
%0
%10.69
%48.63

Codes

Color #0B8375 in popluar color models

0B8375
RGB11131117
HSL173°84.51%27.84%
HSB/HSV173°91.60%51.37%
CMYK91.60%0.00%10.69%
48.63%

Color #0B8375 in popluar number systems.

HEX0B8375
Decimal11131117
Binary1011100000111110101
Octal13203165

Shades and tints

Shades of #0B8375

#0B8375
(11,131,117)
#0A786B
(10,120,107)
#096D61
(9,109,97)
#086257
(8,98,87)
#07574D
(7,87,77)
#064C43
(6,76,67)
#054139
(5,65,57)
#04362F
(4,54,47)
#032B25
(3,43,37)
#02201B
(2,32,27)
#011511
(1,21,17)
#000000
(0,0,0)

Tints of #0B8375

#0B8375
(11,131,117)
#218E81
(33,142,129)
#37998D
(55,153,141)
#4DA499
(77,164,153)
#63AFA5
(99,175,165)
#79BAB1
(121,186,177)
#8FC5BD
(143,197,189)
#A5D0C9
(165,208,201)
#BBDBD5
(187,219,213)
#D1E6E1
(209,230,225)
#E7F1ED
(231,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0B8375 color. Also use rgb(11,131,117) instead hex code.

Text Font Color

.myTextColor { color: #0B8375; }

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

This text font color is #0B8375.


Background Color

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

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

This div background color is #0B8375.


Border color

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

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

This div border color is #0B8375.


Opacity

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

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

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

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

This text has shadow with #0B8375 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0B8375 on black background.


Color preview on white background

This text has color #0B8375 on white background.



Black color preview on #0B8375 background

This text has black color on #0B8375 background.


White color preview on #0B8375 background

This text has white color on #0B8375 background.