COLOR #0B5247

HEX: #0B5247
RGB: (11,82,71)

Color info

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

RGB color model

#0B5247 color RGB value is (11,82,71).

  • red value is 11;
  • green value is 82;
  • blue value is 71.
RGB:
(11,82,71)
(4%,32%,28%)

RGB channels and saturation

R 11 of 255 = 4%
G 82 of 255 = 32%
B 71 of 255 = 28%

11
82
71

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

Portions of RGB colors in percentages

R + G + B =
11 + 82 + 71 = 164 (100%)
R 11 of 164 ~ 6.71%
G 82 of 164 ~ 50%
B 71 of 164 ~ 43.29%

%50
%43.29

CMYK color model

#0B5247 color CMYK value is (87,0,13,68).

  • cyan value is 86.59%
  • magenta value is 0.00%
  • yellow value is 13.41%
  • key color value is 67.84%
CMYK:
(87,0,13,68)
C87M0Y13K68 
(87%,0%,13%,68%)
(0.87/0.00/0.13/0.68)	

CMYK percentages

%86.59
%0
%13.41
%67.84

Codes

Color #0B5247 in popluar color models

0B5247
RGB118271
HSL171°76.34%18.24%
HSB/HSV171°86.59%32.16%
CMYK86.59%0.00%13.41%
67.84%

Color #0B5247 in popluar number systems.

HEX0B5247
Decimal118271
Binary101110100101000111
Octal13122107

Shades and tints

Shades of #0B5247

#0B5247
(11,82,71)
#0A4B41
(10,75,65)
#09443B
(9,68,59)
#083D35
(8,61,53)
#07362F
(7,54,47)
#062F29
(6,47,41)
#052823
(5,40,35)
#04211D
(4,33,29)
#031A17
(3,26,23)
#021311
(2,19,17)
#010C0B
(1,12,11)
#000000
(0,0,0)

Tints of #0B5247

#0B5247
(11,82,71)
#216157
(33,97,87)
#377067
(55,112,103)
#4D7F77
(77,127,119)
#638E87
(99,142,135)
#799D97
(121,157,151)
#8FACA7
(143,172,167)
#A5BBB7
(165,187,183)
#BBCAC7
(187,202,199)
#D1D9D7
(209,217,215)
#E7E8E7
(231,232,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0B5247 color. Also use rgb(11,82,71) instead hex code.

Text Font Color

.myTextColor { color: #0B5247; }

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

This text font color is #0B5247.


Background Color

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

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

This div background color is #0B5247.


Border color

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

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

This div border color is #0B5247.


Opacity

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

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

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

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

This text has shadow with #0B5247 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0B5247 on black background.


Color preview on white background

This text has color #0B5247 on white background.



Black color preview on #0B5247 background

This text has black color on #0B5247 background.


White color preview on #0B5247 background

This text has white color on #0B5247 background.