COLOR #0B3338

HEX: #0B3338
RGB: (11,51,56)

Color info

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

RGB color model

#0B3338 color RGB value is (11,51,56).

  • red value is 11;
  • green value is 51;
  • blue value is 56.
RGB:
(11,51,56)
(4%,20%,22%)

RGB channels and saturation

R 11 of 255 = 4%
G 51 of 255 = 20%
B 56 of 255 = 22%

11
51
56

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

Portions of RGB colors in percentages

R + G + B =
11 + 51 + 56 = 118 (100%)
R 11 of 118 ~ 9.32%
G 51 of 118 ~ 43.22%
B 56 of 118 ~ 47.46%

%43.22
%47.46

CMYK color model

#0B3338 color CMYK value is (80,9,0,78).

  • cyan value is 80.36%
  • magenta value is 8.93%
  • yellow value is 0.00%
  • key color value is 78.04%
CMYK:
(80,9,0,78)
C80M9Y0K78 
(80%,9%,0%,78%)
(0.80/0.09/0.00/0.78)	

CMYK percentages

%80.36
%8.93
%0
%78.04

Codes

Color #0B3338 in popluar color models

0B3338
RGB115156
HSL187°67.16%13.14%
HSB/HSV187°80.36%21.96%
CMYK80.36%8.93%0.00%
78.04%

Color #0B3338 in popluar number systems.

HEX0B3338
Decimal115156
Binary1011110011111000
Octal136370

Shades and tints

Shades of #0B3338

#0B3338
(11,51,56)
#0A2F33
(10,47,51)
#092B2E
(9,43,46)
#082729
(8,39,41)
#072324
(7,35,36)
#061F1F
(6,31,31)
#051B1A
(5,27,26)
#041715
(4,23,21)
#031310
(3,19,16)
#020F0B
(2,15,11)
#010B06
(1,11,6)
#000000
(0,0,0)

Tints of #0B3338

#0B3338
(11,51,56)
#21454A
(33,69,74)
#37575C
(55,87,92)
#4D696E
(77,105,110)
#637B80
(99,123,128)
#798D92
(121,141,146)
#8F9FA4
(143,159,164)
#A5B1B6
(165,177,182)
#BBC3C8
(187,195,200)
#D1D5DA
(209,213,218)
#E7E7EC
(231,231,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0B3338 color. Also use rgb(11,51,56) instead hex code.

Text Font Color

.myTextColor { color: #0B3338; }

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

This text font color is #0B3338.


Background Color

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

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

This div background color is #0B3338.


Border color

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

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

This div border color is #0B3338.


Opacity

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

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

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

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

This text has shadow with #0B3338 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0B3338 on black background.


Color preview on white background

This text has color #0B3338 on white background.



Black color preview on #0B3338 background

This text has black color on #0B3338 background.


White color preview on #0B3338 background

This text has white color on #0B3338 background.