COLOR #0B301A

HEX: #0B301A
RGB: (11,48,26)

Color info

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

RGB color model

#0B301A color RGB value is (11,48,26).

  • red value is 11;
  • green value is 48;
  • blue value is 26.
RGB:
(11,48,26)
(4%,19%,10%)

RGB channels and saturation

R 11 of 255 = 4%
G 48 of 255 = 19%
B 26 of 255 = 10%

11
48
26

R + G + B ~ 11%. #0B301A is dark color.

Portions of RGB colors in percentages

R + G + B =
11 + 48 + 26 = 85 (100%)
R 11 of 85 ~ 12.94%
G 48 of 85 ~ 56.47%
B 26 of 85 ~ 30.59%

%12.94
%56.47
%30.59

CMYK color model

#0B301A color CMYK value is (77,0,46,81).

  • cyan value is 77.08%
  • magenta value is 0.00%
  • yellow value is 45.83%
  • key color value is 81.18%
CMYK:
(77,0,46,81)
C77M0Y46K81 
(77%,0%,46%,81%)
(0.77/0.00/0.46/0.81)	

CMYK percentages

%77.08
%0
%45.83
%81.18

Codes

Color #0B301A in popluar color models

0B301A
RGB114826
HSL144°62.71%11.57%
HSB/HSV144°77.08%18.82%
CMYK77.08%0.00%45.83%
81.18%

Color #0B301A in popluar number systems.

HEX0B301A
Decimal114826
Binary101111000011010
Octal136032

Shades and tints

Shades of #0B301A

#0B301A
(11,48,26)
#0A2C18
(10,44,24)
#092816
(9,40,22)
#082414
(8,36,20)
#072012
(7,32,18)
#061C10
(6,28,16)
#05180E
(5,24,14)
#04140C
(4,20,12)
#03100A
(3,16,10)
#020C08
(2,12,8)
#010806
(1,8,6)
#000000
(0,0,0)

Tints of #0B301A

#0B301A
(11,48,26)
#21422E
(33,66,46)
#375442
(55,84,66)
#4D6656
(77,102,86)
#63786A
(99,120,106)
#798A7E
(121,138,126)
#8F9C92
(143,156,146)
#A5AEA6
(165,174,166)
#BBC0BA
(187,192,186)
#D1D2CE
(209,210,206)
#E7E4E2
(231,228,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0B301A; }

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

This text font color is #0B301A.


Background Color

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

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

This div background color is #0B301A.


Border color

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

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

This div border color is #0B301A.


Opacity

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

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

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

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

This text has shadow with #0B301A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0B301A on black background.


Color preview on white background

This text has color #0B301A on white background.



Black color preview on #0B301A background

This text has black color on #0B301A background.


White color preview on #0B301A background

This text has white color on #0B301A background.