COLOR #0B4939

HEX: #0B4939
RGB: (11,73,57)

Color info

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

RGB color model

#0B4939 color RGB value is (11,73,57).

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

RGB channels and saturation

R 11 of 255 = 4%
G 73 of 255 = 29%
B 57 of 255 = 22%

11
73
57

R + G + B ~ 18%. #0B4939 is dark color.

Portions of RGB colors in percentages

R + G + B =
11 + 73 + 57 = 141 (100%)
R 11 of 141 ~ 7.8%
G 73 of 141 ~ 51.77%
B 57 of 141 ~ 40.43%

%51.77
%40.43

CMYK color model

#0B4939 color CMYK value is (85,0,22,71).

  • cyan value is 84.93%
  • magenta value is 0.00%
  • yellow value is 21.92%
  • key color value is 71.37%
CMYK:
(85,0,22,71)
C85M0Y22K71 
(85%,0%,22%,71%)
(0.85/0.00/0.22/0.71)	

CMYK percentages

%84.93
%0
%21.92
%71.37

Codes

Color #0B4939 in popluar color models

0B4939
RGB117357
HSL165°73.81%16.47%
HSB/HSV165°84.93%28.63%
CMYK84.93%0.00%21.92%
71.37%

Color #0B4939 in popluar number systems.

HEX0B4939
Decimal117357
Binary10111001001111001
Octal1311171

Shades and tints

Shades of #0B4939

#0B4939
(11,73,57)
#0A4334
(10,67,52)
#093D2F
(9,61,47)
#08372A
(8,55,42)
#073125
(7,49,37)
#062B20
(6,43,32)
#05251B
(5,37,27)
#041F16
(4,31,22)
#031911
(3,25,17)
#02130C
(2,19,12)
#010D07
(1,13,7)
#000000
(0,0,0)

Tints of #0B4939

#0B4939
(11,73,57)
#21594B
(33,89,75)
#37695D
(55,105,93)
#4D796F
(77,121,111)
#638981
(99,137,129)
#799993
(121,153,147)
#8FA9A5
(143,169,165)
#A5B9B7
(165,185,183)
#BBC9C9
(187,201,201)
#D1D9DB
(209,217,219)
#E7E9ED
(231,233,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0B4939; }

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

This text font color is #0B4939.


Background Color

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

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

This div background color is #0B4939.


Border color

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

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

This div border color is #0B4939.


Opacity

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

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

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

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

This text has shadow with #0B4939 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0B4939 on black background.


Color preview on white background

This text has color #0B4939 on white background.



Black color preview on #0B4939 background

This text has black color on #0B4939 background.


White color preview on #0B4939 background

This text has white color on #0B4939 background.