COLOR #0B424B

HEX: #0B424B
RGB: (11,66,75)

Color info

#0B424B contains mainly green and blue colors. Web safe color of #0B424B is #003333 (or #033).

RGB color model

#0B424B color RGB value is (11,66,75).

  • red value is 11;
  • green value is 66;
  • blue value is 75.
RGB:
(11,66,75)
(4%,26%,29%)

RGB channels and saturation

R 11 of 255 = 4%
G 66 of 255 = 26%
B 75 of 255 = 29%

11
66
75

R + G + B ~ 20%. #0B424B is dark color.

Portions of RGB colors in percentages

R + G + B =
11 + 66 + 75 = 152 (100%)
R 11 of 152 ~ 7.24%
G 66 of 152 ~ 43.42%
B 75 of 152 ~ 49.34%

%43.42
%49.34

CMYK color model

#0B424B color CMYK value is (85,12,0,71).

  • cyan value is 85.33%
  • magenta value is 12.00%
  • yellow value is 0.00%
  • key color value is 70.59%
CMYK:
(85,12,0,71)
C85M12Y0K71 
(85%,12%,0%,71%)
(0.85/0.12/0.00/0.71)	

CMYK percentages

%85.33
%12
%0
%70.59

Codes

Color #0B424B in popluar color models

0B424B
RGB116675
HSL188°74.42%16.86%
HSB/HSV188°85.33%29.41%
CMYK85.33%12.00%0.00%
70.59%

Color #0B424B in popluar number systems.

HEX0B424B
Decimal116675
Binary101110000101001011
Octal13102113

Shades and tints

Shades of #0B424B

#0B424B
(11,66,75)
#0A3C45
(10,60,69)
#09363F
(9,54,63)
#083039
(8,48,57)
#072A33
(7,42,51)
#06242D
(6,36,45)
#051E27
(5,30,39)
#041821
(4,24,33)
#03121B
(3,18,27)
#020C15
(2,12,21)
#01060F
(1,6,15)
#000000
(0,0,0)

Tints of #0B424B

#0B424B
(11,66,75)
#21535B
(33,83,91)
#37646B
(55,100,107)
#4D757B
(77,117,123)
#63868B
(99,134,139)
#79979B
(121,151,155)
#8FA8AB
(143,168,171)
#A5B9BB
(165,185,187)
#BBCACB
(187,202,203)
#D1DBDB
(209,219,219)
#E7ECEB
(231,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0B424B color. Also use rgb(11,66,75) instead hex code.

Text Font Color

.myTextColor { color: #0B424B; }

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

This text font color is #0B424B.


Background Color

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

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

This div background color is #0B424B.


Border color

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

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

This div border color is #0B424B.


Opacity

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

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

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

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

This text has shadow with #0B424B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0B424B on black background.


Color preview on white background

This text has color #0B424B on white background.



Black color preview on #0B424B background

This text has black color on #0B424B background.


White color preview on #0B424B background

This text has white color on #0B424B background.