COLOR #0B4020

HEX: #0B4020
RGB: (11,64,32)

Color info

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

RGB color model

#0B4020 color RGB value is (11,64,32).

  • red value is 11;
  • green value is 64;
  • blue value is 32.
RGB:
(11,64,32)
(4%,25%,13%)

RGB channels and saturation

R 11 of 255 = 4%
G 64 of 255 = 25%
B 32 of 255 = 13%

11
64
32

R + G + B ~ 14%. #0B4020 is dark color.

Portions of RGB colors in percentages

R + G + B =
11 + 64 + 32 = 107 (100%)
R 11 of 107 ~ 10.28%
G 64 of 107 ~ 59.81%
B 32 of 107 ~ 29.91%

%10.28
%59.81
%29.91

CMYK color model

#0B4020 color CMYK value is (83,0,50,75).

  • cyan value is 82.81%
  • magenta value is 0.00%
  • yellow value is 50.00%
  • key color value is 74.90%
CMYK:
(83,0,50,75)
C83M0Y50K75 
(83%,0%,50%,75%)
(0.83/0.00/0.50/0.75)	

CMYK percentages

%82.81
%0
%50
%74.9

Codes

Color #0B4020 in popluar color models

0B4020
RGB116432
HSL144°70.67%14.71%
HSB/HSV144°82.81%25.10%
CMYK82.81%0.00%50.00%
74.90%

Color #0B4020 in popluar number systems.

HEX0B4020
Decimal116432
Binary10111000000100000
Octal1310040

Shades and tints

Shades of #0B4020

#0B4020
(11,64,32)
#0A3B1E
(10,59,30)
#09361C
(9,54,28)
#08311A
(8,49,26)
#072C18
(7,44,24)
#062716
(6,39,22)
#052214
(5,34,20)
#041D12
(4,29,18)
#031810
(3,24,16)
#02130E
(2,19,14)
#010E0C
(1,14,12)
#000000
(0,0,0)

Tints of #0B4020

#0B4020
(11,64,32)
#215134
(33,81,52)
#376248
(55,98,72)
#4D735C
(77,115,92)
#638470
(99,132,112)
#799584
(121,149,132)
#8FA698
(143,166,152)
#A5B7AC
(165,183,172)
#BBC8C0
(187,200,192)
#D1D9D4
(209,217,212)
#E7EAE8
(231,234,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0B4020 color. Also use rgb(11,64,32) instead hex code.

Text Font Color

.myTextColor { color: #0B4020; }

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

This text font color is #0B4020.


Background Color

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

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

This div background color is #0B4020.


Border color

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

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

This div border color is #0B4020.


Opacity

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

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

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

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

This text has shadow with #0B4020 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0B4020 on black background.


Color preview on white background

This text has color #0B4020 on white background.



Black color preview on #0B4020 background

This text has black color on #0B4020 background.


White color preview on #0B4020 background

This text has white color on #0B4020 background.