COLOR #0B260D

HEX: #0B260D
RGB: (11,38,13)

Color info

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

RGB color model

#0B260D color RGB value is (11,38,13).

  • red value is 11;
  • green value is 38;
  • blue value is 13.
RGB:
(11,38,13)
(4%,15%,5%)

RGB channels and saturation

R 11 of 255 = 4%
G 38 of 255 = 15%
B 13 of 255 = 5%

11
38
13

R + G + B ~ 8%. #0B260D is dark color.

Portions of RGB colors in percentages

R + G + B =
11 + 38 + 13 = 62 (100%)
R 11 of 62 ~ 17.74%
G 38 of 62 ~ 61.29%
B 13 of 62 ~ 20.97%

%17.74
%61.29
%20.97

CMYK color model

#0B260D color CMYK value is (71,0,66,85).

  • cyan value is 71.05%
  • magenta value is 0.00%
  • yellow value is 65.79%
  • key color value is 85.10%
CMYK:
(71,0,66,85)
C71M0Y66K85 
(71%,0%,66%,85%)
(0.71/0.00/0.66/0.85)	

CMYK percentages

%71.05
%0
%65.79
%85.1

Codes

Color #0B260D in popluar color models

0B260D
RGB113813
HSL124°55.10%9.61%
HSB/HSV124°71.05%14.90%
CMYK71.05%0.00%65.79%
85.10%

Color #0B260D in popluar number systems.

HEX0B260D
Decimal113813
Binary10111001101101
Octal134615

Shades and tints

Shades of #0B260D

#0B260D
(11,38,13)
#0A230C
(10,35,12)
#09200B
(9,32,11)
#081D0A
(8,29,10)
#071A09
(7,26,9)
#061708
(6,23,8)
#051407
(5,20,7)
#041106
(4,17,6)
#030E05
(3,14,5)
#020B04
(2,11,4)
#010803
(1,8,3)
#000000
(0,0,0)

Tints of #0B260D

#0B260D
(11,38,13)
#213923
(33,57,35)
#374C39
(55,76,57)
#4D5F4F
(77,95,79)
#637265
(99,114,101)
#79857B
(121,133,123)
#8F9891
(143,152,145)
#A5ABA7
(165,171,167)
#BBBEBD
(187,190,189)
#D1D1D3
(209,209,211)
#E7E4E9
(231,228,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0B260D color. Also use rgb(11,38,13) instead hex code.

Text Font Color

.myTextColor { color: #0B260D; }

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

This text font color is #0B260D.


Background Color

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

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

This div background color is #0B260D.


Border color

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

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

This div border color is #0B260D.


Opacity

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

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

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

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

This text has shadow with #0B260D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0B260D on black background.


Color preview on white background

This text has color #0B260D on white background.



Black color preview on #0B260D background

This text has black color on #0B260D background.


White color preview on #0B260D background

This text has white color on #0B260D background.