COLOR #0B2B27

HEX: #0B2B27
RGB: (11,43,39)

Color info

#0B2B27 contains red, green and blue colors in about the same proportion. Web safe color of #0B2B27 is #003333 (or #033).

RGB color model

#0B2B27 color RGB value is (11,43,39).

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

RGB channels and saturation

R 11 of 255 = 4%
G 43 of 255 = 17%
B 39 of 255 = 15%

11
43
39

R + G + B ~ 12%. #0B2B27 is dark color.

Portions of RGB colors in percentages

R + G + B =
11 + 43 + 39 = 93 (100%)
R 11 of 93 ~ 11.83%
G 43 of 93 ~ 46.24%
B 39 of 93 ~ 41.94%

%11.83
%46.24
%41.94

CMYK color model

#0B2B27 color CMYK value is (74,0,9,83).

  • cyan value is 74.42%
  • magenta value is 0.00%
  • yellow value is 9.30%
  • key color value is 83.14%
CMYK:
(74,0,9,83)
C74M0Y9K83 
(74%,0%,9%,83%)
(0.74/0.00/0.09/0.83)	

CMYK percentages

%74.42
%0
%9.3
%83.14

Codes

Color #0B2B27 in popluar color models

0B2B27
RGB114339
HSL173°59.26%10.59%
HSB/HSV173°74.42%16.86%
CMYK74.42%0.00%9.30%
83.14%

Color #0B2B27 in popluar number systems.

HEX0B2B27
Decimal114339
Binary1011101011100111
Octal135347

Shades and tints

Shades of #0B2B27

#0B2B27
(11,43,39)
#0A2824
(10,40,36)
#092521
(9,37,33)
#08221E
(8,34,30)
#071F1B
(7,31,27)
#061C18
(6,28,24)
#051915
(5,25,21)
#041612
(4,22,18)
#03130F
(3,19,15)
#02100C
(2,16,12)
#010D09
(1,13,9)
#000000
(0,0,0)

Tints of #0B2B27

#0B2B27
(11,43,39)
#213E3A
(33,62,58)
#37514D
(55,81,77)
#4D6460
(77,100,96)
#637773
(99,119,115)
#798A86
(121,138,134)
#8F9D99
(143,157,153)
#A5B0AC
(165,176,172)
#BBC3BF
(187,195,191)
#D1D6D2
(209,214,210)
#E7E9E5
(231,233,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0B2B27; }

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

This text font color is #0B2B27.


Background Color

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

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

This div background color is #0B2B27.


Border color

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

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

This div border color is #0B2B27.


Opacity

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

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

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

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

This text has shadow with #0B2B27 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0B2B27 on black background.


Color preview on white background

This text has color #0B2B27 on white background.



Black color preview on #0B2B27 background

This text has black color on #0B2B27 background.


White color preview on #0B2B27 background

This text has white color on #0B2B27 background.