COLOR #0B3515

HEX: #0B3515
RGB: (11,53,21)

Color info

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

RGB color model

#0B3515 color RGB value is (11,53,21).

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

RGB channels and saturation

R 11 of 255 = 4%
G 53 of 255 = 21%
B 21 of 255 = 8%

11
53
21

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

Portions of RGB colors in percentages

R + G + B =
11 + 53 + 21 = 85 (100%)
R 11 of 85 ~ 12.94%
G 53 of 85 ~ 62.35%
B 21 of 85 ~ 24.71%

%12.94
%62.35
%24.71

CMYK color model

#0B3515 color CMYK value is (79,0,60,79).

  • cyan value is 79.25%
  • magenta value is 0.00%
  • yellow value is 60.38%
  • key color value is 79.22%
CMYK:
(79,0,60,79)
C79M0Y60K79 
(79%,0%,60%,79%)
(0.79/0.00/0.60/0.79)	

CMYK percentages

%79.25
%0
%60.38
%79.22

Codes

Color #0B3515 in popluar color models

0B3515
RGB115321
HSL134°65.63%12.55%
HSB/HSV134°79.25%20.78%
CMYK79.25%0.00%60.38%
79.22%

Color #0B3515 in popluar number systems.

HEX0B3515
Decimal115321
Binary101111010110101
Octal136525

Shades and tints

Shades of #0B3515

#0B3515
(11,53,21)
#0A3114
(10,49,20)
#092D13
(9,45,19)
#082912
(8,41,18)
#072511
(7,37,17)
#062110
(6,33,16)
#051D0F
(5,29,15)
#04190E
(4,25,14)
#03150D
(3,21,13)
#02110C
(2,17,12)
#010D0B
(1,13,11)
#000000
(0,0,0)

Tints of #0B3515

#0B3515
(11,53,21)
#21472A
(33,71,42)
#37593F
(55,89,63)
#4D6B54
(77,107,84)
#637D69
(99,125,105)
#798F7E
(121,143,126)
#8FA193
(143,161,147)
#A5B3A8
(165,179,168)
#BBC5BD
(187,197,189)
#D1D7D2
(209,215,210)
#E7E9E7
(231,233,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0B3515; }

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

This text font color is #0B3515.


Background Color

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

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

This div background color is #0B3515.


Border color

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

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

This div border color is #0B3515.


Opacity

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

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

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

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

This text has shadow with #0B3515 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0B3515 on black background.


Color preview on white background

This text has color #0B3515 on white background.



Black color preview on #0B3515 background

This text has black color on #0B3515 background.


White color preview on #0B3515 background

This text has white color on #0B3515 background.