COLOR #0B3B32

HEX: #0B3B32
RGB: (11,59,50)

Color info

#0B3B32 contains red, green and blue colors in about the same proportion. Web safe color of #0B3B32 is #003333 (or #033).

RGB color model

#0B3B32 color RGB value is (11,59,50).

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

RGB channels and saturation

R 11 of 255 = 4%
G 59 of 255 = 23%
B 50 of 255 = 20%

11
59
50

R + G + B ~ 16%. #0B3B32 is dark color.

Portions of RGB colors in percentages

R + G + B =
11 + 59 + 50 = 120 (100%)
R 11 of 120 ~ 9.17%
G 59 of 120 ~ 49.17%
B 50 of 120 ~ 41.67%

%49.17
%41.67

CMYK color model

#0B3B32 color CMYK value is (81,0,15,77).

  • cyan value is 81.36%
  • magenta value is 0.00%
  • yellow value is 15.25%
  • key color value is 76.86%
CMYK:
(81,0,15,77)
C81M0Y15K77 
(81%,0%,15%,77%)
(0.81/0.00/0.15/0.77)	

CMYK percentages

%81.36
%0
%15.25
%76.86

Codes

Color #0B3B32 in popluar color models

0B3B32
RGB115950
HSL169°68.57%13.73%
HSB/HSV169°81.36%23.14%
CMYK81.36%0.00%15.25%
76.86%

Color #0B3B32 in popluar number systems.

HEX0B3B32
Decimal115950
Binary1011111011110010
Octal137362

Shades and tints

Shades of #0B3B32

#0B3B32
(11,59,50)
#0A362E
(10,54,46)
#09312A
(9,49,42)
#082C26
(8,44,38)
#072722
(7,39,34)
#06221E
(6,34,30)
#051D1A
(5,29,26)
#041816
(4,24,22)
#031312
(3,19,18)
#020E0E
(2,14,14)
#01090A
(1,9,10)
#000000
(0,0,0)

Tints of #0B3B32

#0B3B32
(11,59,50)
#214C44
(33,76,68)
#375D56
(55,93,86)
#4D6E68
(77,110,104)
#637F7A
(99,127,122)
#79908C
(121,144,140)
#8FA19E
(143,161,158)
#A5B2B0
(165,178,176)
#BBC3C2
(187,195,194)
#D1D4D4
(209,212,212)
#E7E5E6
(231,229,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0B3B32; }

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

This text font color is #0B3B32.


Background Color

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

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

This div background color is #0B3B32.


Border color

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

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

This div border color is #0B3B32.


Opacity

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

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

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

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

This text has shadow with #0B3B32 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0B3B32 on black background.


Color preview on white background

This text has color #0B3B32 on white background.



Black color preview on #0B3B32 background

This text has black color on #0B3B32 background.


White color preview on #0B3B32 background

This text has white color on #0B3B32 background.