COLOR #0B2630

HEX: #0B2630
RGB: (11,38,48)

Color info

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

RGB color model

#0B2630 color RGB value is (11,38,48).

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

RGB channels and saturation

R 11 of 255 = 4%
G 38 of 255 = 15%
B 48 of 255 = 19%

11
38
48

R + G + B ~ 13%. #0B2630 is dark color.

Portions of RGB colors in percentages

R + G + B =
11 + 38 + 48 = 97 (100%)
R 11 of 97 ~ 11.34%
G 38 of 97 ~ 39.18%
B 48 of 97 ~ 49.48%

%11.34
%39.18
%49.48

CMYK color model

#0B2630 color CMYK value is (77,21,0,81).

  • cyan value is 77.08%
  • magenta value is 20.83%
  • yellow value is 0.00%
  • key color value is 81.18%
CMYK:
(77,21,0,81)
C77M21Y0K81 
(77%,21%,0%,81%)
(0.77/0.21/0.00/0.81)	

CMYK percentages

%77.08
%20.83
%0
%81.18

Codes

Color #0B2630 in popluar color models

0B2630
RGB113848
HSL196°62.71%11.57%
HSB/HSV196°77.08%18.82%
CMYK77.08%20.83%0.00%
81.18%

Color #0B2630 in popluar number systems.

HEX0B2630
Decimal113848
Binary1011100110110000
Octal134660

Shades and tints

Shades of #0B2630

#0B2630
(11,38,48)
#0A232C
(10,35,44)
#092028
(9,32,40)
#081D24
(8,29,36)
#071A20
(7,26,32)
#06171C
(6,23,28)
#051418
(5,20,24)
#041114
(4,17,20)
#030E10
(3,14,16)
#020B0C
(2,11,12)
#010808
(1,8,8)
#000000
(0,0,0)

Tints of #0B2630

#0B2630
(11,38,48)
#213942
(33,57,66)
#374C54
(55,76,84)
#4D5F66
(77,95,102)
#637278
(99,114,120)
#79858A
(121,133,138)
#8F989C
(143,152,156)
#A5ABAE
(165,171,174)
#BBBEC0
(187,190,192)
#D1D1D2
(209,209,210)
#E7E4E4
(231,228,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0B2630; }

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

This text font color is #0B2630.


Background Color

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

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

This div background color is #0B2630.


Border color

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

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

This div border color is #0B2630.


Opacity

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

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

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

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

This text has shadow with #0B2630 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0B2630 on black background.


Color preview on white background

This text has color #0B2630 on white background.



Black color preview on #0B2630 background

This text has black color on #0B2630 background.


White color preview on #0B2630 background

This text has white color on #0B2630 background.