COLOR #0B2717

HEX: #0B2717
RGB: (11,39,23)

Color info

#0B2717 contains red, green and blue colors in about the same proportion. Web safe color of #0B2717 is #003300 (or #030).

RGB color model

#0B2717 color RGB value is (11,39,23).

  • red value is 11;
  • green value is 39;
  • blue value is 23.
RGB:
(11,39,23)
(4%,15%,9%)

RGB channels and saturation

R 11 of 255 = 4%
G 39 of 255 = 15%
B 23 of 255 = 9%

11
39
23

R + G + B ~ 9%. #0B2717 is dark color.

Portions of RGB colors in percentages

R + G + B =
11 + 39 + 23 = 73 (100%)
R 11 of 73 ~ 15.07%
G 39 of 73 ~ 53.42%
B 23 of 73 ~ 31.51%

%15.07
%53.42
%31.51

CMYK color model

#0B2717 color CMYK value is (72,0,41,85).

  • cyan value is 71.79%
  • magenta value is 0.00%
  • yellow value is 41.03%
  • key color value is 84.71%
CMYK:
(72,0,41,85)
C72M0Y41K85 
(72%,0%,41%,85%)
(0.72/0.00/0.41/0.85)	

CMYK percentages

%71.79
%0
%41.03
%84.71

Codes

Color #0B2717 in popluar color models

0B2717
RGB113923
HSL146°56.00%9.80%
HSB/HSV146°71.79%15.29%
CMYK71.79%0.00%41.03%
84.71%

Color #0B2717 in popluar number systems.

HEX0B2717
Decimal113923
Binary101110011110111
Octal134727

Shades and tints

Shades of #0B2717

#0B2717
(11,39,23)
#0A2415
(10,36,21)
#092113
(9,33,19)
#081E11
(8,30,17)
#071B0F
(7,27,15)
#06180D
(6,24,13)
#05150B
(5,21,11)
#041209
(4,18,9)
#030F07
(3,15,7)
#020C05
(2,12,5)
#010903
(1,9,3)
#000000
(0,0,0)

Tints of #0B2717

#0B2717
(11,39,23)
#213A2C
(33,58,44)
#374D41
(55,77,65)
#4D6056
(77,96,86)
#63736B
(99,115,107)
#798680
(121,134,128)
#8F9995
(143,153,149)
#A5ACAA
(165,172,170)
#BBBFBF
(187,191,191)
#D1D2D4
(209,210,212)
#E7E5E9
(231,229,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0B2717 color. Also use rgb(11,39,23) instead hex code.

Text Font Color

.myTextColor { color: #0B2717; }

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

This text font color is #0B2717.


Background Color

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

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

This div background color is #0B2717.


Border color

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

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

This div border color is #0B2717.


Opacity

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

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

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

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

This text has shadow with #0B2717 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0B2717 on black background.


Color preview on white background

This text has color #0B2717 on white background.



Black color preview on #0B2717 background

This text has black color on #0B2717 background.


White color preview on #0B2717 background

This text has white color on #0B2717 background.