COLOR #0B3A02

HEX: #0B3A02
RGB: (11,58,2)

Color info

#0B3A02 contains red, green and blue colors in about the same proportion. Web safe color of #0B3A02 is #003300 (or #030).

RGB color model

#0B3A02 color RGB value is (11,58,2).

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

RGB channels and saturation

R 11 of 255 = 4%
G 58 of 255 = 23%
B 2 of 255 = 1%

11
58
2

R + G + B ~ 9%. #0B3A02 is dark color.

Portions of RGB colors in percentages

R + G + B =
11 + 58 + 2 = 71 (100%)
R 11 of 71 ~ 15.49%
G 58 of 71 ~ 81.69%
B 2 of 71 ~ 2.82%

%15.49
%81.69

CMYK color model

#0B3A02 color CMYK value is (81,0,97,77).

  • cyan value is 81.03%
  • magenta value is 0.00%
  • yellow value is 96.55%
  • key color value is 77.25%
CMYK:
(81,0,97,77)
C81M0Y97K77 
(81%,0%,97%,77%)
(0.81/0.00/0.97/0.77)	

CMYK percentages

%81.03
%0
%96.55
%77.25

Codes

Color #0B3A02 in popluar color models

0B3A02
RGB11582
HSL110°93.33%11.76%
HSB/HSV110°96.55%22.75%
CMYK81.03%0.00%96.55%
77.25%

Color #0B3A02 in popluar number systems.

HEX0B3A02
Decimal11582
Binary101111101010
Octal13722

Shades and tints

Shades of #0B3A02

#0B3A02
(11,58,2)
#0A3502
(10,53,2)
#093002
(9,48,2)
#082B02
(8,43,2)
#072602
(7,38,2)
#062102
(6,33,2)
#051C02
(5,28,2)
#041702
(4,23,2)
#031202
(3,18,2)
#020D02
(2,13,2)
#010802
(1,8,2)
#000000
(0,0,0)

Tints of #0B3A02

#0B3A02
(11,58,2)
#214B19
(33,75,25)
#375C30
(55,92,48)
#4D6D47
(77,109,71)
#637E5E
(99,126,94)
#798F75
(121,143,117)
#8FA08C
(143,160,140)
#A5B1A3
(165,177,163)
#BBC2BA
(187,194,186)
#D1D3D1
(209,211,209)
#E7E4E8
(231,228,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0B3A02; }

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

This text font color is #0B3A02.


Background Color

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

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

This div background color is #0B3A02.


Border color

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

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

This div border color is #0B3A02.


Opacity

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

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

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

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

This text has shadow with #0B3A02 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0B3A02 on black background.


Color preview on white background

This text has color #0B3A02 on white background.



Black color preview on #0B3A02 background

This text has black color on #0B3A02 background.


White color preview on #0B3A02 background

This text has white color on #0B3A02 background.