COLOR #0B4E37

HEX: #0B4E37
RGB: (11,78,55)

Color info

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

RGB color model

#0B4E37 color RGB value is (11,78,55).

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

RGB channels and saturation

R 11 of 255 = 4%
G 78 of 255 = 31%
B 55 of 255 = 22%

11
78
55

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

Portions of RGB colors in percentages

R + G + B =
11 + 78 + 55 = 144 (100%)
R 11 of 144 ~ 7.64%
G 78 of 144 ~ 54.17%
B 55 of 144 ~ 38.19%

%54.17
%38.19

CMYK color model

#0B4E37 color CMYK value is (86,0,29,69).

  • cyan value is 85.90%
  • magenta value is 0.00%
  • yellow value is 29.49%
  • key color value is 69.41%
CMYK:
(86,0,29,69)
C86M0Y29K69 
(86%,0%,29%,69%)
(0.86/0.00/0.29/0.69)	

CMYK percentages

%85.9
%0
%29.49
%69.41

Codes

Color #0B4E37 in popluar color models

0B4E37
RGB117855
HSL159°75.28%17.45%
HSB/HSV159°85.90%30.59%
CMYK85.90%0.00%29.49%
69.41%

Color #0B4E37 in popluar number systems.

HEX0B4E37
Decimal117855
Binary10111001110110111
Octal1311667

Shades and tints

Shades of #0B4E37

#0B4E37
(11,78,55)
#0A4732
(10,71,50)
#09402D
(9,64,45)
#083928
(8,57,40)
#073223
(7,50,35)
#062B1E
(6,43,30)
#052419
(5,36,25)
#041D14
(4,29,20)
#03160F
(3,22,15)
#020F0A
(2,15,10)
#010805
(1,8,5)
#000000
(0,0,0)

Tints of #0B4E37

#0B4E37
(11,78,55)
#215E49
(33,94,73)
#376E5B
(55,110,91)
#4D7E6D
(77,126,109)
#638E7F
(99,142,127)
#799E91
(121,158,145)
#8FAEA3
(143,174,163)
#A5BEB5
(165,190,181)
#BBCEC7
(187,206,199)
#D1DED9
(209,222,217)
#E7EEEB
(231,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0B4E37; }

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

This text font color is #0B4E37.


Background Color

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

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

This div background color is #0B4E37.


Border color

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

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

This div border color is #0B4E37.


Opacity

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

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

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

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

This text has shadow with #0B4E37 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0B4E37 on black background.


Color preview on white background

This text has color #0B4E37 on white background.



Black color preview on #0B4E37 background

This text has black color on #0B4E37 background.


White color preview on #0B4E37 background

This text has white color on #0B4E37 background.