COLOR #0B590B

HEX: #0B590B
RGB: (11,89,11)

Color info

#0B590B contains mainly green color. Web safe color of #0B590B is #006600 (or #060).

RGB color model

#0B590B color RGB value is (11,89,11).

  • red value is 11;
  • green value is 89;
  • blue value is 11.
RGB:
(11,89,11)
(4%,35%,4%)

RGB channels and saturation

R 11 of 255 = 4%
G 89 of 255 = 35%
B 11 of 255 = 4%

11
89
11

R + G + B ~ 14%. #0B590B is dark color.

Portions of RGB colors in percentages

R + G + B =
11 + 89 + 11 = 111 (100%)
R 11 of 111 ~ 9.91%
G 89 of 111 ~ 80.18%
B 11 of 111 ~ 9.91%

%9.91
%80.18
%9.91

CMYK color model

#0B590B color CMYK value is (88,0,88,65).

  • cyan value is 87.64%
  • magenta value is 0.00%
  • yellow value is 87.64%
  • key color value is 65.10%
CMYK:
(88,0,88,65)
C88M0Y88K65 
(88%,0%,88%,65%)
(0.88/0.00/0.88/0.65)	

CMYK percentages

%87.64
%0
%87.64
%65.1

Codes

Color #0B590B in popluar color models

0B590B
RGB118911
HSL120°78.00%19.61%
HSB/HSV120°87.64%34.90%
CMYK87.64%0.00%87.64%
65.10%

Color #0B590B in popluar number systems.

HEX0B590B
Decimal118911
Binary101110110011011
Octal1313113

Shades and tints

Shades of #0B590B

#0B590B
(11,89,11)
#0A510A
(10,81,10)
#094909
(9,73,9)
#084108
(8,65,8)
#073907
(7,57,7)
#063106
(6,49,6)
#052905
(5,41,5)
#042104
(4,33,4)
#031903
(3,25,3)
#021102
(2,17,2)
#010901
(1,9,1)
#000000
(0,0,0)

Tints of #0B590B

#0B590B
(11,89,11)
#216821
(33,104,33)
#377737
(55,119,55)
#4D864D
(77,134,77)
#639563
(99,149,99)
#79A479
(121,164,121)
#8FB38F
(143,179,143)
#A5C2A5
(165,194,165)
#BBD1BB
(187,209,187)
#D1E0D1
(209,224,209)
#E7EFE7
(231,239,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0B590B; }

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

This text font color is #0B590B.


Background Color

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

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

This div background color is #0B590B.


Border color

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

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

This div border color is #0B590B.


Opacity

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

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

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

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

This text has shadow with #0B590B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0B590B on black background.


Color preview on white background

This text has color #0B590B on white background.



Black color preview on #0B590B background

This text has black color on #0B590B background.


White color preview on #0B590B background

This text has white color on #0B590B background.