COLOR #0B2307

HEX: #0B2307
RGB: (11,35,7)

Color info

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

RGB color model

#0B2307 color RGB value is (11,35,7).

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

RGB channels and saturation

R 11 of 255 = 4%
G 35 of 255 = 14%
B 7 of 255 = 3%

11
35
7

R + G + B ~ 7%. #0B2307 is dark color.

Portions of RGB colors in percentages

R + G + B =
11 + 35 + 7 = 53 (100%)
R 11 of 53 ~ 20.75%
G 35 of 53 ~ 66.04%
B 7 of 53 ~ 13.21%

%20.75
%66.04
%13.21

CMYK color model

#0B2307 color CMYK value is (69,0,80,86).

  • cyan value is 68.57%
  • magenta value is 0.00%
  • yellow value is 80.00%
  • key color value is 86.27%
CMYK:
(69,0,80,86)
C69M0Y80K86 
(69%,0%,80%,86%)
(0.69/0.00/0.80/0.86)	

CMYK percentages

%68.57
%0
%80
%86.27

Codes

Color #0B2307 in popluar color models

0B2307
RGB11357
HSL111°66.67%8.24%
HSB/HSV111°80.00%13.73%
CMYK68.57%0.00%80.00%
86.27%

Color #0B2307 in popluar number systems.

HEX0B2307
Decimal11357
Binary1011100011111
Octal13437

Shades and tints

Shades of #0B2307

#0B2307
(11,35,7)
#0A2007
(10,32,7)
#091D07
(9,29,7)
#081A07
(8,26,7)
#071707
(7,23,7)
#061407
(6,20,7)
#051107
(5,17,7)
#040E07
(4,14,7)
#030B07
(3,11,7)
#020807
(2,8,7)
#010507
(1,5,7)
#000000
(0,0,0)

Tints of #0B2307

#0B2307
(11,35,7)
#21371D
(33,55,29)
#374B33
(55,75,51)
#4D5F49
(77,95,73)
#63735F
(99,115,95)
#798775
(121,135,117)
#8F9B8B
(143,155,139)
#A5AFA1
(165,175,161)
#BBC3B7
(187,195,183)
#D1D7CD
(209,215,205)
#E7EBE3
(231,235,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0B2307; }

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

This text font color is #0B2307.


Background Color

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

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

This div background color is #0B2307.


Border color

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

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

This div border color is #0B2307.


Opacity

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

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

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

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

This text has shadow with #0B2307 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0B2307 on black background.


Color preview on white background

This text has color #0B2307 on white background.



Black color preview on #0B2307 background

This text has black color on #0B2307 background.


White color preview on #0B2307 background

This text has white color on #0B2307 background.