COLOR #0B3315

HEX: #0B3315
RGB: (11,51,21)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

11
51
21

R + G + B ~ 11%. #0B3315 is dark color.

Portions of RGB colors in percentages

R + G + B =
11 + 51 + 21 = 83 (100%)
R 11 of 83 ~ 13.25%
G 51 of 83 ~ 61.45%
B 21 of 83 ~ 25.3%

%13.25
%61.45
%25.3

CMYK color model

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

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

CMYK percentages

%78.43
%0
%58.82
%80

Codes

Color #0B3315 in popluar color models

0B3315
RGB115121
HSL135°64.52%12.16%
HSB/HSV135°78.43%20.00%
CMYK78.43%0.00%58.82%
80.00%

Color #0B3315 in popluar number systems.

HEX0B3315
Decimal115121
Binary101111001110101
Octal136325

Shades and tints

Shades of #0B3315

#0B3315
(11,51,21)
#0A2F14
(10,47,20)
#092B13
(9,43,19)
#082712
(8,39,18)
#072311
(7,35,17)
#061F10
(6,31,16)
#051B0F
(5,27,15)
#04170E
(4,23,14)
#03130D
(3,19,13)
#020F0C
(2,15,12)
#010B0B
(1,11,11)
#000000
(0,0,0)

Tints of #0B3315

#0B3315
(11,51,21)
#21452A
(33,69,42)
#37573F
(55,87,63)
#4D6954
(77,105,84)
#637B69
(99,123,105)
#798D7E
(121,141,126)
#8F9F93
(143,159,147)
#A5B1A8
(165,177,168)
#BBC3BD
(187,195,189)
#D1D5D2
(209,213,210)
#E7E7E7
(231,231,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0B3315; }

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

This text font color is #0B3315.


Background Color

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

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

This div background color is #0B3315.


Border color

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

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

This div border color is #0B3315.


Opacity

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

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

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

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

This text has shadow with #0B3315 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0B3315 on black background.


Color preview on white background

This text has color #0B3315 on white background.



Black color preview on #0B3315 background

This text has black color on #0B3315 background.


White color preview on #0B3315 background

This text has white color on #0B3315 background.