COLOR #0B413C

HEX: #0B413C RGB: (11,65,60)

Color info

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

RGB color model

#0B413C color RGB value is (11,65,60).

RGB: (11,65,60) (4%, 25%, 24%)

RGB channels and saturation

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

11
65
60

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

Portions of RGB colors in percentages

R + G + B = 11 + 65 + 60 = 136 (100%)
R 11 of 136 ~ 8.09%
G 65 of 136 ~ 47.79%
B 60 of 136 ~ 44.12'%

%47.79
%44.12

CMYK color model

#0B413C color CMYK value is (83,0,8,75).

  • cyan value is 83.08%
  • magenta value is 0.00%
  • yellow value is 7.69%
  • key color value is 74.51%

CMYK: (83,0,8,75)
C83M0Y8K75 (83%, 0%, 8%, 75%)
(0.83 / 0.00 / 0.08 / 0.75)

CMYK percentages

%83.08
%0
%7.69
%74.51

Codes

Color #0B413C in popluar color models

0B 41 3C
RGB 11 65 60
HSL 174° 71.05% 14.90%
HSB/HSV 174° 83.08% 25.49%
CMYK 83.08% 0.00% 7.69%
74.51%

Color #0B413C in popluar number systems.

HEX 0B 41 3C
Decimal 11 65 60
Binary 1011 1000001 111100
Octal 13 101 74

Shades and tints

Shades of #0B413C

#0B413C
(11,65,60)
#0A3C37
(10,60,55)
#093732
(9,55,50)
#08322D
(8,50,45)
#072D28
(7,45,40)
#062823
(6,40,35)
#05231E
(5,35,30)
#041E19
(4,30,25)
#031914
(3,25,20)
#02140F
(2,20,15)
#010F0A
(1,15,10)
#000000
(0,0,0)

Tints of #0B413C

#0B413C
(11,65,60)
#21524D
(33,82,77)
#37635E
(55,99,94)
#4D746F
(77,116,111)
#638580
(99,133,128)
#799691
(121,150,145)
#8FA7A2
(143,167,162)
#A5B8B3
(165,184,179)
#BBC9C4
(187,201,196)
#D1DAD5
(209,218,213)
#E7EBE6
(231,235,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0B413C; }

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

This text font color is #0B413C.

Background Color

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

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

This div background color is #0B413C.

Border color

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

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

This div border color is #0B413C.

Opacity

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

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

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

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

This text has shadow with #0B413C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0B413C.

Preview

Color preview on black background

This text has color #0B413C on black background.


Color preview on white background

This text has color #0B413C on white background.


Black color preview on #0B413C background

This text has black color on #0B413C background.


White color preview on #0B413C background

This text has white color on #0B413C background.


Related colors

Complementary color

Complementary color for #hex is #F4BEC3.


I love getcolorcode.com

Triadic colors

1 #3C0B41 and #413C0B with #0B413C are triadic colors.

2 #3C410B and #410B3C with #0B413C are triadic colors.