COLOR #0B3D26

HEX: #0B3D26
RGB: (11,61,38)

Color info

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

RGB color model

#0B3D26 color RGB value is (11,61,38).

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

RGB channels and saturation

R 11 of 255 = 4%
G 61 of 255 = 24%
B 38 of 255 = 15%

11
61
38

R + G + B ~ 14%. #0B3D26 is dark color.

Portions of RGB colors in percentages

R + G + B =
11 + 61 + 38 = 110 (100%)
R 11 of 110 ~ 10%
G 61 of 110 ~ 55.45%
B 38 of 110 ~ 34.55%

%10
%55.45
%34.55

CMYK color model

#0B3D26 color CMYK value is (82,0,38,76).

  • cyan value is 81.97%
  • magenta value is 0.00%
  • yellow value is 37.70%
  • key color value is 76.08%
CMYK:
(82,0,38,76)
C82M0Y38K76 
(82%,0%,38%,76%)
(0.82/0.00/0.38/0.76)	

CMYK percentages

%81.97
%0
%37.7
%76.08

Codes

Color #0B3D26 in popluar color models

0B3D26
RGB116138
HSL152°69.44%14.12%
HSB/HSV152°81.97%23.92%
CMYK81.97%0.00%37.70%
76.08%

Color #0B3D26 in popluar number systems.

HEX0B3D26
Decimal116138
Binary1011111101100110
Octal137546

Shades and tints

Shades of #0B3D26

#0B3D26
(11,61,38)
#0A3823
(10,56,35)
#093320
(9,51,32)
#082E1D
(8,46,29)
#07291A
(7,41,26)
#062417
(6,36,23)
#051F14
(5,31,20)
#041A11
(4,26,17)
#03150E
(3,21,14)
#02100B
(2,16,11)
#010B08
(1,11,8)
#000000
(0,0,0)

Tints of #0B3D26

#0B3D26
(11,61,38)
#214E39
(33,78,57)
#375F4C
(55,95,76)
#4D705F
(77,112,95)
#638172
(99,129,114)
#799285
(121,146,133)
#8FA398
(143,163,152)
#A5B4AB
(165,180,171)
#BBC5BE
(187,197,190)
#D1D6D1
(209,214,209)
#E7E7E4
(231,231,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0B3D26; }

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

This text font color is #0B3D26.


Background Color

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

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

This div background color is #0B3D26.


Border color

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

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

This div border color is #0B3D26.


Opacity

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

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

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

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

This text has shadow with #0B3D26 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0B3D26 on black background.


Color preview on white background

This text has color #0B3D26 on white background.



Black color preview on #0B3D26 background

This text has black color on #0B3D26 background.


White color preview on #0B3D26 background

This text has white color on #0B3D26 background.