COLOR #0B301E

HEX: #0B301E
RGB: (11,48,30)

Color info

#0B301E contains red, green and blue colors in about the same proportion. Web safe color of #0B301E is #003333 (or #033).

RGB color model

#0B301E color RGB value is (11,48,30).

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

RGB channels and saturation

R 11 of 255 = 4%
G 48 of 255 = 19%
B 30 of 255 = 12%

11
48
30

R + G + B ~ 12%. #0B301E is dark color.

Portions of RGB colors in percentages

R + G + B =
11 + 48 + 30 = 89 (100%)
R 11 of 89 ~ 12.36%
G 48 of 89 ~ 53.93%
B 30 of 89 ~ 33.71%

%12.36
%53.93
%33.71

CMYK color model

#0B301E color CMYK value is (77,0,38,81).

  • cyan value is 77.08%
  • magenta value is 0.00%
  • yellow value is 37.50%
  • key color value is 81.18%
CMYK:
(77,0,38,81)
C77M0Y38K81 
(77%,0%,38%,81%)
(0.77/0.00/0.38/0.81)	

CMYK percentages

%77.08
%0
%37.5
%81.18

Codes

Color #0B301E in popluar color models

0B301E
RGB114830
HSL151°62.71%11.57%
HSB/HSV151°77.08%18.82%
CMYK77.08%0.00%37.50%
81.18%

Color #0B301E in popluar number systems.

HEX0B301E
Decimal114830
Binary101111000011110
Octal136036

Shades and tints

Shades of #0B301E

#0B301E
(11,48,30)
#0A2C1C
(10,44,28)
#09281A
(9,40,26)
#082418
(8,36,24)
#072016
(7,32,22)
#061C14
(6,28,20)
#051812
(5,24,18)
#041410
(4,20,16)
#03100E
(3,16,14)
#020C0C
(2,12,12)
#01080A
(1,8,10)
#000000
(0,0,0)

Tints of #0B301E

#0B301E
(11,48,30)
#214232
(33,66,50)
#375446
(55,84,70)
#4D665A
(77,102,90)
#63786E
(99,120,110)
#798A82
(121,138,130)
#8F9C96
(143,156,150)
#A5AEAA
(165,174,170)
#BBC0BE
(187,192,190)
#D1D2D2
(209,210,210)
#E7E4E6
(231,228,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0B301E; }

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

This text font color is #0B301E.


Background Color

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

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

This div background color is #0B301E.


Border color

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

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

This div border color is #0B301E.


Opacity

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

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

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

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

This text has shadow with #0B301E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0B301E on black background.


Color preview on white background

This text has color #0B301E on white background.



Black color preview on #0B301E background

This text has black color on #0B301E background.


White color preview on #0B301E background

This text has white color on #0B301E background.