COLOR #0B3630

HEX: #0B3630
RGB: (11,54,48)

Color info

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

RGB color model

#0B3630 color RGB value is (11,54,48).

  • red value is 11;
  • green value is 54;
  • blue value is 48.
RGB:
(11,54,48)
(4%,21%,19%)

RGB channels and saturation

R 11 of 255 = 4%
G 54 of 255 = 21%
B 48 of 255 = 19%

11
54
48

R + G + B ~ 15%. #0B3630 is dark color.

Portions of RGB colors in percentages

R + G + B =
11 + 54 + 48 = 113 (100%)
R 11 of 113 ~ 9.73%
G 54 of 113 ~ 47.79%
B 48 of 113 ~ 42.48%

%9.73
%47.79
%42.48

CMYK color model

#0B3630 color CMYK value is (80,0,11,79).

  • cyan value is 79.63%
  • magenta value is 0.00%
  • yellow value is 11.11%
  • key color value is 78.82%
CMYK:
(80,0,11,79)
C80M0Y11K79 
(80%,0%,11%,79%)
(0.80/0.00/0.11/0.79)	

CMYK percentages

%79.63
%0
%11.11
%78.82

Codes

Color #0B3630 in popluar color models

0B3630
RGB115448
HSL172°66.15%12.75%
HSB/HSV172°79.63%21.18%
CMYK79.63%0.00%11.11%
78.82%

Color #0B3630 in popluar number systems.

HEX0B3630
Decimal115448
Binary1011110110110000
Octal136660

Shades and tints

Shades of #0B3630

#0B3630
(11,54,48)
#0A322C
(10,50,44)
#092E28
(9,46,40)
#082A24
(8,42,36)
#072620
(7,38,32)
#06221C
(6,34,28)
#051E18
(5,30,24)
#041A14
(4,26,20)
#031610
(3,22,16)
#02120C
(2,18,12)
#010E08
(1,14,8)
#000000
(0,0,0)

Tints of #0B3630

#0B3630
(11,54,48)
#214842
(33,72,66)
#375A54
(55,90,84)
#4D6C66
(77,108,102)
#637E78
(99,126,120)
#79908A
(121,144,138)
#8FA29C
(143,162,156)
#A5B4AE
(165,180,174)
#BBC6C0
(187,198,192)
#D1D8D2
(209,216,210)
#E7EAE4
(231,234,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0B3630; }

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

This text font color is #0B3630.


Background Color

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

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

This div background color is #0B3630.


Border color

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

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

This div border color is #0B3630.


Opacity

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

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

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

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

This text has shadow with #0B3630 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0B3630 on black background.


Color preview on white background

This text has color #0B3630 on white background.



Black color preview on #0B3630 background

This text has black color on #0B3630 background.


White color preview on #0B3630 background

This text has white color on #0B3630 background.