COLOR #0B3834

HEX: #0B3834 RGB: (11,56,52)

Color info

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

RGB color model

#0B3834 color RGB value is (11,56,52).

RGB: (11,56,52) (4%, 22%, 20%)

RGB channels and saturation

R 11 of 255 = 4%
G 56 of 255 = 22%
B 52 of 255 = 20%

11
56
52

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

Portions of RGB colors in percentages

R + G + B = 11 + 56 + 52 = 119 (100%)
R 11 of 119 ~ 9.24%
G 56 of 119 ~ 47.06%
B 52 of 119 ~ 43.7'%

%47.06
%43.7

CMYK color model

#0B3834 color CMYK value is (80,0,7,78).

  • cyan value is 80.36%
  • magenta value is 0.00%
  • yellow value is 7.14%
  • key color value is 78.04%
CMYK: (80,0,7,78) C80M0Y7K78 (80%,0%,7%,78%) (0.80/0.00/0.07/0.78) 

CMYK percentages

%80.36
%0
%7.14
%78.04

Codes

Color #0B3834 in popluar color models

0B 38 34
RGB 11 56 52
HSL 175° 67.16% 13.14%
HSB/HSV 175° 80.36% 21.96%
CMYK 80.36% 0.00% 7.14%
78.04%

Color #0B3834 in popluar number systems.

HEX 0B 38 34
Decimal 11 56 52
Binary 1011 111000 110100
Octal 13 70 64

Shades and tints

Shades of #0B3834

#0B3834
(11,56,52)
#0A3330
(10,51,48)
#092E2C
(9,46,44)
#082928
(8,41,40)
#072424
(7,36,36)
#061F20
(6,31,32)
#051A1C
(5,26,28)
#041518
(4,21,24)
#031014
(3,16,20)
#020B10
(2,11,16)
#01060C
(1,6,12)
#000000
(0,0,0)

Tints of #0B3834

#0B3834
(11,56,52)
#214A46
(33,74,70)
#375C58
(55,92,88)
#4D6E6A
(77,110,106)
#63807C
(99,128,124)
#79928E
(121,146,142)
#8FA4A0
(143,164,160)
#A5B6B2
(165,182,178)
#BBC8C4
(187,200,196)
#D1DAD6
(209,218,214)
#E7ECE8
(231,236,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0B3834 color. Also use rgb(11,56,52) instead hex code.

Text Font Color

.myTextColor { color: #0B3834; }

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

This text font color is #0B3834.

Background Color

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

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

This div background color is #0B3834.

Border color

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

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

This div border color is #0B3834.

Opacity

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

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

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

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

This text has shadow with #0B3834 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0B3834.

Preview

Color preview on black background

This text has color #0B3834 on black background.


Color preview on white background

This text has color #0B3834 on white background.


Black color preview on #0B3834 background

This text has black color on #0B3834 background.


White color preview on #0B3834 background

This text has white color on #0B3834 background.


Related colors

Complementary color

Complementary color for #hex is #F4C7CB.


I love getcolorcode.com

Triadic colors

1 #340B38 and #38340B with #0B3834 are triadic colors.

2 #34380B and #380B34 with #0B3834 are triadic colors.