COLOR #0B6C57

HEX: #0B6C57
RGB: (11,108,87)

Color info

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

RGB color model

#0B6C57 color RGB value is (11,108,87).

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

RGB channels and saturation

R 11 of 255 = 4%
G 108 of 255 = 42%
B 87 of 255 = 34%

11
108
87

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

Portions of RGB colors in percentages

R + G + B =
11 + 108 + 87 = 206 (100%)
R 11 of 206 ~ 5.34%
G 108 of 206 ~ 52.43%
B 87 of 206 ~ 42.23%

%52.43
%42.23

CMYK color model

#0B6C57 color CMYK value is (90,0,19,58).

  • cyan value is 89.81%
  • magenta value is 0.00%
  • yellow value is 19.44%
  • key color value is 57.65%
CMYK:
(90,0,19,58)
C90M0Y19K58 
(90%,0%,19%,58%)
(0.90/0.00/0.19/0.58)	

CMYK percentages

%89.81
%0
%19.44
%57.65

Codes

Color #0B6C57 in popluar color models

0B6C57
RGB1110887
HSL167°81.51%23.33%
HSB/HSV167°89.81%42.35%
CMYK89.81%0.00%19.44%
57.65%

Color #0B6C57 in popluar number systems.

HEX0B6C57
Decimal1110887
Binary101111011001010111
Octal13154127

Shades and tints

Shades of #0B6C57

#0B6C57
(11,108,87)
#0A6350
(10,99,80)
#095A49
(9,90,73)
#085142
(8,81,66)
#07483B
(7,72,59)
#063F34
(6,63,52)
#05362D
(5,54,45)
#042D26
(4,45,38)
#03241F
(3,36,31)
#021B18
(2,27,24)
#011211
(1,18,17)
#000000
(0,0,0)

Tints of #0B6C57

#0B6C57
(11,108,87)
#217966
(33,121,102)
#378675
(55,134,117)
#4D9384
(77,147,132)
#63A093
(99,160,147)
#79ADA2
(121,173,162)
#8FBAB1
(143,186,177)
#A5C7C0
(165,199,192)
#BBD4CF
(187,212,207)
#D1E1DE
(209,225,222)
#E7EEED
(231,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0B6C57; }

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

This text font color is #0B6C57.


Background Color

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

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

This div background color is #0B6C57.


Border color

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

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

This div border color is #0B6C57.


Opacity

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

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

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

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

This text has shadow with #0B6C57 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0B6C57 on black background.


Color preview on white background

This text has color #0B6C57 on white background.



Black color preview on #0B6C57 background

This text has black color on #0B6C57 background.


White color preview on #0B6C57 background

This text has white color on #0B6C57 background.