COLOR #0B4848

HEX: #0B4848
RGB: (11,72,72)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

11
72
72

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

Portions of RGB colors in percentages

R + G + B =
11 + 72 + 72 = 155 (100%)
R 11 of 155 ~ 7.1%
G 72 of 155 ~ 46.45%
B 72 of 155 ~ 46.45%

%46.45
%46.45

CMYK color model

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

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

CMYK percentages

%84.72
%0
%0
%71.76

Codes

Color #0B4848 in popluar color models

0B4848
RGB117272
HSL180°73.49%16.27%
HSB/HSV180°84.72%28.24%
CMYK84.72%0.00%0.00%
71.76%

Color #0B4848 in popluar number systems.

HEX0B4848
Decimal117272
Binary101110010001001000
Octal13110110

Shades and tints

Shades of #0B4848

#0B4848
(11,72,72)
#0A4242
(10,66,66)
#093C3C
(9,60,60)
#083636
(8,54,54)
#073030
(7,48,48)
#062A2A
(6,42,42)
#052424
(5,36,36)
#041E1E
(4,30,30)
#031818
(3,24,24)
#021212
(2,18,18)
#010C0C
(1,12,12)
#000000
(0,0,0)

Tints of #0B4848

#0B4848
(11,72,72)
#215858
(33,88,88)
#376868
(55,104,104)
#4D7878
(77,120,120)
#638888
(99,136,136)
#799898
(121,152,152)
#8FA8A8
(143,168,168)
#A5B8B8
(165,184,184)
#BBC8C8
(187,200,200)
#D1D8D8
(209,216,216)
#E7E8E8
(231,232,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0B4848; }

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

This text font color is #0B4848.


Background Color

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

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

This div background color is #0B4848.


Border color

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

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

This div border color is #0B4848.


Opacity

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

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

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

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

This text has shadow with #0B4848 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0B4848 on black background.


Color preview on white background

This text has color #0B4848 on white background.



Black color preview on #0B4848 background

This text has black color on #0B4848 background.


White color preview on #0B4848 background

This text has white color on #0B4848 background.