COLOR #0B4832

HEX: #0B4832
RGB: (11,72,50)

Color info

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

RGB color model

#0B4832 color RGB value is (11,72,50).

  • red value is 11;
  • green value is 72;
  • blue value is 50.
RGB:
(11,72,50)
(4%,28%,20%)

RGB channels and saturation

R 11 of 255 = 4%
G 72 of 255 = 28%
B 50 of 255 = 20%

11
72
50

R + G + B ~ 17%. #0B4832 is dark color.

Portions of RGB colors in percentages

R + G + B =
11 + 72 + 50 = 133 (100%)
R 11 of 133 ~ 8.27%
G 72 of 133 ~ 54.14%
B 50 of 133 ~ 37.59%

%54.14
%37.59

CMYK color model

#0B4832 color CMYK value is (85,0,31,72).

  • cyan value is 84.72%
  • magenta value is 0.00%
  • yellow value is 30.56%
  • key color value is 71.76%
CMYK:
(85,0,31,72)
C85M0Y31K72 
(85%,0%,31%,72%)
(0.85/0.00/0.31/0.72)	

CMYK percentages

%84.72
%0
%30.56
%71.76

Codes

Color #0B4832 in popluar color models

0B4832
RGB117250
HSL158°73.49%16.27%
HSB/HSV158°84.72%28.24%
CMYK84.72%0.00%30.56%
71.76%

Color #0B4832 in popluar number systems.

HEX0B4832
Decimal117250
Binary10111001000110010
Octal1311062

Shades and tints

Shades of #0B4832

#0B4832
(11,72,50)
#0A422E
(10,66,46)
#093C2A
(9,60,42)
#083626
(8,54,38)
#073022
(7,48,34)
#062A1E
(6,42,30)
#05241A
(5,36,26)
#041E16
(4,30,22)
#031812
(3,24,18)
#02120E
(2,18,14)
#010C0A
(1,12,10)
#000000
(0,0,0)

Tints of #0B4832

#0B4832
(11,72,50)
#215844
(33,88,68)
#376856
(55,104,86)
#4D7868
(77,120,104)
#63887A
(99,136,122)
#79988C
(121,152,140)
#8FA89E
(143,168,158)
#A5B8B0
(165,184,176)
#BBC8C2
(187,200,194)
#D1D8D4
(209,216,212)
#E7E8E6
(231,232,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0B4832 color. Also use rgb(11,72,50) instead hex code.

Text Font Color

.myTextColor { color: #0B4832; }

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

This text font color is #0B4832.


Background Color

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

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

This div background color is #0B4832.


Border color

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

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

This div border color is #0B4832.


Opacity

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

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

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

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

This text has shadow with #0B4832 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0B4832 on black background.


Color preview on white background

This text has color #0B4832 on white background.



Black color preview on #0B4832 background

This text has black color on #0B4832 background.


White color preview on #0B4832 background

This text has white color on #0B4832 background.