COLOR #0B4942

HEX: #0B4942
RGB: (11,73,66)

Color info

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

RGB color model

#0B4942 color RGB value is (11,73,66).

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

RGB channels and saturation

R 11 of 255 = 4%
G 73 of 255 = 29%
B 66 of 255 = 26%

11
73
66

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

Portions of RGB colors in percentages

R + G + B =
11 + 73 + 66 = 150 (100%)
R 11 of 150 ~ 7.33%
G 73 of 150 ~ 48.67%
B 66 of 150 ~ 44%

%48.67
%44

CMYK color model

#0B4942 color CMYK value is (85,0,10,71).

  • cyan value is 84.93%
  • magenta value is 0.00%
  • yellow value is 9.59%
  • key color value is 71.37%
CMYK:
(85,0,10,71)
C85M0Y10K71 
(85%,0%,10%,71%)
(0.85/0.00/0.10/0.71)	

CMYK percentages

%84.93
%0
%9.59
%71.37

Codes

Color #0B4942 in popluar color models

0B4942
RGB117366
HSL173°73.81%16.47%
HSB/HSV173°84.93%28.63%
CMYK84.93%0.00%9.59%
71.37%

Color #0B4942 in popluar number systems.

HEX0B4942
Decimal117366
Binary101110010011000010
Octal13111102

Shades and tints

Shades of #0B4942

#0B4942
(11,73,66)
#0A433C
(10,67,60)
#093D36
(9,61,54)
#083730
(8,55,48)
#07312A
(7,49,42)
#062B24
(6,43,36)
#05251E
(5,37,30)
#041F18
(4,31,24)
#031912
(3,25,18)
#02130C
(2,19,12)
#010D06
(1,13,6)
#000000
(0,0,0)

Tints of #0B4942

#0B4942
(11,73,66)
#215953
(33,89,83)
#376964
(55,105,100)
#4D7975
(77,121,117)
#638986
(99,137,134)
#799997
(121,153,151)
#8FA9A8
(143,169,168)
#A5B9B9
(165,185,185)
#BBC9CA
(187,201,202)
#D1D9DB
(209,217,219)
#E7E9EC
(231,233,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0B4942; }

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

This text font color is #0B4942.


Background Color

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

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

This div background color is #0B4942.


Border color

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

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

This div border color is #0B4942.


Opacity

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

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

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

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

This text has shadow with #0B4942 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0B4942 on black background.


Color preview on white background

This text has color #0B4942 on white background.



Black color preview on #0B4942 background

This text has black color on #0B4942 background.


White color preview on #0B4942 background

This text has white color on #0B4942 background.