COLOR #0B3227

HEX: #0B3227
RGB: (11,50,39)

Color info

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

RGB color model

#0B3227 color RGB value is (11,50,39).

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

RGB channels and saturation

R 11 of 255 = 4%
G 50 of 255 = 20%
B 39 of 255 = 15%

11
50
39

R + G + B ~ 13%. #0B3227 is dark color.

Portions of RGB colors in percentages

R + G + B =
11 + 50 + 39 = 100 (100%)
R 11 of 100 ~ 11%
G 50 of 100 ~ 50%
B 39 of 100 ~ 39%

%11
%50
%39

CMYK color model

#0B3227 color CMYK value is (78,0,22,80).

  • cyan value is 78.00%
  • magenta value is 0.00%
  • yellow value is 22.00%
  • key color value is 80.39%
CMYK:
(78,0,22,80)
C78M0Y22K80 
(78%,0%,22%,80%)
(0.78/0.00/0.22/0.80)	

CMYK percentages

%78
%0
%22
%80.39

Codes

Color #0B3227 in popluar color models

0B3227
RGB115039
HSL163°63.93%11.96%
HSB/HSV163°78.00%19.61%
CMYK78.00%0.00%22.00%
80.39%

Color #0B3227 in popluar number systems.

HEX0B3227
Decimal115039
Binary1011110010100111
Octal136247

Shades and tints

Shades of #0B3227

#0B3227
(11,50,39)
#0A2E24
(10,46,36)
#092A21
(9,42,33)
#08261E
(8,38,30)
#07221B
(7,34,27)
#061E18
(6,30,24)
#051A15
(5,26,21)
#041612
(4,22,18)
#03120F
(3,18,15)
#020E0C
(2,14,12)
#010A09
(1,10,9)
#000000
(0,0,0)

Tints of #0B3227

#0B3227
(11,50,39)
#21443A
(33,68,58)
#37564D
(55,86,77)
#4D6860
(77,104,96)
#637A73
(99,122,115)
#798C86
(121,140,134)
#8F9E99
(143,158,153)
#A5B0AC
(165,176,172)
#BBC2BF
(187,194,191)
#D1D4D2
(209,212,210)
#E7E6E5
(231,230,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0B3227; }

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

This text font color is #0B3227.


Background Color

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

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

This div background color is #0B3227.


Border color

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

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

This div border color is #0B3227.


Opacity

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

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

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

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

This text has shadow with #0B3227 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0B3227 on black background.


Color preview on white background

This text has color #0B3227 on white background.



Black color preview on #0B3227 background

This text has black color on #0B3227 background.


White color preview on #0B3227 background

This text has white color on #0B3227 background.