COLOR #0B3D41

HEX: #0B3D41
RGB: (11,61,65)

Color info

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

RGB color model

#0B3D41 color RGB value is (11,61,65).

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

RGB channels and saturation

R 11 of 255 = 4%
G 61 of 255 = 24%
B 65 of 255 = 25%

11
61
65

R + G + B ~ 18%. #0B3D41 is dark color.

Portions of RGB colors in percentages

R + G + B =
11 + 61 + 65 = 137 (100%)
R 11 of 137 ~ 8.03%
G 61 of 137 ~ 44.53%
B 65 of 137 ~ 47.45%

%44.53
%47.45

CMYK color model

#0B3D41 color CMYK value is (83,6,0,75).

  • cyan value is 83.08%
  • magenta value is 6.15%
  • yellow value is 0.00%
  • key color value is 74.51%
CMYK:
(83,6,0,75)
C83M6Y0K75 
(83%,6%,0%,75%)
(0.83/0.06/0.00/0.75)	

CMYK percentages

%83.08
%6.15
%0
%74.51

Codes

Color #0B3D41 in popluar color models

0B3D41
RGB116165
HSL184°71.05%14.90%
HSB/HSV184°83.08%25.49%
CMYK83.08%6.15%0.00%
74.51%

Color #0B3D41 in popluar number systems.

HEX0B3D41
Decimal116165
Binary10111111011000001
Octal1375101

Shades and tints

Shades of #0B3D41

#0B3D41
(11,61,65)
#0A383C
(10,56,60)
#093337
(9,51,55)
#082E32
(8,46,50)
#07292D
(7,41,45)
#062428
(6,36,40)
#051F23
(5,31,35)
#041A1E
(4,26,30)
#031519
(3,21,25)
#021014
(2,16,20)
#010B0F
(1,11,15)
#000000
(0,0,0)

Tints of #0B3D41

#0B3D41
(11,61,65)
#214E52
(33,78,82)
#375F63
(55,95,99)
#4D7074
(77,112,116)
#638185
(99,129,133)
#799296
(121,146,150)
#8FA3A7
(143,163,167)
#A5B4B8
(165,180,184)
#BBC5C9
(187,197,201)
#D1D6DA
(209,214,218)
#E7E7EB
(231,231,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0B3D41; }

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

This text font color is #0B3D41.


Background Color

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

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

This div background color is #0B3D41.


Border color

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

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

This div border color is #0B3D41.


Opacity

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

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

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

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

This text has shadow with #0B3D41 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0B3D41 on black background.


Color preview on white background

This text has color #0B3D41 on white background.



Black color preview on #0B3D41 background

This text has black color on #0B3D41 background.


White color preview on #0B3D41 background

This text has white color on #0B3D41 background.