COLOR #0B3325

HEX: #0B3325 RGB: (11,51,37)

Color info

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

RGB color model

#0B3325 color RGB value is (11,51,37).

RGB: (11,51,37) (4%, 20%, 15%)

RGB channels and saturation

R 11 of 255 = 4%
G 51 of 255 = 20%
B 37 of 255 = 15%

11
51
37

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

Portions of RGB colors in percentages

R + G + B = 11 + 51 + 37 = 99 (100%)
R 11 of 99 ~ 11.11%
G 51 of 99 ~ 51.52%
B 37 of 99 ~ 37.37'%

%11.11
%51.52
%37.37

CMYK color model

#0B3325 color CMYK value is (78,0,27,80).

  • cyan value is 78.43%
  • magenta value is 0.00%
  • yellow value is 27.45%
  • key color value is 80.00%
CMYK: (78,0,27,80) C78M0Y27K80 (78%,0%,27%,80%) (0.78/0.00/0.27/0.80) 

CMYK percentages

%78.43
%0
%27.45
%80

Codes

Color #0B3325 in popluar color models

0B 33 25
RGB 11 51 37
HSL 159° 64.52% 12.16%
HSB/HSV 159° 78.43% 20.00%
CMYK 78.43% 0.00% 27.45%
80.00%

Color #0B3325 in popluar number systems.

HEX 0B 33 25
Decimal 11 51 37
Binary 1011 110011 100101
Octal 13 63 45

Shades and tints

Shades of #0B3325

#0B3325
(11,51,37)
#0A2F22
(10,47,34)
#092B1F
(9,43,31)
#08271C
(8,39,28)
#072319
(7,35,25)
#061F16
(6,31,22)
#051B13
(5,27,19)
#041710
(4,23,16)
#03130D
(3,19,13)
#020F0A
(2,15,10)
#010B07
(1,11,7)
#000000
(0,0,0)

Tints of #0B3325

#0B3325
(11,51,37)
#214538
(33,69,56)
#37574B
(55,87,75)
#4D695E
(77,105,94)
#637B71
(99,123,113)
#798D84
(121,141,132)
#8F9F97
(143,159,151)
#A5B1AA
(165,177,170)
#BBC3BD
(187,195,189)
#D1D5D0
(209,213,208)
#E7E7E3
(231,231,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0B3325 color. Also use rgb(11,51,37) instead hex code.

Text Font Color

.myTextColor { color: #0B3325; }

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

This text font color is #0B3325.

Background Color

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

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

This div background color is #0B3325.

Border color

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

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

This div border color is #0B3325.

Opacity

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

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

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

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

This text has shadow with #0B3325 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0B3325.

Preview

Color preview on black background

This text has color #0B3325 on black background.


Color preview on white background

This text has color #0B3325 on white background.


Black color preview on #0B3325 background

This text has black color on #0B3325 background.


White color preview on #0B3325 background

This text has white color on #0B3325 background.


Related colors

Complementary color

Complementary color for #hex is #F4CCDA.


I love getcolorcode.com

Triadic colors

1 #250B33 and #33250B with #0B3325 are triadic colors.

2 #25330B and #330B25 with #0B3325 are triadic colors.