COLOR #0B353D

HEX: #0B353D
RGB: (11,53,61)

Color info

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

RGB color model

#0B353D color RGB value is (11,53,61).

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

RGB channels and saturation

R 11 of 255 = 4%
G 53 of 255 = 21%
B 61 of 255 = 24%

11
53
61

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

Portions of RGB colors in percentages

R + G + B =
11 + 53 + 61 = 125 (100%)
R 11 of 125 ~ 8.8%
G 53 of 125 ~ 42.4%
B 61 of 125 ~ 48.8%

%42.4
%48.8

CMYK color model

#0B353D color CMYK value is (82,13,0,76).

  • cyan value is 81.97%
  • magenta value is 13.11%
  • yellow value is 0.00%
  • key color value is 76.08%
CMYK:
(82,13,0,76)
C82M13Y0K76 
(82%,13%,0%,76%)
(0.82/0.13/0.00/0.76)	

CMYK percentages

%81.97
%13.11
%0
%76.08

Codes

Color #0B353D in popluar color models

0B353D
RGB115361
HSL190°69.44%14.12%
HSB/HSV190°81.97%23.92%
CMYK81.97%13.11%0.00%
76.08%

Color #0B353D in popluar number systems.

HEX0B353D
Decimal115361
Binary1011110101111101
Octal136575

Shades and tints

Shades of #0B353D

#0B353D
(11,53,61)
#0A3138
(10,49,56)
#092D33
(9,45,51)
#08292E
(8,41,46)
#072529
(7,37,41)
#062124
(6,33,36)
#051D1F
(5,29,31)
#04191A
(4,25,26)
#031515
(3,21,21)
#021110
(2,17,16)
#010D0B
(1,13,11)
#000000
(0,0,0)

Tints of #0B353D

#0B353D
(11,53,61)
#21474E
(33,71,78)
#37595F
(55,89,95)
#4D6B70
(77,107,112)
#637D81
(99,125,129)
#798F92
(121,143,146)
#8FA1A3
(143,161,163)
#A5B3B4
(165,179,180)
#BBC5C5
(187,197,197)
#D1D7D6
(209,215,214)
#E7E9E7
(231,233,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0B353D; }

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

This text font color is #0B353D.


Background Color

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

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

This div background color is #0B353D.


Border color

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

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

This div border color is #0B353D.


Opacity

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

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

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

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

This text has shadow with #0B353D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0B353D on black background.


Color preview on white background

This text has color #0B353D on white background.



Black color preview on #0B353D background

This text has black color on #0B353D background.


White color preview on #0B353D background

This text has white color on #0B353D background.