COLOR #0B4357

HEX: #0B4357 RGB: (11,67,87)

Color info

#0B4357 contains mainly green and blue colors. Web safe color of #0B4357 is #003366 (or #036).

RGB color model

#0B4357 color RGB value is (11,67,87).

RGB: (11,67,87) (4%, 26%, 34%)

RGB channels and saturation

R 11 of 255 = 4%
G 67 of 255 = 26%
B 87 of 255 = 34%

11
67
87

R + G + B ~ 21%. #0B4357 is dark color.

Portions of RGB colors in percentages

R + G + B = 11 + 67 + 87 = 165 (100%)
R 11 of 165 ~ 6.67%
G 67 of 165 ~ 40.61%
B 87 of 165 ~ 52.73'%

%40.61
%52.73

CMYK color model

#0B4357 color CMYK value is (87,23,0,66).

  • cyan value is 87.36%
  • magenta value is 22.99%
  • yellow value is 0.00%
  • key color value is 65.88%

CMYK: (87,23,0,66)
C87M23Y0K66 (87%, 23%, 0%, 66%)
(0.87 / 0.23 / 0.00 / 0.66)

CMYK percentages

%87.36
%22.99
%0
%65.88

Codes

Color #0B4357 in popluar color models

0B 43 57
RGB 11 67 87
HSL 196° 77.55% 19.22%
HSB/HSV 196° 87.36% 34.12%
CMYK 87.36% 22.99% 0.00%
65.88%

Color #0B4357 in popluar number systems.

HEX 0B 43 57
Decimal 11 67 87
Binary 1011 1000011 1010111
Octal 13 103 127

Shades and tints

Shades of #0B4357

#0B4357
(11,67,87)
#0A3D50
(10,61,80)
#093749
(9,55,73)
#083142
(8,49,66)
#072B3B
(7,43,59)
#062534
(6,37,52)
#051F2D
(5,31,45)
#041926
(4,25,38)
#03131F
(3,19,31)
#020D18
(2,13,24)
#010711
(1,7,17)
#000000
(0,0,0)

Tints of #0B4357

#0B4357
(11,67,87)
#215466
(33,84,102)
#376575
(55,101,117)
#4D7684
(77,118,132)
#638793
(99,135,147)
#7998A2
(121,152,162)
#8FA9B1
(143,169,177)
#A5BAC0
(165,186,192)
#BBCBCF
(187,203,207)
#D1DCDE
(209,220,222)
#E7EDED
(231,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0B4357 color. Also use rgb(11,67,87) instead hex code.

Text Font Color

.myTextColor { color: #0B4357; }

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

This text font color is #0B4357.

Background Color

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

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

This div background color is #0B4357.

Border color

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

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

This div border color is #0B4357.

Opacity

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

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

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

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

This text has shadow with #0B4357 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0B4357.

Preview

Color preview on black background

This text has color #0B4357 on black background.


Color preview on white background

This text has color #0B4357 on white background.


Black color preview on #0B4357 background

This text has black color on #0B4357 background.


White color preview on #0B4357 background

This text has white color on #0B4357 background.


Related colors

Complementary color

Complementary color for #hex is #F4BCA8.


I love getcolorcode.com

Triadic colors

1 #570B43 and #43570B with #0B4357 are triadic colors.

2 #57430B and #430B57 with #0B4357 are triadic colors.