COLOR #0B7419

HEX: #0B7419
RGB: (11,116,25)

Color info

#0B7419 contains mainly green color. Web safe color of #0B7419 is #006600 (or #060).

RGB color model

#0B7419 color RGB value is (11,116,25).

  • red value is 11;
  • green value is 116;
  • blue value is 25.
RGB:
(11,116,25)
(4%,45%,10%)

RGB channels and saturation

R 11 of 255 = 4%
G 116 of 255 = 45%
B 25 of 255 = 10%

11
116
25

R + G + B ~ 20%. #0B7419 is dark color.

Portions of RGB colors in percentages

R + G + B =
11 + 116 + 25 = 152 (100%)
R 11 of 152 ~ 7.24%
G 116 of 152 ~ 76.32%
B 25 of 152 ~ 16.45%

%76.32
%16.45

CMYK color model

#0B7419 color CMYK value is (91,0,78,55).

  • cyan value is 90.52%
  • magenta value is 0.00%
  • yellow value is 78.45%
  • key color value is 54.51%
CMYK:
(91,0,78,55)
C91M0Y78K55 
(91%,0%,78%,55%)
(0.91/0.00/0.78/0.55)	

CMYK percentages

%90.52
%0
%78.45
%54.51

Codes

Color #0B7419 in popluar color models

0B7419
RGB1111625
HSL128°82.68%24.90%
HSB/HSV128°90.52%45.49%
CMYK90.52%0.00%78.45%
54.51%

Color #0B7419 in popluar number systems.

HEX0B7419
Decimal1111625
Binary1011111010011001
Octal1316431

Shades and tints

Shades of #0B7419

#0B7419
(11,116,25)
#0A6A17
(10,106,23)
#096015
(9,96,21)
#085613
(8,86,19)
#074C11
(7,76,17)
#06420F
(6,66,15)
#05380D
(5,56,13)
#042E0B
(4,46,11)
#032409
(3,36,9)
#021A07
(2,26,7)
#011005
(1,16,5)
#000000
(0,0,0)

Tints of #0B7419

#0B7419
(11,116,25)
#21802D
(33,128,45)
#378C41
(55,140,65)
#4D9855
(77,152,85)
#63A469
(99,164,105)
#79B07D
(121,176,125)
#8FBC91
(143,188,145)
#A5C8A5
(165,200,165)
#BBD4B9
(187,212,185)
#D1E0CD
(209,224,205)
#E7ECE1
(231,236,225)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0B7419 color. Also use rgb(11,116,25) instead hex code.

Text Font Color

.myTextColor { color: #0B7419; }

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

This text font color is #0B7419.


Background Color

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

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

This div background color is #0B7419.


Border color

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

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

This div border color is #0B7419.


Opacity

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

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

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

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

This text has shadow with #0B7419 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0B7419 on black background.


Color preview on white background

This text has color #0B7419 on white background.



Black color preview on #0B7419 background

This text has black color on #0B7419 background.


White color preview on #0B7419 background

This text has white color on #0B7419 background.