COLOR #0B5353

HEX: #0B5353
RGB: (11,83,83)

Color info

#0B5353 contains mainly green and blue colors. Web safe color of #0B5353 is #006666 (or #066).

RGB color model

#0B5353 color RGB value is (11,83,83).

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

RGB channels and saturation

R 11 of 255 = 4%
G 83 of 255 = 33%
B 83 of 255 = 33%

11
83
83

R + G + B ~ 23%. #0B5353 is dark color.

Portions of RGB colors in percentages

R + G + B =
11 + 83 + 83 = 177 (100%)
R 11 of 177 ~ 6.21%
G 83 of 177 ~ 46.89%
B 83 of 177 ~ 46.89%

%46.89
%46.89

CMYK color model

#0B5353 color CMYK value is (87,0,0,67).

  • cyan value is 86.75%
  • magenta value is 0.00%
  • yellow value is 0.00%
  • key color value is 67.45%
CMYK:
(87,0,0,67)
C87M0Y0K67 
(87%,0%,0%,67%)
(0.87/0.00/0.00/0.67)	

CMYK percentages

%86.75
%0
%0
%67.45

Codes

Color #0B5353 in popluar color models

0B5353
RGB118383
HSL180°76.60%18.43%
HSB/HSV180°86.75%32.55%
CMYK86.75%0.00%0.00%
67.45%

Color #0B5353 in popluar number systems.

HEX0B5353
Decimal118383
Binary101110100111010011
Octal13123123

Shades and tints

Shades of #0B5353

#0B5353
(11,83,83)
#0A4C4C
(10,76,76)
#094545
(9,69,69)
#083E3E
(8,62,62)
#073737
(7,55,55)
#063030
(6,48,48)
#052929
(5,41,41)
#042222
(4,34,34)
#031B1B
(3,27,27)
#021414
(2,20,20)
#010D0D
(1,13,13)
#000000
(0,0,0)

Tints of #0B5353

#0B5353
(11,83,83)
#216262
(33,98,98)
#377171
(55,113,113)
#4D8080
(77,128,128)
#638F8F
(99,143,143)
#799E9E
(121,158,158)
#8FADAD
(143,173,173)
#A5BCBC
(165,188,188)
#BBCBCB
(187,203,203)
#D1DADA
(209,218,218)
#E7E9E9
(231,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0B5353; }

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

This text font color is #0B5353.


Background Color

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

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

This div background color is #0B5353.


Border color

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

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

This div border color is #0B5353.


Opacity

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

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

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

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

This text has shadow with #0B5353 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0B5353 on black background.


Color preview on white background

This text has color #0B5353 on white background.



Black color preview on #0B5353 background

This text has black color on #0B5353 background.


White color preview on #0B5353 background

This text has white color on #0B5353 background.