COLOR #0B4928

HEX: #0B4928
RGB: (11,73,40)

Color info

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

RGB color model

#0B4928 color RGB value is (11,73,40).

  • red value is 11;
  • green value is 73;
  • blue value is 40.
RGB:
(11,73,40)
(4%,29%,16%)

RGB channels and saturation

R 11 of 255 = 4%
G 73 of 255 = 29%
B 40 of 255 = 16%

11
73
40

R + G + B ~ 16%. #0B4928 is dark color.

Portions of RGB colors in percentages

R + G + B =
11 + 73 + 40 = 124 (100%)
R 11 of 124 ~ 8.87%
G 73 of 124 ~ 58.87%
B 40 of 124 ~ 32.26%

%58.87
%32.26

CMYK color model

#0B4928 color CMYK value is (85,0,45,71).

  • cyan value is 84.93%
  • magenta value is 0.00%
  • yellow value is 45.21%
  • key color value is 71.37%
CMYK:
(85,0,45,71)
C85M0Y45K71 
(85%,0%,45%,71%)
(0.85/0.00/0.45/0.71)	

CMYK percentages

%84.93
%0
%45.21
%71.37

Codes

Color #0B4928 in popluar color models

0B4928
RGB117340
HSL148°73.81%16.47%
HSB/HSV148°84.93%28.63%
CMYK84.93%0.00%45.21%
71.37%

Color #0B4928 in popluar number systems.

HEX0B4928
Decimal117340
Binary10111001001101000
Octal1311150

Shades and tints

Shades of #0B4928

#0B4928
(11,73,40)
#0A4325
(10,67,37)
#093D22
(9,61,34)
#08371F
(8,55,31)
#07311C
(7,49,28)
#062B19
(6,43,25)
#052516
(5,37,22)
#041F13
(4,31,19)
#031910
(3,25,16)
#02130D
(2,19,13)
#010D0A
(1,13,10)
#000000
(0,0,0)

Tints of #0B4928

#0B4928
(11,73,40)
#21593B
(33,89,59)
#37694E
(55,105,78)
#4D7961
(77,121,97)
#638974
(99,137,116)
#799987
(121,153,135)
#8FA99A
(143,169,154)
#A5B9AD
(165,185,173)
#BBC9C0
(187,201,192)
#D1D9D3
(209,217,211)
#E7E9E6
(231,233,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0B4928 color. Also use rgb(11,73,40) instead hex code.

Text Font Color

.myTextColor { color: #0B4928; }

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

This text font color is #0B4928.


Background Color

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

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

This div background color is #0B4928.


Border color

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

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

This div border color is #0B4928.


Opacity

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

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

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

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

This text has shadow with #0B4928 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0B4928 on black background.


Color preview on white background

This text has color #0B4928 on white background.



Black color preview on #0B4928 background

This text has black color on #0B4928 background.


White color preview on #0B4928 background

This text has white color on #0B4928 background.