COLOR #0B3229

HEX: #0B3229 RGB: (11,50,41)

Color info

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

RGB color model

#0B3229 color RGB value is (11,50,41).

RGB: (11,50,41) (4%, 20%, 16%)

RGB channels and saturation

R 11 of 255 = 4%
G 50 of 255 = 20%
B 41 of 255 = 16%

11
50
41

R + G + B ~ 13%. #0B3229 is dark color.

Portions of RGB colors in percentages

R + G + B = 11 + 50 + 41 = 102 (100%)
R 11 of 102 ~ 10.78%
G 50 of 102 ~ 49.02%
B 41 of 102 ~ 40.2'%

%10.78
%49.02
%40.2

CMYK color model

#0B3229 color CMYK value is (78,0,18,80).

  • cyan value is 78.00%
  • magenta value is 0.00%
  • yellow value is 18.00%
  • key color value is 80.39%

CMYK: (78,0,18,80)
C78M0Y18K80 (78%, 0%, 18%, 80%)
(0.78 / 0.00 / 0.18 / 0.80)

CMYK percentages

%78
%0
%18
%80.39

Codes

Color #0B3229 in popluar color models

0B 32 29
RGB 11 50 41
HSL 166° 63.93% 11.96%
HSB/HSV 166° 78.00% 19.61%
CMYK 78.00% 0.00% 18.00%
80.39%

Color #0B3229 in popluar number systems.

HEX 0B 32 29
Decimal 11 50 41
Binary 1011 110010 101001
Octal 13 62 51

Shades and tints

Shades of #0B3229

#0B3229
(11,50,41)
#0A2E26
(10,46,38)
#092A23
(9,42,35)
#082620
(8,38,32)
#07221D
(7,34,29)
#061E1A
(6,30,26)
#051A17
(5,26,23)
#041614
(4,22,20)
#031211
(3,18,17)
#020E0E
(2,14,14)
#010A0B
(1,10,11)
#000000
(0,0,0)

Tints of #0B3229

#0B3229
(11,50,41)
#21443C
(33,68,60)
#37564F
(55,86,79)
#4D6862
(77,104,98)
#637A75
(99,122,117)
#798C88
(121,140,136)
#8F9E9B
(143,158,155)
#A5B0AE
(165,176,174)
#BBC2C1
(187,194,193)
#D1D4D4
(209,212,212)
#E7E6E7
(231,230,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0B3229 color. Also use rgb(11,50,41) instead hex code.

Text Font Color

.myTextColor { color: #0B3229; }

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

This text font color is #0B3229.

Background Color

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

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

This div background color is #0B3229.

Border color

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

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

This div border color is #0B3229.

Opacity

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

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

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

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

This text has shadow with #0B3229 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0B3229.

Preview

Color preview on black background

This text has color #0B3229 on black background.


Color preview on white background

This text has color #0B3229 on white background.


Black color preview on #0B3229 background

This text has black color on #0B3229 background.


White color preview on #0B3229 background

This text has white color on #0B3229 background.


Related colors

Complementary color

Complementary color for #hex is #F4CDD6.


I love getcolorcode.com

Triadic colors

1 #290B32 and #32290B with #0B3229 are triadic colors.

2 #29320B and #320B29 with #0B3229 are triadic colors.