COLOR #0B332F

HEX: #0B332F
RGB: (11,51,47)

Color info

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

RGB color model

#0B332F color RGB value is (11,51,47).

  • red value is 11;
  • green value is 51;
  • blue value is 47.
RGB:
(11,51,47)
(4%,20%,18%)

RGB channels and saturation

R 11 of 255 = 4%
G 51 of 255 = 20%
B 47 of 255 = 18%

11
51
47

R + G + B ~ 14%. #0B332F is dark color.

Portions of RGB colors in percentages

R + G + B =
11 + 51 + 47 = 109 (100%)
R 11 of 109 ~ 10.09%
G 51 of 109 ~ 46.79%
B 47 of 109 ~ 43.12%

%10.09
%46.79
%43.12

CMYK color model

#0B332F color CMYK value is (78,0,8,80).

  • cyan value is 78.43%
  • magenta value is 0.00%
  • yellow value is 7.84%
  • key color value is 80.00%
CMYK:
(78,0,8,80)
C78M0Y8K80 
(78%,0%,8%,80%)
(0.78/0.00/0.08/0.80)	

CMYK percentages

%78.43
%0
%7.84
%80

Codes

Color #0B332F in popluar color models

0B332F
RGB115147
HSL174°64.52%12.16%
HSB/HSV174°78.43%20.00%
CMYK78.43%0.00%7.84%
80.00%

Color #0B332F in popluar number systems.

HEX0B332F
Decimal115147
Binary1011110011101111
Octal136357

Shades and tints

Shades of #0B332F

#0B332F
(11,51,47)
#0A2F2B
(10,47,43)
#092B27
(9,43,39)
#082723
(8,39,35)
#07231F
(7,35,31)
#061F1B
(6,31,27)
#051B17
(5,27,23)
#041713
(4,23,19)
#03130F
(3,19,15)
#020F0B
(2,15,11)
#010B07
(1,11,7)
#000000
(0,0,0)

Tints of #0B332F

#0B332F
(11,51,47)
#214541
(33,69,65)
#375753
(55,87,83)
#4D6965
(77,105,101)
#637B77
(99,123,119)
#798D89
(121,141,137)
#8F9F9B
(143,159,155)
#A5B1AD
(165,177,173)
#BBC3BF
(187,195,191)
#D1D5D1
(209,213,209)
#E7E7E3
(231,231,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0B332F; }

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

This text font color is #0B332F.


Background Color

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

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

This div background color is #0B332F.


Border color

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

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

This div border color is #0B332F.


Opacity

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

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

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

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

This text has shadow with #0B332F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0B332F on black background.


Color preview on white background

This text has color #0B332F on white background.



Black color preview on #0B332F background

This text has black color on #0B332F background.


White color preview on #0B332F background

This text has white color on #0B332F background.