COLOR #0B383C

HEX: #0B383C
RGB: (11,56,60)

Color info

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

RGB color model

#0B383C color RGB value is (11,56,60).

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

RGB channels and saturation

R 11 of 255 = 4%
G 56 of 255 = 22%
B 60 of 255 = 24%

11
56
60

R + G + B ~ 17%. #0B383C is dark color.

Portions of RGB colors in percentages

R + G + B =
11 + 56 + 60 = 127 (100%)
R 11 of 127 ~ 8.66%
G 56 of 127 ~ 44.09%
B 60 of 127 ~ 47.24%

%44.09
%47.24

CMYK color model

#0B383C color CMYK value is (82,7,0,76).

  • cyan value is 81.67%
  • magenta value is 6.67%
  • yellow value is 0.00%
  • key color value is 76.47%
CMYK:
(82,7,0,76)
C82M7Y0K76 
(82%,7%,0%,76%)
(0.82/0.07/0.00/0.76)	

CMYK percentages

%81.67
%6.67
%0
%76.47

Codes

Color #0B383C in popluar color models

0B383C
RGB115660
HSL185°69.01%13.92%
HSB/HSV185°81.67%23.53%
CMYK81.67%6.67%0.00%
76.47%

Color #0B383C in popluar number systems.

HEX0B383C
Decimal115660
Binary1011111000111100
Octal137074

Shades and tints

Shades of #0B383C

#0B383C
(11,56,60)
#0A3337
(10,51,55)
#092E32
(9,46,50)
#08292D
(8,41,45)
#072428
(7,36,40)
#061F23
(6,31,35)
#051A1E
(5,26,30)
#041519
(4,21,25)
#031014
(3,16,20)
#020B0F
(2,11,15)
#01060A
(1,6,10)
#000000
(0,0,0)

Tints of #0B383C

#0B383C
(11,56,60)
#214A4D
(33,74,77)
#375C5E
(55,92,94)
#4D6E6F
(77,110,111)
#638080
(99,128,128)
#799291
(121,146,145)
#8FA4A2
(143,164,162)
#A5B6B3
(165,182,179)
#BBC8C4
(187,200,196)
#D1DAD5
(209,218,213)
#E7ECE6
(231,236,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0B383C; }

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

This text font color is #0B383C.


Background Color

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

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

This div background color is #0B383C.


Border color

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

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

This div border color is #0B383C.


Opacity

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

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

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

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

This text has shadow with #0B383C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0B383C on black background.


Color preview on white background

This text has color #0B383C on white background.



Black color preview on #0B383C background

This text has black color on #0B383C background.


White color preview on #0B383C background

This text has white color on #0B383C background.