COLOR #0B4335

HEX: #0B4335
RGB: (11,67,53)

Color info

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

RGB color model

#0B4335 color RGB value is (11,67,53).

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

RGB channels and saturation

R 11 of 255 = 4%
G 67 of 255 = 26%
B 53 of 255 = 21%

11
67
53

R + G + B ~ 17%. #0B4335 is dark color.

Portions of RGB colors in percentages

R + G + B =
11 + 67 + 53 = 131 (100%)
R 11 of 131 ~ 8.4%
G 67 of 131 ~ 51.15%
B 53 of 131 ~ 40.46%

%51.15
%40.46

CMYK color model

#0B4335 color CMYK value is (84,0,21,74).

  • cyan value is 83.58%
  • magenta value is 0.00%
  • yellow value is 20.90%
  • key color value is 73.73%
CMYK:
(84,0,21,74)
C84M0Y21K74 
(84%,0%,21%,74%)
(0.84/0.00/0.21/0.74)	

CMYK percentages

%83.58
%0
%20.9
%73.73

Codes

Color #0B4335 in popluar color models

0B4335
RGB116753
HSL165°71.79%15.29%
HSB/HSV165°83.58%26.27%
CMYK83.58%0.00%20.90%
73.73%

Color #0B4335 in popluar number systems.

HEX0B4335
Decimal116753
Binary10111000011110101
Octal1310365

Shades and tints

Shades of #0B4335

#0B4335
(11,67,53)
#0A3D31
(10,61,49)
#09372D
(9,55,45)
#083129
(8,49,41)
#072B25
(7,43,37)
#062521
(6,37,33)
#051F1D
(5,31,29)
#041919
(4,25,25)
#031315
(3,19,21)
#020D11
(2,13,17)
#01070D
(1,7,13)
#000000
(0,0,0)

Tints of #0B4335

#0B4335
(11,67,53)
#215447
(33,84,71)
#376559
(55,101,89)
#4D766B
(77,118,107)
#63877D
(99,135,125)
#79988F
(121,152,143)
#8FA9A1
(143,169,161)
#A5BAB3
(165,186,179)
#BBCBC5
(187,203,197)
#D1DCD7
(209,220,215)
#E7EDE9
(231,237,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0B4335; }

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

This text font color is #0B4335.


Background Color

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

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

This div background color is #0B4335.


Border color

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

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

This div border color is #0B4335.


Opacity

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

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

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

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

This text has shadow with #0B4335 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0B4335 on black background.


Color preview on white background

This text has color #0B4335 on white background.



Black color preview on #0B4335 background

This text has black color on #0B4335 background.


White color preview on #0B4335 background

This text has white color on #0B4335 background.