COLOR #0B3F02

HEX: #0B3F02
RGB: (11,63,2)

Color info

#0B3F02 contains mainly red and green colors. Web safe color of #0B3F02 is #003300 (or #030).

RGB color model

#0B3F02 color RGB value is (11,63,2).

  • red value is 11;
  • green value is 63;
  • blue value is 2.
RGB:
(11,63,2)
(4%,25%,1%)

RGB channels and saturation

R 11 of 255 = 4%
G 63 of 255 = 25%
B 2 of 255 = 1%

11
63
2

R + G + B ~ 10%. #0B3F02 is dark color.

Portions of RGB colors in percentages

R + G + B =
11 + 63 + 2 = 76 (100%)
R 11 of 76 ~ 14.47%
G 63 of 76 ~ 82.89%
B 2 of 76 ~ 2.63%

%14.47
%82.89

CMYK color model

#0B3F02 color CMYK value is (83,0,97,75).

  • cyan value is 82.54%
  • magenta value is 0.00%
  • yellow value is 96.83%
  • key color value is 75.29%
CMYK:
(83,0,97,75)
C83M0Y97K75 
(83%,0%,97%,75%)
(0.83/0.00/0.97/0.75)	

CMYK percentages

%82.54
%0
%96.83
%75.29

Codes

Color #0B3F02 in popluar color models

0B3F02
RGB11632
HSL111°93.85%12.75%
HSB/HSV111°96.83%24.71%
CMYK82.54%0.00%96.83%
75.29%

Color #0B3F02 in popluar number systems.

HEX0B3F02
Decimal11632
Binary101111111110
Octal13772

Shades and tints

Shades of #0B3F02

#0B3F02
(11,63,2)
#0A3A02
(10,58,2)
#093502
(9,53,2)
#083002
(8,48,2)
#072B02
(7,43,2)
#062602
(6,38,2)
#052102
(5,33,2)
#041C02
(4,28,2)
#031702
(3,23,2)
#021202
(2,18,2)
#010D02
(1,13,2)
#000000
(0,0,0)

Tints of #0B3F02

#0B3F02
(11,63,2)
#215019
(33,80,25)
#376130
(55,97,48)
#4D7247
(77,114,71)
#63835E
(99,131,94)
#799475
(121,148,117)
#8FA58C
(143,165,140)
#A5B6A3
(165,182,163)
#BBC7BA
(187,199,186)
#D1D8D1
(209,216,209)
#E7E9E8
(231,233,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0B3F02; }

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

This text font color is #0B3F02.


Background Color

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

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

This div background color is #0B3F02.


Border color

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

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

This div border color is #0B3F02.


Opacity

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

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

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

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

This text has shadow with #0B3F02 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0B3F02 on black background.


Color preview on white background

This text has color #0B3F02 on white background.



Black color preview on #0B3F02 background

This text has black color on #0B3F02 background.


White color preview on #0B3F02 background

This text has white color on #0B3F02 background.