COLOR #0B522F

HEX: #0B522F
RGB: (11,82,47)

Color info

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

RGB color model

#0B522F color RGB value is (11,82,47).

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

RGB channels and saturation

R 11 of 255 = 4%
G 82 of 255 = 32%
B 47 of 255 = 18%

11
82
47

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

Portions of RGB colors in percentages

R + G + B =
11 + 82 + 47 = 140 (100%)
R 11 of 140 ~ 7.86%
G 82 of 140 ~ 58.57%
B 47 of 140 ~ 33.57%

%58.57
%33.57

CMYK color model

#0B522F color CMYK value is (87,0,43,68).

  • cyan value is 86.59%
  • magenta value is 0.00%
  • yellow value is 42.68%
  • key color value is 67.84%
CMYK:
(87,0,43,68)
C87M0Y43K68 
(87%,0%,43%,68%)
(0.87/0.00/0.43/0.68)	

CMYK percentages

%86.59
%0
%42.68
%67.84

Codes

Color #0B522F in popluar color models

0B522F
RGB118247
HSL150°76.34%18.24%
HSB/HSV150°86.59%32.16%
CMYK86.59%0.00%42.68%
67.84%

Color #0B522F in popluar number systems.

HEX0B522F
Decimal118247
Binary10111010010101111
Octal1312257

Shades and tints

Shades of #0B522F

#0B522F
(11,82,47)
#0A4B2B
(10,75,43)
#094427
(9,68,39)
#083D23
(8,61,35)
#07361F
(7,54,31)
#062F1B
(6,47,27)
#052817
(5,40,23)
#042113
(4,33,19)
#031A0F
(3,26,15)
#02130B
(2,19,11)
#010C07
(1,12,7)
#000000
(0,0,0)

Tints of #0B522F

#0B522F
(11,82,47)
#216141
(33,97,65)
#377053
(55,112,83)
#4D7F65
(77,127,101)
#638E77
(99,142,119)
#799D89
(121,157,137)
#8FAC9B
(143,172,155)
#A5BBAD
(165,187,173)
#BBCABF
(187,202,191)
#D1D9D1
(209,217,209)
#E7E8E3
(231,232,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0B522F; }

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

This text font color is #0B522F.


Background Color

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

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

This div background color is #0B522F.


Border color

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

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

This div border color is #0B522F.


Opacity

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

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

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

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

This text has shadow with #0B522F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0B522F on black background.


Color preview on white background

This text has color #0B522F on white background.



Black color preview on #0B522F background

This text has black color on #0B522F background.


White color preview on #0B522F background

This text has white color on #0B522F background.