COLOR #0B3436

HEX: #0B3436
RGB: (11,52,54)

Color info

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

RGB color model

#0B3436 color RGB value is (11,52,54).

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

RGB channels and saturation

R 11 of 255 = 4%
G 52 of 255 = 20%
B 54 of 255 = 21%

11
52
54

R + G + B ~ 15%. #0B3436 is dark color.

Portions of RGB colors in percentages

R + G + B =
11 + 52 + 54 = 117 (100%)
R 11 of 117 ~ 9.4%
G 52 of 117 ~ 44.44%
B 54 of 117 ~ 46.15%

%44.44
%46.15

CMYK color model

#0B3436 color CMYK value is (80,4,0,79).

  • cyan value is 79.63%
  • magenta value is 3.70%
  • yellow value is 0.00%
  • key color value is 78.82%
CMYK:
(80,4,0,79)
C80M4Y0K79 
(80%,4%,0%,79%)
(0.80/0.04/0.00/0.79)	

CMYK percentages

%79.63
%3.7
%0
%78.82

Codes

Color #0B3436 in popluar color models

0B3436
RGB115254
HSL183°66.15%12.75%
HSB/HSV183°79.63%21.18%
CMYK79.63%3.70%0.00%
78.82%

Color #0B3436 in popluar number systems.

HEX0B3436
Decimal115254
Binary1011110100110110
Octal136466

Shades and tints

Shades of #0B3436

#0B3436
(11,52,54)
#0A3032
(10,48,50)
#092C2E
(9,44,46)
#08282A
(8,40,42)
#072426
(7,36,38)
#062022
(6,32,34)
#051C1E
(5,28,30)
#04181A
(4,24,26)
#031416
(3,20,22)
#021012
(2,16,18)
#010C0E
(1,12,14)
#000000
(0,0,0)

Tints of #0B3436

#0B3436
(11,52,54)
#214648
(33,70,72)
#37585A
(55,88,90)
#4D6A6C
(77,106,108)
#637C7E
(99,124,126)
#798E90
(121,142,144)
#8FA0A2
(143,160,162)
#A5B2B4
(165,178,180)
#BBC4C6
(187,196,198)
#D1D6D8
(209,214,216)
#E7E8EA
(231,232,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0B3436; }

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

This text font color is #0B3436.


Background Color

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

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

This div background color is #0B3436.


Border color

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

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

This div border color is #0B3436.


Opacity

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

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

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

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

This text has shadow with #0B3436 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0B3436 on black background.


Color preview on white background

This text has color #0B3436 on white background.



Black color preview on #0B3436 background

This text has black color on #0B3436 background.


White color preview on #0B3436 background

This text has white color on #0B3436 background.