COLOR #0B5F49

HEX: #0B5F49
RGB: (11,95,73)

Color info

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

RGB color model

#0B5F49 color RGB value is (11,95,73).

  • red value is 11;
  • green value is 95;
  • blue value is 73.
RGB:
(11,95,73)
(4%,37%,29%)

RGB channels and saturation

R 11 of 255 = 4%
G 95 of 255 = 37%
B 73 of 255 = 29%

11
95
73

R + G + B ~ 23%. #0B5F49 is dark color.

Portions of RGB colors in percentages

R + G + B =
11 + 95 + 73 = 179 (100%)
R 11 of 179 ~ 6.15%
G 95 of 179 ~ 53.07%
B 73 of 179 ~ 40.78%

%53.07
%40.78

CMYK color model

#0B5F49 color CMYK value is (88,0,23,63).

  • cyan value is 88.42%
  • magenta value is 0.00%
  • yellow value is 23.16%
  • key color value is 62.75%
CMYK:
(88,0,23,63)
C88M0Y23K63 
(88%,0%,23%,63%)
(0.88/0.00/0.23/0.63)	

CMYK percentages

%88.42
%0
%23.16
%62.75

Codes

Color #0B5F49 in popluar color models

0B5F49
RGB119573
HSL164°79.25%20.78%
HSB/HSV164°88.42%37.25%
CMYK88.42%0.00%23.16%
62.75%

Color #0B5F49 in popluar number systems.

HEX0B5F49
Decimal119573
Binary101110111111001001
Octal13137111

Shades and tints

Shades of #0B5F49

#0B5F49
(11,95,73)
#0A5743
(10,87,67)
#094F3D
(9,79,61)
#084737
(8,71,55)
#073F31
(7,63,49)
#06372B
(6,55,43)
#052F25
(5,47,37)
#04271F
(4,39,31)
#031F19
(3,31,25)
#021713
(2,23,19)
#010F0D
(1,15,13)
#000000
(0,0,0)

Tints of #0B5F49

#0B5F49
(11,95,73)
#216D59
(33,109,89)
#377B69
(55,123,105)
#4D8979
(77,137,121)
#639789
(99,151,137)
#79A599
(121,165,153)
#8FB3A9
(143,179,169)
#A5C1B9
(165,193,185)
#BBCFC9
(187,207,201)
#D1DDD9
(209,221,217)
#E7EBE9
(231,235,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0B5F49; }

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

This text font color is #0B5F49.


Background Color

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

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

This div background color is #0B5F49.


Border color

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

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

This div border color is #0B5F49.


Opacity

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

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

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

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

This text has shadow with #0B5F49 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0B5F49 on black background.


Color preview on white background

This text has color #0B5F49 on white background.



Black color preview on #0B5F49 background

This text has black color on #0B5F49 background.


White color preview on #0B5F49 background

This text has white color on #0B5F49 background.