COLOR #0B2528

HEX: #0B2528
RGB: (11,37,40)

Color info

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

RGB color model

#0B2528 color RGB value is (11,37,40).

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

RGB channels and saturation

R 11 of 255 = 4%
G 37 of 255 = 15%
B 40 of 255 = 16%

11
37
40

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

Portions of RGB colors in percentages

R + G + B =
11 + 37 + 40 = 88 (100%)
R 11 of 88 ~ 12.5%
G 37 of 88 ~ 42.05%
B 40 of 88 ~ 45.45%

%12.5
%42.05
%45.45

CMYK color model

#0B2528 color CMYK value is (73,7,0,84).

  • cyan value is 72.50%
  • magenta value is 7.50%
  • yellow value is 0.00%
  • key color value is 84.31%
CMYK:
(73,7,0,84)
C73M7Y0K84 
(73%,7%,0%,84%)
(0.73/0.07/0.00/0.84)	

CMYK percentages

%72.5
%7.5
%0
%84.31

Codes

Color #0B2528 in popluar color models

0B2528
RGB113740
HSL186°56.86%10.00%
HSB/HSV186°72.50%15.69%
CMYK72.50%7.50%0.00%
84.31%

Color #0B2528 in popluar number systems.

HEX0B2528
Decimal113740
Binary1011100101101000
Octal134550

Shades and tints

Shades of #0B2528

#0B2528
(11,37,40)
#0A2225
(10,34,37)
#091F22
(9,31,34)
#081C1F
(8,28,31)
#07191C
(7,25,28)
#061619
(6,22,25)
#051316
(5,19,22)
#041013
(4,16,19)
#030D10
(3,13,16)
#020A0D
(2,10,13)
#01070A
(1,7,10)
#000000
(0,0,0)

Tints of #0B2528

#0B2528
(11,37,40)
#21383B
(33,56,59)
#374B4E
(55,75,78)
#4D5E61
(77,94,97)
#637174
(99,113,116)
#798487
(121,132,135)
#8F979A
(143,151,154)
#A5AAAD
(165,170,173)
#BBBDC0
(187,189,192)
#D1D0D3
(209,208,211)
#E7E3E6
(231,227,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0B2528 color. Also use rgb(11,37,40) instead hex code.

Text Font Color

.myTextColor { color: #0B2528; }

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

This text font color is #0B2528.


Background Color

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

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

This div background color is #0B2528.


Border color

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

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

This div border color is #0B2528.


Opacity

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

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

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

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

This text has shadow with #0B2528 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0B2528 on black background.


Color preview on white background

This text has color #0B2528 on white background.



Black color preview on #0B2528 background

This text has black color on #0B2528 background.


White color preview on #0B2528 background

This text has white color on #0B2528 background.