COLOR #0B463B

HEX: #0B463B RGB: (11,70,59)

Color info

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

RGB color model

#0B463B color RGB value is (11,70,59).

RGB: (11,70,59) (4%, 27%, 23%)

RGB channels and saturation

R 11 of 255 = 4%
G 70 of 255 = 27%
B 59 of 255 = 23%

11
70
59

R + G + B ~ 18%. #0B463B is dark color.

Portions of RGB colors in percentages

R + G + B = 11 + 70 + 59 = 140 (100%)
R 11 of 140 ~ 7.86%
G 70 of 140 ~ 50%
B 59 of 140 ~ 42.14'%

%50
%42.14

CMYK color model

#0B463B color CMYK value is (84,0,16,73).

  • cyan value is 84.29%
  • magenta value is 0.00%
  • yellow value is 15.71%
  • key color value is 72.55%

CMYK: (84,0,16,73)
C84M0Y16K73 (84%, 0%, 16%, 73%)
(0.84 / 0.00 / 0.16 / 0.73)

CMYK percentages

%84.29
%0
%15.71
%72.55

Codes

Color #0B463B in popluar color models

0B 46 3B
RGB 11 70 59
HSL 169° 72.84% 15.88%
HSB/HSV 169° 84.29% 27.45%
CMYK 84.29% 0.00% 15.71%
72.55%

Color #0B463B in popluar number systems.

HEX 0B 46 3B
Decimal 11 70 59
Binary 1011 1000110 111011
Octal 13 106 73

Shades and tints

Shades of #0B463B

#0B463B
(11,70,59)
#0A4036
(10,64,54)
#093A31
(9,58,49)
#08342C
(8,52,44)
#072E27
(7,46,39)
#062822
(6,40,34)
#05221D
(5,34,29)
#041C18
(4,28,24)
#031613
(3,22,19)
#02100E
(2,16,14)
#010A09
(1,10,9)
#000000
(0,0,0)

Tints of #0B463B

#0B463B
(11,70,59)
#21564C
(33,86,76)
#37665D
(55,102,93)
#4D766E
(77,118,110)
#63867F
(99,134,127)
#799690
(121,150,144)
#8FA6A1
(143,166,161)
#A5B6B2
(165,182,178)
#BBC6C3
(187,198,195)
#D1D6D4
(209,214,212)
#E7E6E5
(231,230,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0B463B color. Also use rgb(11,70,59) instead hex code.

Text Font Color

.myTextColor { color: #0B463B; }

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

This text font color is #0B463B.

Background Color

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

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

This div background color is #0B463B.

Border color

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

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

This div border color is #0B463B.

Opacity

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

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

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

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

This text has shadow with #0B463B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0B463B.

Preview

Color preview on black background

This text has color #0B463B on black background.


Color preview on white background

This text has color #0B463B on white background.


Black color preview on #0B463B background

This text has black color on #0B463B background.


White color preview on #0B463B background

This text has white color on #0B463B background.


Related colors

Complementary color

Complementary color for #hex is #F4B9C4.


I love getcolorcode.com

Triadic colors

1 #3B0B46 and #463B0B with #0B463B are triadic colors.

2 #3B460B and #460B3B with #0B463B are triadic colors.