COLOR #0B261A

HEX: #0B261A RGB: (11,38,26)

Color info

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

RGB color model

#0B261A color RGB value is (11,38,26).

RGB: (11,38,26) (4%, 15%, 10%)

RGB channels and saturation

R 11 of 255 = 4%
G 38 of 255 = 15%
B 26 of 255 = 10%

11
38
26

R + G + B ~ 10%. #0B261A is dark color.

Portions of RGB colors in percentages

R + G + B = 11 + 38 + 26 = 75 (100%)
R 11 of 75 ~ 14.67%
G 38 of 75 ~ 50.67%
B 26 of 75 ~ 34.67'%

%14.67
%50.67
%34.67

CMYK color model

#0B261A color CMYK value is (71,0,32,85).

  • cyan value is 71.05%
  • magenta value is 0.00%
  • yellow value is 31.58%
  • key color value is 85.10%

CMYK: (71,0,32,85)
C71M0Y32K85 (71%, 0%, 32%, 85%)
(0.71 / 0.00 / 0.32 / 0.85)

CMYK percentages

%71.05
%0
%31.58
%85.1

Codes

Color #0B261A in popluar color models

0B 26 1A
RGB 11 38 26
HSL 153° 55.10% 9.61%
HSB/HSV 153° 71.05% 14.90%
CMYK 71.05% 0.00% 31.58%
85.10%

Color #0B261A in popluar number systems.

HEX 0B 26 1A
Decimal 11 38 26
Binary 1011 100110 11010
Octal 13 46 32

Shades and tints

Shades of #0B261A

#0B261A
(11,38,26)
#0A2318
(10,35,24)
#092016
(9,32,22)
#081D14
(8,29,20)
#071A12
(7,26,18)
#061710
(6,23,16)
#05140E
(5,20,14)
#04110C
(4,17,12)
#030E0A
(3,14,10)
#020B08
(2,11,8)
#010806
(1,8,6)
#000000
(0,0,0)

Tints of #0B261A

#0B261A
(11,38,26)
#21392E
(33,57,46)
#374C42
(55,76,66)
#4D5F56
(77,95,86)
#63726A
(99,114,106)
#79857E
(121,133,126)
#8F9892
(143,152,146)
#A5ABA6
(165,171,166)
#BBBEBA
(187,190,186)
#D1D1CE
(209,209,206)
#E7E4E2
(231,228,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0B261A; }

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

This text font color is #0B261A.

Background Color

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

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

This div background color is #0B261A.

Border color

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

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

This div border color is #0B261A.

Opacity

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

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

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

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

This text has shadow with #0B261A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0B261A.

Preview

Color preview on black background

This text has color #0B261A on black background.


Color preview on white background

This text has color #0B261A on white background.


Black color preview on #0B261A background

This text has black color on #0B261A background.


White color preview on #0B261A background

This text has white color on #0B261A background.


Related colors

Complementary color

Complementary color for #hex is #F4D9E5.


I love getcolorcode.com

Triadic colors

1 #1A0B26 and #261A0B with #0B261A are triadic colors.

2 #1A260B and #260B1A with #0B261A are triadic colors.