COLOR #0B4329

HEX: #0B4329
RGB: (11,67,41)

Color info

#0B4329 contains red, green and blue colors in about the same proportion. Web safe color of #0B4329 is #003333 (or #033).

RGB color model

#0B4329 color RGB value is (11,67,41).

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

RGB channels and saturation

R 11 of 255 = 4%
G 67 of 255 = 26%
B 41 of 255 = 16%

11
67
41

R + G + B ~ 15%. #0B4329 is dark color.

Portions of RGB colors in percentages

R + G + B =
11 + 67 + 41 = 119 (100%)
R 11 of 119 ~ 9.24%
G 67 of 119 ~ 56.3%
B 41 of 119 ~ 34.45%

%56.3
%34.45

CMYK color model

#0B4329 color CMYK value is (84,0,39,74).

  • cyan value is 83.58%
  • magenta value is 0.00%
  • yellow value is 38.81%
  • key color value is 73.73%
CMYK:
(84,0,39,74)
C84M0Y39K74 
(84%,0%,39%,74%)
(0.84/0.00/0.39/0.74)	

CMYK percentages

%83.58
%0
%38.81
%73.73

Codes

Color #0B4329 in popluar color models

0B4329
RGB116741
HSL152°71.79%15.29%
HSB/HSV152°83.58%26.27%
CMYK83.58%0.00%38.81%
73.73%

Color #0B4329 in popluar number systems.

HEX0B4329
Decimal116741
Binary10111000011101001
Octal1310351

Shades and tints

Shades of #0B4329

#0B4329
(11,67,41)
#0A3D26
(10,61,38)
#093723
(9,55,35)
#083120
(8,49,32)
#072B1D
(7,43,29)
#06251A
(6,37,26)
#051F17
(5,31,23)
#041914
(4,25,20)
#031311
(3,19,17)
#020D0E
(2,13,14)
#01070B
(1,7,11)
#000000
(0,0,0)

Tints of #0B4329

#0B4329
(11,67,41)
#21543C
(33,84,60)
#37654F
(55,101,79)
#4D7662
(77,118,98)
#638775
(99,135,117)
#799888
(121,152,136)
#8FA99B
(143,169,155)
#A5BAAE
(165,186,174)
#BBCBC1
(187,203,193)
#D1DCD4
(209,220,212)
#E7EDE7
(231,237,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0B4329; }

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

This text font color is #0B4329.


Background Color

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

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

This div background color is #0B4329.


Border color

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

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

This div border color is #0B4329.


Opacity

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

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

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

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

This text has shadow with #0B4329 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0B4329 on black background.


Color preview on white background

This text has color #0B4329 on white background.



Black color preview on #0B4329 background

This text has black color on #0B4329 background.


White color preview on #0B4329 background

This text has white color on #0B4329 background.