COLOR #0B330B

HEX: #0B330B
RGB: (11,51,11)

Color info

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

RGB color model

#0B330B color RGB value is (11,51,11).

  • red value is 11;
  • green value is 51;
  • blue value is 11.
RGB:
(11,51,11)
(4%,20%,4%)

RGB channels and saturation

R 11 of 255 = 4%
G 51 of 255 = 20%
B 11 of 255 = 4%

11
51
11

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

Portions of RGB colors in percentages

R + G + B =
11 + 51 + 11 = 73 (100%)
R 11 of 73 ~ 15.07%
G 51 of 73 ~ 69.86%
B 11 of 73 ~ 15.07%

%15.07
%69.86
%15.07

CMYK color model

#0B330B color CMYK value is (78,0,78,80).

  • cyan value is 78.43%
  • magenta value is 0.00%
  • yellow value is 78.43%
  • key color value is 80.00%
CMYK:
(78,0,78,80)
C78M0Y78K80 
(78%,0%,78%,80%)
(0.78/0.00/0.78/0.80)	

CMYK percentages

%78.43
%0
%78.43
%80

Codes

Color #0B330B in popluar color models

0B330B
RGB115111
HSL120°64.52%12.16%
HSB/HSV120°78.43%20.00%
CMYK78.43%0.00%78.43%
80.00%

Color #0B330B in popluar number systems.

HEX0B330B
Decimal115111
Binary10111100111011
Octal136313

Shades and tints

Shades of #0B330B

#0B330B
(11,51,11)
#0A2F0A
(10,47,10)
#092B09
(9,43,9)
#082708
(8,39,8)
#072307
(7,35,7)
#061F06
(6,31,6)
#051B05
(5,27,5)
#041704
(4,23,4)
#031303
(3,19,3)
#020F02
(2,15,2)
#010B01
(1,11,1)
#000000
(0,0,0)

Tints of #0B330B

#0B330B
(11,51,11)
#214521
(33,69,33)
#375737
(55,87,55)
#4D694D
(77,105,77)
#637B63
(99,123,99)
#798D79
(121,141,121)
#8F9F8F
(143,159,143)
#A5B1A5
(165,177,165)
#BBC3BB
(187,195,187)
#D1D5D1
(209,213,209)
#E7E7E7
(231,231,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0B330B; }

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

This text font color is #0B330B.


Background Color

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

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

This div background color is #0B330B.


Border color

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

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

This div border color is #0B330B.


Opacity

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

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

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

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

This text has shadow with #0B330B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0B330B on black background.


Color preview on white background

This text has color #0B330B on white background.



Black color preview on #0B330B background

This text has black color on #0B330B background.


White color preview on #0B330B background

This text has white color on #0B330B background.