COLOR #0B3D03

HEX: #0B3D03 RGB: (11,61,3)

Color info

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

RGB color model

#0B3D03 color RGB value is (11,61,3).

RGB: (11,61,3) (4%, 24%, 1%)

RGB channels and saturation

R 11 of 255 = 4%
G 61 of 255 = 24%
B 3 of 255 = 1%

11
61
3

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

Portions of RGB colors in percentages

R + G + B = 11 + 61 + 3 = 75 (100%)
R 11 of 75 ~ 14.67%
G 61 of 75 ~ 81.33%
B 3 of 75 ~ 4'%

%14.67
%81.33

CMYK color model

#0B3D03 color CMYK value is (82,0,95,76).

  • cyan value is 81.97%
  • magenta value is 0.00%
  • yellow value is 95.08%
  • key color value is 76.08%

CMYK: (82,0,95,76)
C82M0Y95K76 (82%, 0%, 95%, 76%)
(0.82 / 0.00 / 0.95 / 0.76)

CMYK percentages

%81.97
%0
%95.08
%76.08

Codes

Color #0B3D03 in popluar color models

0B 3D 03
RGB 11 61 3
HSL 112° 90.63% 12.55%
HSB/HSV 112° 95.08% 23.92%
CMYK 81.97% 0.00% 95.08%
76.08%

Color #0B3D03 in popluar number systems.

HEX 0B 3D 03
Decimal 11 61 3
Binary 1011 111101 11
Octal 13 75 3

Shades and tints

Shades of #0B3D03

#0B3D03
(11,61,3)
#0A3803
(10,56,3)
#093303
(9,51,3)
#082E03
(8,46,3)
#072903
(7,41,3)
#062403
(6,36,3)
#051F03
(5,31,3)
#041A03
(4,26,3)
#031503
(3,21,3)
#021003
(2,16,3)
#010B03
(1,11,3)
#000000
(0,0,0)

Tints of #0B3D03

#0B3D03
(11,61,3)
#214E19
(33,78,25)
#375F2F
(55,95,47)
#4D7045
(77,112,69)
#63815B
(99,129,91)
#799271
(121,146,113)
#8FA387
(143,163,135)
#A5B49D
(165,180,157)
#BBC5B3
(187,197,179)
#D1D6C9
(209,214,201)
#E7E7DF
(231,231,223)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0B3D03; }

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

This text font color is #0B3D03.

Background Color

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

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

This div background color is #0B3D03.

Border color

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

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

This div border color is #0B3D03.

Opacity

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

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

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

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

This text has shadow with #0B3D03 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0B3D03.

Preview

Color preview on black background

This text has color #0B3D03 on black background.


Color preview on white background

This text has color #0B3D03 on white background.


Black color preview on #0B3D03 background

This text has black color on #0B3D03 background.


White color preview on #0B3D03 background

This text has white color on #0B3D03 background.


Related colors

Complementary color

Complementary color for #hex is #F4C2FC.


I love getcolorcode.com

Triadic colors

1 #030B3D and #3D030B with #0B3D03 are triadic colors.

2 #033D0B and #3D0B03 with #0B3D03 are triadic colors.