COLOR #0B350F

HEX: #0B350F
RGB: (11,53,15)

Color info

#0B350F contains red, green and blue colors in about the same proportion. Web safe color of #0B350F is #003300 (or #030).

RGB color model

#0B350F color RGB value is (11,53,15).

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

RGB channels and saturation

R 11 of 255 = 4%
G 53 of 255 = 21%
B 15 of 255 = 6%

11
53
15

R + G + B ~ 10%. #0B350F is dark color.

Portions of RGB colors in percentages

R + G + B =
11 + 53 + 15 = 79 (100%)
R 11 of 79 ~ 13.92%
G 53 of 79 ~ 67.09%
B 15 of 79 ~ 18.99%

%13.92
%67.09
%18.99

CMYK color model

#0B350F color CMYK value is (79,0,72,79).

  • cyan value is 79.25%
  • magenta value is 0.00%
  • yellow value is 71.70%
  • key color value is 79.22%
CMYK:
(79,0,72,79)
C79M0Y72K79 
(79%,0%,72%,79%)
(0.79/0.00/0.72/0.79)	

CMYK percentages

%79.25
%0
%71.7
%79.22

Codes

Color #0B350F in popluar color models

0B350F
RGB115315
HSL126°65.63%12.55%
HSB/HSV126°79.25%20.78%
CMYK79.25%0.00%71.70%
79.22%

Color #0B350F in popluar number systems.

HEX0B350F
Decimal115315
Binary10111101011111
Octal136517

Shades and tints

Shades of #0B350F

#0B350F
(11,53,15)
#0A310E
(10,49,14)
#092D0D
(9,45,13)
#08290C
(8,41,12)
#07250B
(7,37,11)
#06210A
(6,33,10)
#051D09
(5,29,9)
#041908
(4,25,8)
#031507
(3,21,7)
#021106
(2,17,6)
#010D05
(1,13,5)
#000000
(0,0,0)

Tints of #0B350F

#0B350F
(11,53,15)
#214724
(33,71,36)
#375939
(55,89,57)
#4D6B4E
(77,107,78)
#637D63
(99,125,99)
#798F78
(121,143,120)
#8FA18D
(143,161,141)
#A5B3A2
(165,179,162)
#BBC5B7
(187,197,183)
#D1D7CC
(209,215,204)
#E7E9E1
(231,233,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0B350F; }

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

This text font color is #0B350F.


Background Color

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

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

This div background color is #0B350F.


Border color

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

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

This div border color is #0B350F.


Opacity

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

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

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

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

This text has shadow with #0B350F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0B350F on black background.


Color preview on white background

This text has color #0B350F on white background.



Black color preview on #0B350F background

This text has black color on #0B350F background.


White color preview on #0B350F background

This text has white color on #0B350F background.