COLOR #0B7511

HEX: #0B7511
RGB: (11,117,17)

Color info

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

RGB color model

#0B7511 color RGB value is (11,117,17).

  • red value is 11;
  • green value is 117;
  • blue value is 17.
RGB:
(11,117,17)
(4%,46%,7%)

RGB channels and saturation

R 11 of 255 = 4%
G 117 of 255 = 46%
B 17 of 255 = 7%

11
117
17

R + G + B ~ 19%. #0B7511 is dark color.

Portions of RGB colors in percentages

R + G + B =
11 + 117 + 17 = 145 (100%)
R 11 of 145 ~ 7.59%
G 117 of 145 ~ 80.69%
B 17 of 145 ~ 11.72%

%80.69
%11.72

CMYK color model

#0B7511 color CMYK value is (91,0,85,54).

  • cyan value is 90.60%
  • magenta value is 0.00%
  • yellow value is 85.47%
  • key color value is 54.12%
CMYK:
(91,0,85,54)
C91M0Y85K54 
(91%,0%,85%,54%)
(0.91/0.00/0.85/0.54)	

CMYK percentages

%90.6
%0
%85.47
%54.12

Codes

Color #0B7511 in popluar color models

0B7511
RGB1111717
HSL123°82.81%25.10%
HSB/HSV123°90.60%45.88%
CMYK90.60%0.00%85.47%
54.12%

Color #0B7511 in popluar number systems.

HEX0B7511
Decimal1111717
Binary1011111010110001
Octal1316521

Shades and tints

Shades of #0B7511

#0B7511
(11,117,17)
#0A6B10
(10,107,16)
#09610F
(9,97,15)
#08570E
(8,87,14)
#074D0D
(7,77,13)
#06430C
(6,67,12)
#05390B
(5,57,11)
#042F0A
(4,47,10)
#032509
(3,37,9)
#021B08
(2,27,8)
#011107
(1,17,7)
#000000
(0,0,0)

Tints of #0B7511

#0B7511
(11,117,17)
#218126
(33,129,38)
#378D3B
(55,141,59)
#4D9950
(77,153,80)
#63A565
(99,165,101)
#79B17A
(121,177,122)
#8FBD8F
(143,189,143)
#A5C9A4
(165,201,164)
#BBD5B9
(187,213,185)
#D1E1CE
(209,225,206)
#E7EDE3
(231,237,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0B7511; }

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

This text font color is #0B7511.


Background Color

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

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

This div background color is #0B7511.


Border color

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

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

This div border color is #0B7511.


Opacity

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

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

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

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

This text has shadow with #0B7511 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0B7511 on black background.


Color preview on white background

This text has color #0B7511 on white background.



Black color preview on #0B7511 background

This text has black color on #0B7511 background.


White color preview on #0B7511 background

This text has white color on #0B7511 background.