COLOR #0B4A1E

HEX: #0B4A1E
RGB: (11,74,30)

Color info

#0B4A1E contains mainly green and blue colors. Web safe color of #0B4A1E is #003333 (or #033).

RGB color model

#0B4A1E color RGB value is (11,74,30).

  • red value is 11;
  • green value is 74;
  • blue value is 30.
RGB:
(11,74,30)
(4%,29%,12%)

RGB channels and saturation

R 11 of 255 = 4%
G 74 of 255 = 29%
B 30 of 255 = 12%

11
74
30

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

Portions of RGB colors in percentages

R + G + B =
11 + 74 + 30 = 115 (100%)
R 11 of 115 ~ 9.57%
G 74 of 115 ~ 64.35%
B 30 of 115 ~ 26.09%

%9.57
%64.35
%26.09

CMYK color model

#0B4A1E color CMYK value is (85,0,59,71).

  • cyan value is 85.14%
  • magenta value is 0.00%
  • yellow value is 59.46%
  • key color value is 70.98%
CMYK:
(85,0,59,71)
C85M0Y59K71 
(85%,0%,59%,71%)
(0.85/0.00/0.59/0.71)	

CMYK percentages

%85.14
%0
%59.46
%70.98

Codes

Color #0B4A1E in popluar color models

0B4A1E
RGB117430
HSL138°74.12%16.67%
HSB/HSV138°85.14%29.02%
CMYK85.14%0.00%59.46%
70.98%

Color #0B4A1E in popluar number systems.

HEX0B4A1E
Decimal117430
Binary1011100101011110
Octal1311236

Shades and tints

Shades of #0B4A1E

#0B4A1E
(11,74,30)
#0A441C
(10,68,28)
#093E1A
(9,62,26)
#083818
(8,56,24)
#073216
(7,50,22)
#062C14
(6,44,20)
#052612
(5,38,18)
#042010
(4,32,16)
#031A0E
(3,26,14)
#02140C
(2,20,12)
#010E0A
(1,14,10)
#000000
(0,0,0)

Tints of #0B4A1E

#0B4A1E
(11,74,30)
#215A32
(33,90,50)
#376A46
(55,106,70)
#4D7A5A
(77,122,90)
#638A6E
(99,138,110)
#799A82
(121,154,130)
#8FAA96
(143,170,150)
#A5BAAA
(165,186,170)
#BBCABE
(187,202,190)
#D1DAD2
(209,218,210)
#E7EAE6
(231,234,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0B4A1E color. Also use rgb(11,74,30) instead hex code.

Text Font Color

.myTextColor { color: #0B4A1E; }

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

This text font color is #0B4A1E.


Background Color

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

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

This div background color is #0B4A1E.


Border color

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

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

This div border color is #0B4A1E.


Opacity

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

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

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

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

This text has shadow with #0B4A1E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0B4A1E on black background.


Color preview on white background

This text has color #0B4A1E on white background.



Black color preview on #0B4A1E background

This text has black color on #0B4A1E background.


White color preview on #0B4A1E background

This text has white color on #0B4A1E background.