COLOR #0B0436

HEX: #0B0436
RGB: (11,4,54)

Color info

#0B0436 contains red, green and blue colors in about the same proportion. Web safe color of #0B0436 is #000033 (or #003).

RGB color model

#0B0436 color RGB value is (11,4,54).

  • red value is 11;
  • green value is 4;
  • blue value is 54.
RGB:
(11,4,54)
(4%,2%,21%)

RGB channels and saturation

R 11 of 255 = 4%
G 4 of 255 = 2%
B 54 of 255 = 21%

11
4
54

R + G + B ~ 9%. #0B0436 is dark color.

Portions of RGB colors in percentages

R + G + B =
11 + 4 + 54 = 69 (100%)
R 11 of 69 ~ 15.94%
G 4 of 69 ~ 5.8%
B 54 of 69 ~ 78.26%

%15.94
%78.26

CMYK color model

#0B0436 color CMYK value is (80,93,0,79).

  • cyan value is 79.63%
  • magenta value is 92.59%
  • yellow value is 0.00%
  • key color value is 78.82%
CMYK:
(80,93,0,79)
C80M93Y0K79 
(80%,93%,0%,79%)
(0.80/0.93/0.00/0.79)	

CMYK percentages

%79.63
%92.59
%0
%78.82

Codes

Color #0B0436 in popluar color models

0B0436
RGB11454
HSL248°86.21%11.37%
HSB/HSV248°92.59%21.18%
CMYK79.63%92.59%0.00%
78.82%

Color #0B0436 in popluar number systems.

HEX0B0436
Decimal11454
Binary1011100110110
Octal13466

Shades and tints

Shades of #0B0436

#0B0436
(11,4,54)
#0A0432
(10,4,50)
#09042E
(9,4,46)
#08042A
(8,4,42)
#070426
(7,4,38)
#060422
(6,4,34)
#05041E
(5,4,30)
#04041A
(4,4,26)
#030416
(3,4,22)
#020412
(2,4,18)
#01040E
(1,4,14)
#000000
(0,0,0)

Tints of #0B0436

#0B0436
(11,4,54)
#211A48
(33,26,72)
#37305A
(55,48,90)
#4D466C
(77,70,108)
#635C7E
(99,92,126)
#797290
(121,114,144)
#8F88A2
(143,136,162)
#A59EB4
(165,158,180)
#BBB4C6
(187,180,198)
#D1CAD8
(209,202,216)
#E7E0EA
(231,224,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0B0436 color. Also use rgb(11,4,54) instead hex code.

Text Font Color

.myTextColor { color: #0B0436; }

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

This text font color is #0B0436.


Background Color

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

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

This div background color is #0B0436.


Border color

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

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

This div border color is #0B0436.


Opacity

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

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

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

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

This text has shadow with #0B0436 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0B0436 on black background.


Color preview on white background

This text has color #0B0436 on white background.



Black color preview on #0B0436 background

This text has black color on #0B0436 background.


White color preview on #0B0436 background

This text has white color on #0B0436 background.