COLOR #0B5049

HEX: #0B5049 RGB: (11,80,73)

Color info

#0B5049 contains mainly green and blue colors. Web safe color of #0B5049 is #006633 (or #063).

RGB color model

#0B5049 color RGB value is (11,80,73).

RGB: (11,80,73) (4%, 31%, 29%)

RGB channels and saturation

R 11 of 255 = 4%
G 80 of 255 = 31%
B 73 of 255 = 29%

11
80
73

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

Portions of RGB colors in percentages

R + G + B = 11 + 80 + 73 = 164 (100%)
R 11 of 164 ~ 6.71%
G 80 of 164 ~ 48.78%
B 73 of 164 ~ 44.51'%

%48.78
%44.51

CMYK color model

#0B5049 color CMYK value is (86,0,9,69).

  • cyan value is 86.25%
  • magenta value is 0.00%
  • yellow value is 8.75%
  • key color value is 68.63%
CMYK: (86,0,9,69) C86M0Y9K69 (86%,0%,9%,69%) (0.86/0.00/0.09/0.69) 

CMYK percentages

%86.25
%0
%8.75
%68.63

Codes

Color #0B5049 in popluar color models

0B 50 49
RGB 11 80 73
HSL 174° 75.82% 17.84%
HSB/HSV 174° 86.25% 31.37%
CMYK 86.25% 0.00% 8.75%
68.63%

Color #0B5049 in popluar number systems.

HEX 0B 50 49
Decimal 11 80 73
Binary 1011 1010000 1001001
Octal 13 120 111

Shades and tints

Shades of #0B5049

#0B5049
(11,80,73)
#0A4943
(10,73,67)
#09423D
(9,66,61)
#083B37
(8,59,55)
#073431
(7,52,49)
#062D2B
(6,45,43)
#052625
(5,38,37)
#041F1F
(4,31,31)
#031819
(3,24,25)
#021113
(2,17,19)
#010A0D
(1,10,13)
#000000
(0,0,0)

Tints of #0B5049

#0B5049
(11,80,73)
#215F59
(33,95,89)
#376E69
(55,110,105)
#4D7D79
(77,125,121)
#638C89
(99,140,137)
#799B99
(121,155,153)
#8FAAA9
(143,170,169)
#A5B9B9
(165,185,185)
#BBC8C9
(187,200,201)
#D1D7D9
(209,215,217)
#E7E6E9
(231,230,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0B5049 color. Also use rgb(11,80,73) instead hex code.

Text Font Color

.myTextColor { color: #0B5049; }

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

This text font color is #0B5049.

Background Color

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

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

This div background color is #0B5049.

Border color

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

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

This div border color is #0B5049.

Opacity

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

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

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

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

This text has shadow with #0B5049 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0B5049.

Preview

Color preview on black background

This text has color #0B5049 on black background.


Color preview on white background

This text has color #0B5049 on white background.


Black color preview on #0B5049 background

This text has black color on #0B5049 background.


White color preview on #0B5049 background

This text has white color on #0B5049 background.


Related colors

Complementary color

Complementary color for #hex is #F4AFB6.


I love getcolorcode.com

Triadic colors

1 #490B50 and #50490B with #0B5049 are triadic colors.

2 #49500B and #500B49 with #0B5049 are triadic colors.