COLOR #0B242F

HEX: #0B242F
RGB: (11,36,47)

Color info

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

RGB color model

#0B242F color RGB value is (11,36,47).

  • red value is 11;
  • green value is 36;
  • blue value is 47.
RGB:
(11,36,47)
(4%,14%,18%)

RGB channels and saturation

R 11 of 255 = 4%
G 36 of 255 = 14%
B 47 of 255 = 18%

11
36
47

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

Portions of RGB colors in percentages

R + G + B =
11 + 36 + 47 = 94 (100%)
R 11 of 94 ~ 11.7%
G 36 of 94 ~ 38.3%
B 47 of 94 ~ 50%

%11.7
%38.3
%50

CMYK color model

#0B242F color CMYK value is (77,23,0,82).

  • cyan value is 76.60%
  • magenta value is 23.40%
  • yellow value is 0.00%
  • key color value is 81.57%
CMYK:
(77,23,0,82)
C77M23Y0K82 
(77%,23%,0%,82%)
(0.77/0.23/0.00/0.82)	

CMYK percentages

%76.6
%23.4
%0
%81.57

Codes

Color #0B242F in popluar color models

0B242F
RGB113647
HSL198°62.07%11.37%
HSB/HSV198°76.60%18.43%
CMYK76.60%23.40%0.00%
81.57%

Color #0B242F in popluar number systems.

HEX0B242F
Decimal113647
Binary1011100100101111
Octal134457

Shades and tints

Shades of #0B242F

#0B242F
(11,36,47)
#0A212B
(10,33,43)
#091E27
(9,30,39)
#081B23
(8,27,35)
#07181F
(7,24,31)
#06151B
(6,21,27)
#051217
(5,18,23)
#040F13
(4,15,19)
#030C0F
(3,12,15)
#02090B
(2,9,11)
#010607
(1,6,7)
#000000
(0,0,0)

Tints of #0B242F

#0B242F
(11,36,47)
#213741
(33,55,65)
#374A53
(55,74,83)
#4D5D65
(77,93,101)
#637077
(99,112,119)
#798389
(121,131,137)
#8F969B
(143,150,155)
#A5A9AD
(165,169,173)
#BBBCBF
(187,188,191)
#D1CFD1
(209,207,209)
#E7E2E3
(231,226,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0B242F color. Also use rgb(11,36,47) instead hex code.

Text Font Color

.myTextColor { color: #0B242F; }

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

This text font color is #0B242F.


Background Color

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

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

This div background color is #0B242F.


Border color

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

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

This div border color is #0B242F.


Opacity

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

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

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

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

This text has shadow with #0B242F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0B242F on black background.


Color preview on white background

This text has color #0B242F on white background.



Black color preview on #0B242F background

This text has black color on #0B242F background.


White color preview on #0B242F background

This text has white color on #0B242F background.