COLOR #0B4E36

HEX: #0B4E36
RGB: (11,78,54)

Color info

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

RGB color model

#0B4E36 color RGB value is (11,78,54).

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

RGB channels and saturation

R 11 of 255 = 4%
G 78 of 255 = 31%
B 54 of 255 = 21%

11
78
54

R + G + B ~ 19%. #0B4E36 is dark color.

Portions of RGB colors in percentages

R + G + B =
11 + 78 + 54 = 143 (100%)
R 11 of 143 ~ 7.69%
G 78 of 143 ~ 54.55%
B 54 of 143 ~ 37.76%

%54.55
%37.76

CMYK color model

#0B4E36 color CMYK value is (86,0,31,69).

  • cyan value is 85.90%
  • magenta value is 0.00%
  • yellow value is 30.77%
  • key color value is 69.41%
CMYK:
(86,0,31,69)
C86M0Y31K69 
(86%,0%,31%,69%)
(0.86/0.00/0.31/0.69)	

CMYK percentages

%85.9
%0
%30.77
%69.41

Codes

Color #0B4E36 in popluar color models

0B4E36
RGB117854
HSL159°75.28%17.45%
HSB/HSV159°85.90%30.59%
CMYK85.90%0.00%30.77%
69.41%

Color #0B4E36 in popluar number systems.

HEX0B4E36
Decimal117854
Binary10111001110110110
Octal1311666

Shades and tints

Shades of #0B4E36

#0B4E36
(11,78,54)
#0A4732
(10,71,50)
#09402E
(9,64,46)
#08392A
(8,57,42)
#073226
(7,50,38)
#062B22
(6,43,34)
#05241E
(5,36,30)
#041D1A
(4,29,26)
#031616
(3,22,22)
#020F12
(2,15,18)
#01080E
(1,8,14)
#000000
(0,0,0)

Tints of #0B4E36

#0B4E36
(11,78,54)
#215E48
(33,94,72)
#376E5A
(55,110,90)
#4D7E6C
(77,126,108)
#638E7E
(99,142,126)
#799E90
(121,158,144)
#8FAEA2
(143,174,162)
#A5BEB4
(165,190,180)
#BBCEC6
(187,206,198)
#D1DED8
(209,222,216)
#E7EEEA
(231,238,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0B4E36; }

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

This text font color is #0B4E36.


Background Color

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

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

This div background color is #0B4E36.


Border color

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

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

This div border color is #0B4E36.


Opacity

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

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

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

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

This text has shadow with #0B4E36 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0B4E36 on black background.


Color preview on white background

This text has color #0B4E36 on white background.



Black color preview on #0B4E36 background

This text has black color on #0B4E36 background.


White color preview on #0B4E36 background

This text has white color on #0B4E36 background.