COLOR #0B1704

HEX: #0B1704
RGB: (11,23,4)

Color info

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

RGB color model

#0B1704 color RGB value is (11,23,4).

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

RGB channels and saturation

R 11 of 255 = 4%
G 23 of 255 = 9%
B 4 of 255 = 2%

11
23
4

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

Portions of RGB colors in percentages

R + G + B =
11 + 23 + 4 = 38 (100%)
R 11 of 38 ~ 28.95%
G 23 of 38 ~ 60.53%
B 4 of 38 ~ 10.53%

%28.95
%60.53
%10.53

CMYK color model

#0B1704 color CMYK value is (52,0,83,91).

  • cyan value is 52.17%
  • magenta value is 0.00%
  • yellow value is 82.61%
  • key color value is 90.98%
CMYK:
(52,0,83,91)
C52M0Y83K91 
(52%,0%,83%,91%)
(0.52/0.00/0.83/0.91)	

CMYK percentages

%52.17
%0
%82.61
%90.98

Codes

Color #0B1704 in popluar color models

0B1704
RGB11234
HSL98°70.37%5.29%
HSB/HSV98°82.61%9.02%
CMYK52.17%0.00%82.61%
90.98%

Color #0B1704 in popluar number systems.

HEX0B1704
Decimal11234
Binary101110111100
Octal13274

Shades and tints

Shades of #0B1704

#0B1704
(11,23,4)
#0A1504
(10,21,4)
#091304
(9,19,4)
#081104
(8,17,4)
#070F04
(7,15,4)
#060D04
(6,13,4)
#050B04
(5,11,4)
#040904
(4,9,4)
#030704
(3,7,4)
#020504
(2,5,4)
#010304
(1,3,4)
#000000
(0,0,0)

Tints of #0B1704

#0B1704
(11,23,4)
#212C1A
(33,44,26)
#374130
(55,65,48)
#4D5646
(77,86,70)
#636B5C
(99,107,92)
#798072
(121,128,114)
#8F9588
(143,149,136)
#A5AA9E
(165,170,158)
#BBBFB4
(187,191,180)
#D1D4CA
(209,212,202)
#E7E9E0
(231,233,224)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0B1704; }

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

This text font color is #0B1704.


Background Color

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

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

This div background color is #0B1704.


Border color

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

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

This div border color is #0B1704.


Opacity

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

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

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

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

This text has shadow with #0B1704 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0B1704 on black background.


Color preview on white background

This text has color #0B1704 on white background.



Black color preview on #0B1704 background

This text has black color on #0B1704 background.


White color preview on #0B1704 background

This text has white color on #0B1704 background.