COLOR #0B5627

HEX: #0B5627
RGB: (11,86,39)

Color info

#0B5627 contains mainly green and blue colors. Web safe color of #0B5627 is #006633 (or #063).

RGB color model

#0B5627 color RGB value is (11,86,39).

  • red value is 11;
  • green value is 86;
  • blue value is 39.
RGB:
(11,86,39)
(4%,34%,15%)

RGB channels and saturation

R 11 of 255 = 4%
G 86 of 255 = 34%
B 39 of 255 = 15%

11
86
39

R + G + B ~ 18%. #0B5627 is dark color.

Portions of RGB colors in percentages

R + G + B =
11 + 86 + 39 = 136 (100%)
R 11 of 136 ~ 8.09%
G 86 of 136 ~ 63.24%
B 39 of 136 ~ 28.68%

%63.24
%28.68

CMYK color model

#0B5627 color CMYK value is (87,0,55,66).

  • cyan value is 87.21%
  • magenta value is 0.00%
  • yellow value is 54.65%
  • key color value is 66.27%
CMYK:
(87,0,55,66)
C87M0Y55K66 
(87%,0%,55%,66%)
(0.87/0.00/0.55/0.66)	

CMYK percentages

%87.21
%0
%54.65
%66.27

Codes

Color #0B5627 in popluar color models

0B5627
RGB118639
HSL142°77.32%19.02%
HSB/HSV142°87.21%33.73%
CMYK87.21%0.00%54.65%
66.27%

Color #0B5627 in popluar number systems.

HEX0B5627
Decimal118639
Binary10111010110100111
Octal1312647

Shades and tints

Shades of #0B5627

#0B5627
(11,86,39)
#0A4F24
(10,79,36)
#094821
(9,72,33)
#08411E
(8,65,30)
#073A1B
(7,58,27)
#063318
(6,51,24)
#052C15
(5,44,21)
#042512
(4,37,18)
#031E0F
(3,30,15)
#02170C
(2,23,12)
#011009
(1,16,9)
#000000
(0,0,0)

Tints of #0B5627

#0B5627
(11,86,39)
#21653A
(33,101,58)
#37744D
(55,116,77)
#4D8360
(77,131,96)
#639273
(99,146,115)
#79A186
(121,161,134)
#8FB099
(143,176,153)
#A5BFAC
(165,191,172)
#BBCEBF
(187,206,191)
#D1DDD2
(209,221,210)
#E7ECE5
(231,236,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0B5627 color. Also use rgb(11,86,39) instead hex code.

Text Font Color

.myTextColor { color: #0B5627; }

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

This text font color is #0B5627.


Background Color

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

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

This div background color is #0B5627.


Border color

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

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

This div border color is #0B5627.


Opacity

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

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

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

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

This text has shadow with #0B5627 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0B5627 on black background.


Color preview on white background

This text has color #0B5627 on white background.



Black color preview on #0B5627 background

This text has black color on #0B5627 background.


White color preview on #0B5627 background

This text has white color on #0B5627 background.