COLOR #0B2A26

HEX: #0B2A26
RGB: (11,42,38)

Color info

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

RGB color model

#0B2A26 color RGB value is (11,42,38).

  • red value is 11;
  • green value is 42;
  • blue value is 38.
RGB:
(11,42,38)
(4%,16%,15%)

RGB channels and saturation

R 11 of 255 = 4%
G 42 of 255 = 16%
B 38 of 255 = 15%

11
42
38

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

Portions of RGB colors in percentages

R + G + B =
11 + 42 + 38 = 91 (100%)
R 11 of 91 ~ 12.09%
G 42 of 91 ~ 46.15%
B 38 of 91 ~ 41.76%

%12.09
%46.15
%41.76

CMYK color model

#0B2A26 color CMYK value is (74,0,10,84).

  • cyan value is 73.81%
  • magenta value is 0.00%
  • yellow value is 9.52%
  • key color value is 83.53%
CMYK:
(74,0,10,84)
C74M0Y10K84 
(74%,0%,10%,84%)
(0.74/0.00/0.10/0.84)	

CMYK percentages

%73.81
%0
%9.52
%83.53

Codes

Color #0B2A26 in popluar color models

0B2A26
RGB114238
HSL172°58.49%10.39%
HSB/HSV172°73.81%16.47%
CMYK73.81%0.00%9.52%
83.53%

Color #0B2A26 in popluar number systems.

HEX0B2A26
Decimal114238
Binary1011101010100110
Octal135246

Shades and tints

Shades of #0B2A26

#0B2A26
(11,42,38)
#0A2723
(10,39,35)
#092420
(9,36,32)
#08211D
(8,33,29)
#071E1A
(7,30,26)
#061B17
(6,27,23)
#051814
(5,24,20)
#041511
(4,21,17)
#03120E
(3,18,14)
#020F0B
(2,15,11)
#010C08
(1,12,8)
#000000
(0,0,0)

Tints of #0B2A26

#0B2A26
(11,42,38)
#213D39
(33,61,57)
#37504C
(55,80,76)
#4D635F
(77,99,95)
#637672
(99,118,114)
#798985
(121,137,133)
#8F9C98
(143,156,152)
#A5AFAB
(165,175,171)
#BBC2BE
(187,194,190)
#D1D5D1
(209,213,209)
#E7E8E4
(231,232,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0B2A26 color. Also use rgb(11,42,38) instead hex code.

Text Font Color

.myTextColor { color: #0B2A26; }

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

This text font color is #0B2A26.


Background Color

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

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

This div background color is #0B2A26.


Border color

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

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

This div border color is #0B2A26.


Opacity

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

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

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

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

This text has shadow with #0B2A26 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0B2A26 on black background.


Color preview on white background

This text has color #0B2A26 on white background.



Black color preview on #0B2A26 background

This text has black color on #0B2A26 background.


White color preview on #0B2A26 background

This text has white color on #0B2A26 background.