COLOR #0B352E

HEX: #0B352E
RGB: (11,53,46)

Color info

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

RGB color model

#0B352E color RGB value is (11,53,46).

  • red value is 11;
  • green value is 53;
  • blue value is 46.
RGB:
(11,53,46)
(4%,21%,18%)

RGB channels and saturation

R 11 of 255 = 4%
G 53 of 255 = 21%
B 46 of 255 = 18%

11
53
46

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

Portions of RGB colors in percentages

R + G + B =
11 + 53 + 46 = 110 (100%)
R 11 of 110 ~ 10%
G 53 of 110 ~ 48.18%
B 46 of 110 ~ 41.82%

%10
%48.18
%41.82

CMYK color model

#0B352E color CMYK value is (79,0,13,79).

  • cyan value is 79.25%
  • magenta value is 0.00%
  • yellow value is 13.21%
  • key color value is 79.22%
CMYK:
(79,0,13,79)
C79M0Y13K79 
(79%,0%,13%,79%)
(0.79/0.00/0.13/0.79)	

CMYK percentages

%79.25
%0
%13.21
%79.22

Codes

Color #0B352E in popluar color models

0B352E
RGB115346
HSL170°65.63%12.55%
HSB/HSV170°79.25%20.78%
CMYK79.25%0.00%13.21%
79.22%

Color #0B352E in popluar number systems.

HEX0B352E
Decimal115346
Binary1011110101101110
Octal136556

Shades and tints

Shades of #0B352E

#0B352E
(11,53,46)
#0A312A
(10,49,42)
#092D26
(9,45,38)
#082922
(8,41,34)
#07251E
(7,37,30)
#06211A
(6,33,26)
#051D16
(5,29,22)
#041912
(4,25,18)
#03150E
(3,21,14)
#02110A
(2,17,10)
#010D06
(1,13,6)
#000000
(0,0,0)

Tints of #0B352E

#0B352E
(11,53,46)
#214741
(33,71,65)
#375954
(55,89,84)
#4D6B67
(77,107,103)
#637D7A
(99,125,122)
#798F8D
(121,143,141)
#8FA1A0
(143,161,160)
#A5B3B3
(165,179,179)
#BBC5C6
(187,197,198)
#D1D7D9
(209,215,217)
#E7E9EC
(231,233,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0B352E; }

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

This text font color is #0B352E.


Background Color

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

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

This div background color is #0B352E.


Border color

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

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

This div border color is #0B352E.


Opacity

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

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

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

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

This text has shadow with #0B352E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0B352E on black background.


Color preview on white background

This text has color #0B352E on white background.



Black color preview on #0B352E background

This text has black color on #0B352E background.


White color preview on #0B352E background

This text has white color on #0B352E background.