COLOR #0B4318

HEX: #0B4318
RGB: (11,67,24)

Color info

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

RGB color model

#0B4318 color RGB value is (11,67,24).

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

RGB channels and saturation

R 11 of 255 = 4%
G 67 of 255 = 26%
B 24 of 255 = 9%

11
67
24

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

Portions of RGB colors in percentages

R + G + B =
11 + 67 + 24 = 102 (100%)
R 11 of 102 ~ 10.78%
G 67 of 102 ~ 65.69%
B 24 of 102 ~ 23.53%

%10.78
%65.69
%23.53

CMYK color model

#0B4318 color CMYK value is (84,0,64,74).

  • cyan value is 83.58%
  • magenta value is 0.00%
  • yellow value is 64.18%
  • key color value is 73.73%
CMYK:
(84,0,64,74)
C84M0Y64K74 
(84%,0%,64%,74%)
(0.84/0.00/0.64/0.74)	

CMYK percentages

%83.58
%0
%64.18
%73.73

Codes

Color #0B4318 in popluar color models

0B4318
RGB116724
HSL134°71.79%15.29%
HSB/HSV134°83.58%26.27%
CMYK83.58%0.00%64.18%
73.73%

Color #0B4318 in popluar number systems.

HEX0B4318
Decimal116724
Binary1011100001111000
Octal1310330

Shades and tints

Shades of #0B4318

#0B4318
(11,67,24)
#0A3D16
(10,61,22)
#093714
(9,55,20)
#083112
(8,49,18)
#072B10
(7,43,16)
#06250E
(6,37,14)
#051F0C
(5,31,12)
#04190A
(4,25,10)
#031308
(3,19,8)
#020D06
(2,13,6)
#010704
(1,7,4)
#000000
(0,0,0)

Tints of #0B4318

#0B4318
(11,67,24)
#21542D
(33,84,45)
#376542
(55,101,66)
#4D7657
(77,118,87)
#63876C
(99,135,108)
#799881
(121,152,129)
#8FA996
(143,169,150)
#A5BAAB
(165,186,171)
#BBCBC0
(187,203,192)
#D1DCD5
(209,220,213)
#E7EDEA
(231,237,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0B4318; }

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

This text font color is #0B4318.


Background Color

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

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

This div background color is #0B4318.


Border color

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

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

This div border color is #0B4318.


Opacity

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

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

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

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

This text has shadow with #0B4318 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0B4318 on black background.


Color preview on white background

This text has color #0B4318 on white background.



Black color preview on #0B4318 background

This text has black color on #0B4318 background.


White color preview on #0B4318 background

This text has white color on #0B4318 background.