COLOR #0B4314

HEX: #0B4314
RGB: (11,67,20)

Color info

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

RGB color model

#0B4314 color RGB value is (11,67,20).

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

RGB channels and saturation

R 11 of 255 = 4%
G 67 of 255 = 26%
B 20 of 255 = 8%

11
67
20

R + G + B ~ 13%. #0B4314 is dark color.

Portions of RGB colors in percentages

R + G + B =
11 + 67 + 20 = 98 (100%)
R 11 of 98 ~ 11.22%
G 67 of 98 ~ 68.37%
B 20 of 98 ~ 20.41%

%11.22
%68.37
%20.41

CMYK color model

#0B4314 color CMYK value is (84,0,70,74).

  • cyan value is 83.58%
  • magenta value is 0.00%
  • yellow value is 70.15%
  • key color value is 73.73%
CMYK:
(84,0,70,74)
C84M0Y70K74 
(84%,0%,70%,74%)
(0.84/0.00/0.70/0.74)	

CMYK percentages

%83.58
%0
%70.15
%73.73

Codes

Color #0B4314 in popluar color models

0B4314
RGB116720
HSL130°71.79%15.29%
HSB/HSV130°83.58%26.27%
CMYK83.58%0.00%70.15%
73.73%

Color #0B4314 in popluar number systems.

HEX0B4314
Decimal116720
Binary1011100001110100
Octal1310324

Shades and tints

Shades of #0B4314

#0B4314
(11,67,20)
#0A3D13
(10,61,19)
#093712
(9,55,18)
#083111
(8,49,17)
#072B10
(7,43,16)
#06250F
(6,37,15)
#051F0E
(5,31,14)
#04190D
(4,25,13)
#03130C
(3,19,12)
#020D0B
(2,13,11)
#01070A
(1,7,10)
#000000
(0,0,0)

Tints of #0B4314

#0B4314
(11,67,20)
#215429
(33,84,41)
#37653E
(55,101,62)
#4D7653
(77,118,83)
#638768
(99,135,104)
#79987D
(121,152,125)
#8FA992
(143,169,146)
#A5BAA7
(165,186,167)
#BBCBBC
(187,203,188)
#D1DCD1
(209,220,209)
#E7EDE6
(231,237,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0B4314; }

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

This text font color is #0B4314.


Background Color

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

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

This div background color is #0B4314.


Border color

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

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

This div border color is #0B4314.


Opacity

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

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

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

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

This text has shadow with #0B4314 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0B4314 on black background.


Color preview on white background

This text has color #0B4314 on white background.



Black color preview on #0B4314 background

This text has black color on #0B4314 background.


White color preview on #0B4314 background

This text has white color on #0B4314 background.