COLOR #0B5003

HEX: #0B5003
RGB: (11,80,3)

Color info

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

RGB color model

#0B5003 color RGB value is (11,80,3).

  • red value is 11;
  • green value is 80;
  • blue value is 3.
RGB:
(11,80,3)
(4%,31%,1%)

RGB channels and saturation

R 11 of 255 = 4%
G 80 of 255 = 31%
B 3 of 255 = 1%

11
80
3

R + G + B ~ 12%. #0B5003 is dark color.

Portions of RGB colors in percentages

R + G + B =
11 + 80 + 3 = 94 (100%)
R 11 of 94 ~ 11.7%
G 80 of 94 ~ 85.11%
B 3 of 94 ~ 3.19%

%11.7
%85.11

CMYK color model

#0B5003 color CMYK value is (86,0,96,69).

  • cyan value is 86.25%
  • magenta value is 0.00%
  • yellow value is 96.25%
  • key color value is 68.63%
CMYK:
(86,0,96,69)
C86M0Y96K69 
(86%,0%,96%,69%)
(0.86/0.00/0.96/0.69)	

CMYK percentages

%86.25
%0
%96.25
%68.63

Codes

Color #0B5003 in popluar color models

0B5003
RGB11803
HSL114°92.77%16.27%
HSB/HSV114°96.25%31.37%
CMYK86.25%0.00%96.25%
68.63%

Color #0B5003 in popluar number systems.

HEX0B5003
Decimal11803
Binary1011101000011
Octal131203

Shades and tints

Shades of #0B5003

#0B5003
(11,80,3)
#0A4903
(10,73,3)
#094203
(9,66,3)
#083B03
(8,59,3)
#073403
(7,52,3)
#062D03
(6,45,3)
#052603
(5,38,3)
#041F03
(4,31,3)
#031803
(3,24,3)
#021103
(2,17,3)
#010A03
(1,10,3)
#000000
(0,0,0)

Tints of #0B5003

#0B5003
(11,80,3)
#215F19
(33,95,25)
#376E2F
(55,110,47)
#4D7D45
(77,125,69)
#638C5B
(99,140,91)
#799B71
(121,155,113)
#8FAA87
(143,170,135)
#A5B99D
(165,185,157)
#BBC8B3
(187,200,179)
#D1D7C9
(209,215,201)
#E7E6DF
(231,230,223)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0B5003; }

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

This text font color is #0B5003.


Background Color

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

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

This div background color is #0B5003.


Border color

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

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

This div border color is #0B5003.


Opacity

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

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

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

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

This text has shadow with #0B5003 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0B5003 on black background.


Color preview on white background

This text has color #0B5003 on white background.



Black color preview on #0B5003 background

This text has black color on #0B5003 background.


White color preview on #0B5003 background

This text has white color on #0B5003 background.