COLOR #0B232B

HEX: #0B232B
RGB: (11,35,43)

Color info

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

RGB color model

#0B232B color RGB value is (11,35,43).

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

RGB channels and saturation

R 11 of 255 = 4%
G 35 of 255 = 14%
B 43 of 255 = 17%

11
35
43

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

Portions of RGB colors in percentages

R + G + B =
11 + 35 + 43 = 89 (100%)
R 11 of 89 ~ 12.36%
G 35 of 89 ~ 39.33%
B 43 of 89 ~ 48.31%

%12.36
%39.33
%48.31

CMYK color model

#0B232B color CMYK value is (74,19,0,83).

  • cyan value is 74.42%
  • magenta value is 18.60%
  • yellow value is 0.00%
  • key color value is 83.14%
CMYK:
(74,19,0,83)
C74M19Y0K83 
(74%,19%,0%,83%)
(0.74/0.19/0.00/0.83)	

CMYK percentages

%74.42
%18.6
%0
%83.14

Codes

Color #0B232B in popluar color models

0B232B
RGB113543
HSL195°59.26%10.59%
HSB/HSV195°74.42%16.86%
CMYK74.42%18.60%0.00%
83.14%

Color #0B232B in popluar number systems.

HEX0B232B
Decimal113543
Binary1011100011101011
Octal134353

Shades and tints

Shades of #0B232B

#0B232B
(11,35,43)
#0A2028
(10,32,40)
#091D25
(9,29,37)
#081A22
(8,26,34)
#07171F
(7,23,31)
#06141C
(6,20,28)
#051119
(5,17,25)
#040E16
(4,14,22)
#030B13
(3,11,19)
#020810
(2,8,16)
#01050D
(1,5,13)
#000000
(0,0,0)

Tints of #0B232B

#0B232B
(11,35,43)
#21373E
(33,55,62)
#374B51
(55,75,81)
#4D5F64
(77,95,100)
#637377
(99,115,119)
#79878A
(121,135,138)
#8F9B9D
(143,155,157)
#A5AFB0
(165,175,176)
#BBC3C3
(187,195,195)
#D1D7D6
(209,215,214)
#E7EBE9
(231,235,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0B232B; }

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

This text font color is #0B232B.


Background Color

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

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

This div background color is #0B232B.


Border color

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

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

This div border color is #0B232B.


Opacity

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

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

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

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

This text has shadow with #0B232B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0B232B on black background.


Color preview on white background

This text has color #0B232B on white background.



Black color preview on #0B232B background

This text has black color on #0B232B background.


White color preview on #0B232B background

This text has white color on #0B232B background.