COLOR #0B5F04

HEX: #0B5F04
RGB: (11,95,4)

Color info

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

RGB color model

#0B5F04 color RGB value is (11,95,4).

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

RGB channels and saturation

R 11 of 255 = 4%
G 95 of 255 = 37%
B 4 of 255 = 2%

11
95
4

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

Portions of RGB colors in percentages

R + G + B =
11 + 95 + 4 = 110 (100%)
R 11 of 110 ~ 10%
G 95 of 110 ~ 86.36%
B 4 of 110 ~ 3.64%

%10
%86.36

CMYK color model

#0B5F04 color CMYK value is (88,0,96,63).

  • cyan value is 88.42%
  • magenta value is 0.00%
  • yellow value is 95.79%
  • key color value is 62.75%
CMYK:
(88,0,96,63)
C88M0Y96K63 
(88%,0%,96%,63%)
(0.88/0.00/0.96/0.63)	

CMYK percentages

%88.42
%0
%95.79
%62.75

Codes

Color #0B5F04 in popluar color models

0B5F04
RGB11954
HSL115°91.92%19.41%
HSB/HSV115°95.79%37.25%
CMYK88.42%0.00%95.79%
62.75%

Color #0B5F04 in popluar number systems.

HEX0B5F04
Decimal11954
Binary10111011111100
Octal131374

Shades and tints

Shades of #0B5F04

#0B5F04
(11,95,4)
#0A5704
(10,87,4)
#094F04
(9,79,4)
#084704
(8,71,4)
#073F04
(7,63,4)
#063704
(6,55,4)
#052F04
(5,47,4)
#042704
(4,39,4)
#031F04
(3,31,4)
#021704
(2,23,4)
#010F04
(1,15,4)
#000000
(0,0,0)

Tints of #0B5F04

#0B5F04
(11,95,4)
#216D1A
(33,109,26)
#377B30
(55,123,48)
#4D8946
(77,137,70)
#63975C
(99,151,92)
#79A572
(121,165,114)
#8FB388
(143,179,136)
#A5C19E
(165,193,158)
#BBCFB4
(187,207,180)
#D1DDCA
(209,221,202)
#E7EBE0
(231,235,224)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0B5F04; }

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

This text font color is #0B5F04.


Background Color

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

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

This div background color is #0B5F04.


Border color

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

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

This div border color is #0B5F04.


Opacity

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

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

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

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

This text has shadow with #0B5F04 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0B5F04 on black background.


Color preview on white background

This text has color #0B5F04 on white background.



Black color preview on #0B5F04 background

This text has black color on #0B5F04 background.


White color preview on #0B5F04 background

This text has white color on #0B5F04 background.