COLOR #0B412A

HEX: #0B412A RGB: (11,65,42)

Color info

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

RGB color model

#0B412A color RGB value is (11,65,42).

RGB: (11,65,42) (4%, 25%, 16%)

RGB channels and saturation

R 11 of 255 = 4%
G 65 of 255 = 25%
B 42 of 255 = 16%

11
65
42

R + G + B ~ 15%. #0B412A is dark color.

Portions of RGB colors in percentages

R + G + B = 11 + 65 + 42 = 118 (100%)
R 11 of 118 ~ 9.32%
G 65 of 118 ~ 55.08%
B 42 of 118 ~ 35.59'%

%55.08
%35.59

CMYK color model

#0B412A color CMYK value is (83,0,35,75).

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

CMYK: (83,0,35,75)
C83M0Y35K75 (83%, 0%, 35%, 75%)
(0.83 / 0.00 / 0.35 / 0.75)

CMYK percentages

%83.08
%0
%35.38
%74.51

Codes

Color #0B412A in popluar color models

0B 41 2A
RGB 11 65 42
HSL 154° 71.05% 14.90%
HSB/HSV 154° 83.08% 25.49%
CMYK 83.08% 0.00% 35.38%
74.51%

Color #0B412A in popluar number systems.

HEX 0B 41 2A
Decimal 11 65 42
Binary 1011 1000001 101010
Octal 13 101 52

Shades and tints

Shades of #0B412A

#0B412A
(11,65,42)
#0A3C27
(10,60,39)
#093724
(9,55,36)
#083221
(8,50,33)
#072D1E
(7,45,30)
#06281B
(6,40,27)
#052318
(5,35,24)
#041E15
(4,30,21)
#031912
(3,25,18)
#02140F
(2,20,15)
#010F0C
(1,15,12)
#000000
(0,0,0)

Tints of #0B412A

#0B412A
(11,65,42)
#21523D
(33,82,61)
#376350
(55,99,80)
#4D7463
(77,116,99)
#638576
(99,133,118)
#799689
(121,150,137)
#8FA79C
(143,167,156)
#A5B8AF
(165,184,175)
#BBC9C2
(187,201,194)
#D1DAD5
(209,218,213)
#E7EBE8
(231,235,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0B412A; }

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

This text font color is #0B412A.

Background Color

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

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

This div background color is #0B412A.

Border color

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

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

This div border color is #0B412A.

Opacity

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

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

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

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

This text has shadow with #0B412A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0B412A.

Preview

Color preview on black background

This text has color #0B412A on black background.


Color preview on white background

This text has color #0B412A on white background.


Black color preview on #0B412A background

This text has black color on #0B412A background.


White color preview on #0B412A background

This text has white color on #0B412A background.


Related colors

Complementary color

Complementary color for #hex is #F4BED5.


I love getcolorcode.com

Triadic colors

1 #2A0B41 and #412A0B with #0B412A are triadic colors.

2 #2A410B and #410B2A with #0B412A are triadic colors.