COLOR #0B4241

HEX: #0B4241 RGB: (11,66,65)

Color info

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

RGB color model

#0B4241 color RGB value is (11,66,65).

RGB: (11,66,65) (4%, 26%, 25%)

RGB channels and saturation

R 11 of 255 = 4%
G 66 of 255 = 26%
B 65 of 255 = 25%

11
66
65

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

Portions of RGB colors in percentages

R + G + B = 11 + 66 + 65 = 142 (100%)
R 11 of 142 ~ 7.75%
G 66 of 142 ~ 46.48%
B 65 of 142 ~ 45.77'%

%46.48
%45.77

CMYK color model

#0B4241 color CMYK value is (83,0,2,74).

  • cyan value is 83.33%
  • magenta value is 0.00%
  • yellow value is 1.52%
  • key color value is 74.12%
CMYK: (83,0,2,74) C83M0Y2K74 (83%,0%,2%,74%) (0.83/0.00/0.02/0.74) 

CMYK percentages

%83.33
%0
%1.52
%74.12

Codes

Color #0B4241 in popluar color models

0B 42 41
RGB 11 66 65
HSL 179° 71.43% 15.10%
HSB/HSV 179° 83.33% 25.88%
CMYK 83.33% 0.00% 1.52%
74.12%

Color #0B4241 in popluar number systems.

HEX 0B 42 41
Decimal 11 66 65
Binary 1011 1000010 1000001
Octal 13 102 101

Shades and tints

Shades of #0B4241

#0B4241
(11,66,65)
#0A3C3C
(10,60,60)
#093637
(9,54,55)
#083032
(8,48,50)
#072A2D
(7,42,45)
#062428
(6,36,40)
#051E23
(5,30,35)
#04181E
(4,24,30)
#031219
(3,18,25)
#020C14
(2,12,20)
#01060F
(1,6,15)
#000000
(0,0,0)

Tints of #0B4241

#0B4241
(11,66,65)
#215352
(33,83,82)
#376463
(55,100,99)
#4D7574
(77,117,116)
#638685
(99,134,133)
#799796
(121,151,150)
#8FA8A7
(143,168,167)
#A5B9B8
(165,185,184)
#BBCAC9
(187,202,201)
#D1DBDA
(209,219,218)
#E7ECEB
(231,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0B4241; }

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

This text font color is #0B4241.

Background Color

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

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

This div background color is #0B4241.

Border color

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

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

This div border color is #0B4241.

Opacity

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

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

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

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

This text has shadow with #0B4241 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0B4241.

Preview

Color preview on black background

This text has color #0B4241 on black background.


Color preview on white background

This text has color #0B4241 on white background.


Black color preview on #0B4241 background

This text has black color on #0B4241 background.


White color preview on #0B4241 background

This text has white color on #0B4241 background.


Related colors

Complementary color

Complementary color for #hex is #F4BDBE.


I love getcolorcode.com

Triadic colors

1 #410B42 and #42410B with #0B4241 are triadic colors.

2 #41420B and #420B41 with #0B4241 are triadic colors.