COLOR #0B0503

HEX: #0B0503
RGB: (11,5,3)

Color info

#0B0503 contains red, green and blue colors in about the same proportion. Web safe color of #0B0503 is #000000 (or #000).

RGB color model

#0B0503 color RGB value is (11,5,3).

  • red value is 11;
  • green value is 5;
  • blue value is 3.
RGB:
(11,5,3)
(4%,2%,1%)

RGB channels and saturation

R 11 of 255 = 4%
G 5 of 255 = 2%
B 3 of 255 = 1%

11
5
3

R + G + B ~ 2%. #0B0503 is dark color.

Portions of RGB colors in percentages

R + G + B =
11 + 5 + 3 = 19 (100%)
R 11 of 19 ~ 57.89%
G 5 of 19 ~ 26.32%
B 3 of 19 ~ 15.79%

%57.89
%26.32
%15.79

CMYK color model

#0B0503 color CMYK value is (0,55,73,96).

  • cyan value is 0.00%
  • magenta value is 54.55%
  • yellow value is 72.73%
  • key color value is 95.69%
CMYK:
(0,55,73,96)
C0M55Y73K96 
(0%,55%,73%,96%)
(0.00/0.55/0.73/0.96)	

CMYK percentages

%0
%54.55
%72.73
%95.69

Codes

Color #0B0503 in popluar color models

0B0503
RGB1153
HSL15°57.14%2.75%
HSB/HSV15°72.73%4.31%
CMYK0.00%54.55%72.73%
95.69%

Color #0B0503 in popluar number systems.

HEX0B0503
Decimal1153
Binary101110111
Octal1353

Shades and tints

Shades of #0B0503

#0B0503
(11,5,3)
#0A0503
(10,5,3)
#090503
(9,5,3)
#080503
(8,5,3)
#070503
(7,5,3)
#060503
(6,5,3)
#050503
(5,5,3)
#040503
(4,5,3)
#030503
(3,5,3)
#020503
(2,5,3)
#010503
(1,5,3)
#000000
(0,0,0)

Tints of #0B0503

#0B0503
(11,5,3)
#211B19
(33,27,25)
#37312F
(55,49,47)
#4D4745
(77,71,69)
#635D5B
(99,93,91)
#797371
(121,115,113)
#8F8987
(143,137,135)
#A59F9D
(165,159,157)
#BBB5B3
(187,181,179)
#D1CBC9
(209,203,201)
#E7E1DF
(231,225,223)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0B0503 color. Also use rgb(11,5,3) instead hex code.

Text Font Color

.myTextColor { color: #0B0503; }

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

This text font color is #0B0503.


Background Color

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

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

This div background color is #0B0503.


Border color

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

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

This div border color is #0B0503.


Opacity

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

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

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

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

This text has shadow with #0B0503 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0B0503 on black background.


Color preview on white background

This text has color #0B0503 on white background.



Black color preview on #0B0503 background

This text has black color on #0B0503 background.


White color preview on #0B0503 background

This text has white color on #0B0503 background.