COLOR #0B3524

HEX: #0B3524
RGB: (11,53,36)

Color info

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

RGB color model

#0B3524 color RGB value is (11,53,36).

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

RGB channels and saturation

R 11 of 255 = 4%
G 53 of 255 = 21%
B 36 of 255 = 14%

11
53
36

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

Portions of RGB colors in percentages

R + G + B =
11 + 53 + 36 = 100 (100%)
R 11 of 100 ~ 11%
G 53 of 100 ~ 53%
B 36 of 100 ~ 36%

%11
%53
%36

CMYK color model

#0B3524 color CMYK value is (79,0,32,79).

  • cyan value is 79.25%
  • magenta value is 0.00%
  • yellow value is 32.08%
  • key color value is 79.22%
CMYK:
(79,0,32,79)
C79M0Y32K79 
(79%,0%,32%,79%)
(0.79/0.00/0.32/0.79)	

CMYK percentages

%79.25
%0
%32.08
%79.22

Codes

Color #0B3524 in popluar color models

0B3524
RGB115336
HSL156°65.63%12.55%
HSB/HSV156°79.25%20.78%
CMYK79.25%0.00%32.08%
79.22%

Color #0B3524 in popluar number systems.

HEX0B3524
Decimal115336
Binary1011110101100100
Octal136544

Shades and tints

Shades of #0B3524

#0B3524
(11,53,36)
#0A3121
(10,49,33)
#092D1E
(9,45,30)
#08291B
(8,41,27)
#072518
(7,37,24)
#062115
(6,33,21)
#051D12
(5,29,18)
#04190F
(4,25,15)
#03150C
(3,21,12)
#021109
(2,17,9)
#010D06
(1,13,6)
#000000
(0,0,0)

Tints of #0B3524

#0B3524
(11,53,36)
#214737
(33,71,55)
#37594A
(55,89,74)
#4D6B5D
(77,107,93)
#637D70
(99,125,112)
#798F83
(121,143,131)
#8FA196
(143,161,150)
#A5B3A9
(165,179,169)
#BBC5BC
(187,197,188)
#D1D7CF
(209,215,207)
#E7E9E2
(231,233,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0B3524; }

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

This text font color is #0B3524.


Background Color

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

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

This div background color is #0B3524.


Border color

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

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

This div border color is #0B3524.


Opacity

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

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

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

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

This text has shadow with #0B3524 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0B3524 on black background.


Color preview on white background

This text has color #0B3524 on white background.



Black color preview on #0B3524 background

This text has black color on #0B3524 background.


White color preview on #0B3524 background

This text has white color on #0B3524 background.