COLOR #0B0711

HEX: #0B0711
RGB: (11,7,17)

Color info

#0B0711 contains red, green and blue colors in about the same proportion. Web safe color of #0B0711 is #000000 (or #000).

RGB color model

#0B0711 color RGB value is (11,7,17).

  • red value is 11;
  • green value is 7;
  • blue value is 17.
RGB:
(11,7,17)
(4%,3%,7%)

RGB channels and saturation

R 11 of 255 = 4%
G 7 of 255 = 3%
B 17 of 255 = 7%

11
7
17

R + G + B ~ 5%. #0B0711 is dark color.

Portions of RGB colors in percentages

R + G + B =
11 + 7 + 17 = 35 (100%)
R 11 of 35 ~ 31.43%
G 7 of 35 ~ 20%
B 17 of 35 ~ 48.57%

%31.43
%20
%48.57

CMYK color model

#0B0711 color CMYK value is (35,59,0,93).

  • cyan value is 35.29%
  • magenta value is 58.82%
  • yellow value is 0.00%
  • key color value is 93.33%
CMYK:
(35,59,0,93)
C35M59Y0K93 
(35%,59%,0%,93%)
(0.35/0.59/0.00/0.93)	

CMYK percentages

%35.29
%58.82
%0
%93.33

Codes

Color #0B0711 in popluar color models

0B0711
RGB11717
HSL264°41.67%4.71%
HSB/HSV264°58.82%6.67%
CMYK35.29%58.82%0.00%
93.33%

Color #0B0711 in popluar number systems.

HEX0B0711
Decimal11717
Binary101111110001
Octal13721

Shades and tints

Shades of #0B0711

#0B0711
(11,7,17)
#0A0710
(10,7,16)
#09070F
(9,7,15)
#08070E
(8,7,14)
#07070D
(7,7,13)
#06070C
(6,7,12)
#05070B
(5,7,11)
#04070A
(4,7,10)
#030709
(3,7,9)
#020708
(2,7,8)
#010707
(1,7,7)
#000000
(0,0,0)

Tints of #0B0711

#0B0711
(11,7,17)
#211D26
(33,29,38)
#37333B
(55,51,59)
#4D4950
(77,73,80)
#635F65
(99,95,101)
#79757A
(121,117,122)
#8F8B8F
(143,139,143)
#A5A1A4
(165,161,164)
#BBB7B9
(187,183,185)
#D1CDCE
(209,205,206)
#E7E3E3
(231,227,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0B0711 color. Also use rgb(11,7,17) instead hex code.

Text Font Color

.myTextColor { color: #0B0711; }

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

This text font color is #0B0711.


Background Color

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

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

This div background color is #0B0711.


Border color

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

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

This div border color is #0B0711.


Opacity

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

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

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

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

This text has shadow with #0B0711 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0B0711 on black background.


Color preview on white background

This text has color #0B0711 on white background.



Black color preview on #0B0711 background

This text has black color on #0B0711 background.


White color preview on #0B0711 background

This text has white color on #0B0711 background.