COLOR #0B3509

HEX: #0B3509
RGB: (11,53,9)

Color info

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

RGB color model

#0B3509 color RGB value is (11,53,9).

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

RGB channels and saturation

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

11
53
9

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

Portions of RGB colors in percentages

R + G + B =
11 + 53 + 9 = 73 (100%)
R 11 of 73 ~ 15.07%
G 53 of 73 ~ 72.6%
B 9 of 73 ~ 12.33%

%15.07
%72.6
%12.33

CMYK color model

#0B3509 color CMYK value is (79,0,83,79).

  • cyan value is 79.25%
  • magenta value is 0.00%
  • yellow value is 83.02%
  • key color value is 79.22%
CMYK:
(79,0,83,79)
C79M0Y83K79 
(79%,0%,83%,79%)
(0.79/0.00/0.83/0.79)	

CMYK percentages

%79.25
%0
%83.02
%79.22

Codes

Color #0B3509 in popluar color models

0B3509
RGB11539
HSL117°70.97%12.16%
HSB/HSV117°83.02%20.78%
CMYK79.25%0.00%83.02%
79.22%

Color #0B3509 in popluar number systems.

HEX0B3509
Decimal11539
Binary10111101011001
Octal136511

Shades and tints

Shades of #0B3509

#0B3509
(11,53,9)
#0A3109
(10,49,9)
#092D09
(9,45,9)
#082909
(8,41,9)
#072509
(7,37,9)
#062109
(6,33,9)
#051D09
(5,29,9)
#041909
(4,25,9)
#031509
(3,21,9)
#021109
(2,17,9)
#010D09
(1,13,9)
#000000
(0,0,0)

Tints of #0B3509

#0B3509
(11,53,9)
#21471F
(33,71,31)
#375935
(55,89,53)
#4D6B4B
(77,107,75)
#637D61
(99,125,97)
#798F77
(121,143,119)
#8FA18D
(143,161,141)
#A5B3A3
(165,179,163)
#BBC5B9
(187,197,185)
#D1D7CF
(209,215,207)
#E7E9E5
(231,233,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0B3509; }

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

This text font color is #0B3509.


Background Color

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

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

This div background color is #0B3509.


Border color

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

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

This div border color is #0B3509.


Opacity

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

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

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

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

This text has shadow with #0B3509 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0B3509 on black background.


Color preview on white background

This text has color #0B3509 on white background.



Black color preview on #0B3509 background

This text has black color on #0B3509 background.


White color preview on #0B3509 background

This text has white color on #0B3509 background.