COLOR #0B3729

HEX: #0B3729 RGB: (11,55,41)

Color info

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

RGB color model

#0B3729 color RGB value is (11,55,41).

RGB: (11,55,41) (4%, 22%, 16%)

RGB channels and saturation

R 11 of 255 = 4%
G 55 of 255 = 22%
B 41 of 255 = 16%

11
55
41

R + G + B ~ 14%. #0B3729 is dark color.

Portions of RGB colors in percentages

R + G + B = 11 + 55 + 41 = 107 (100%)
R 11 of 107 ~ 10.28%
G 55 of 107 ~ 51.4%
B 41 of 107 ~ 38.32'%

%51.4
%38.32

CMYK color model

#0B3729 color CMYK value is (80,0,25,78).

  • cyan value is 80.00%
  • magenta value is 0.00%
  • yellow value is 25.45%
  • key color value is 78.43%

CMYK: (80,0,25,78)
C80M0Y25K78 (80%, 0%, 25%, 78%)
(0.80 / 0.00 / 0.25 / 0.78)

CMYK percentages

%80
%0
%25.45
%78.43

Codes

Color #0B3729 in popluar color models

0B 37 29
RGB 11 55 41
HSL 161° 66.67% 12.94%
HSB/HSV 161° 80.00% 21.57%
CMYK 80.00% 0.00% 25.45%
78.43%

Color #0B3729 in popluar number systems.

HEX 0B 37 29
Decimal 11 55 41
Binary 1011 110111 101001
Octal 13 67 51

Shades and tints

Shades of #0B3729

#0B3729
(11,55,41)
#0A3226
(10,50,38)
#092D23
(9,45,35)
#082820
(8,40,32)
#07231D
(7,35,29)
#061E1A
(6,30,26)
#051917
(5,25,23)
#041414
(4,20,20)
#030F11
(3,15,17)
#020A0E
(2,10,14)
#01050B
(1,5,11)
#000000
(0,0,0)

Tints of #0B3729

#0B3729
(11,55,41)
#21493C
(33,73,60)
#375B4F
(55,91,79)
#4D6D62
(77,109,98)
#637F75
(99,127,117)
#799188
(121,145,136)
#8FA39B
(143,163,155)
#A5B5AE
(165,181,174)
#BBC7C1
(187,199,193)
#D1D9D4
(209,217,212)
#E7EBE7
(231,235,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0B3729; }

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

This text font color is #0B3729.

Background Color

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

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

This div background color is #0B3729.

Border color

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

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

This div border color is #0B3729.

Opacity

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

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

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

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

This text has shadow with #0B3729 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0B3729.

Preview

Color preview on black background

This text has color #0B3729 on black background.


Color preview on white background

This text has color #0B3729 on white background.


Black color preview on #0B3729 background

This text has black color on #0B3729 background.


White color preview on #0B3729 background

This text has white color on #0B3729 background.


Related colors

Complementary color

Complementary color for #hex is #F4C8D6.


I love getcolorcode.com

Triadic colors

1 #290B37 and #37290B with #0B3729 are triadic colors.

2 #29370B and #370B29 with #0B3729 are triadic colors.