COLOR #0B340E

HEX: #0B340E RGB: (11,52,14)

Color info

#0B340E contains red, green and blue colors in about the same proportion. Web safe color of #0B340E is #003300 (or #030).

RGB color model

#0B340E color RGB value is (11,52,14).

RGB: (11,52,14) (4%, 20%, 5%)

RGB channels and saturation

R 11 of 255 = 4%
G 52 of 255 = 20%
B 14 of 255 = 5%

11
52
14

R + G + B ~ 10%. #0B340E is dark color.

Portions of RGB colors in percentages

R + G + B = 11 + 52 + 14 = 77 (100%)
R 11 of 77 ~ 14.29%
G 52 of 77 ~ 67.53%
B 14 of 77 ~ 18.18'%

%14.29
%67.53
%18.18

CMYK color model

#0B340E color CMYK value is (79,0,73,80).

  • cyan value is 78.85%
  • magenta value is 0.00%
  • yellow value is 73.08%
  • key color value is 79.61%

CMYK: (79,0,73,80)
C79M0Y73K80 (79%, 0%, 73%, 80%)
(0.79 / 0.00 / 0.73 / 0.80)

CMYK percentages

%78.85
%0
%73.08
%79.61

Codes

Color #0B340E in popluar color models

0B 34 0E
RGB 11 52 14
HSL 124° 65.08% 12.35%
HSB/HSV 124° 78.85% 20.39%
CMYK 78.85% 0.00% 73.08%
79.61%

Color #0B340E in popluar number systems.

HEX 0B 34 0E
Decimal 11 52 14
Binary 1011 110100 1110
Octal 13 64 16

Shades and tints

Shades of #0B340E

#0B340E
(11,52,14)
#0A300D
(10,48,13)
#092C0C
(9,44,12)
#08280B
(8,40,11)
#07240A
(7,36,10)
#062009
(6,32,9)
#051C08
(5,28,8)
#041807
(4,24,7)
#031406
(3,20,6)
#021005
(2,16,5)
#010C04
(1,12,4)
#000000
(0,0,0)

Tints of #0B340E

#0B340E
(11,52,14)
#214623
(33,70,35)
#375838
(55,88,56)
#4D6A4D
(77,106,77)
#637C62
(99,124,98)
#798E77
(121,142,119)
#8FA08C
(143,160,140)
#A5B2A1
(165,178,161)
#BBC4B6
(187,196,182)
#D1D6CB
(209,214,203)
#E7E8E0
(231,232,224)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0B340E; }

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

This text font color is #0B340E.

Background Color

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

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

This div background color is #0B340E.

Border color

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

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

This div border color is #0B340E.

Opacity

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

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

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

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

This text has shadow with #0B340E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0B340E.

Preview

Color preview on black background

This text has color #0B340E on black background.


Color preview on white background

This text has color #0B340E on white background.


Black color preview on #0B340E background

This text has black color on #0B340E background.


White color preview on #0B340E background

This text has white color on #0B340E background.


Related colors

Complementary color

Complementary color for #hex is #F4CBF1.


I love getcolorcode.com

Triadic colors

1 #0E0B34 and #340E0B with #0B340E are triadic colors.

2 #0E340B and #340B0E with #0B340E are triadic colors.