COLOR #0B3019

HEX: #0B3019 RGB: (11,48,25)

Color info

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

RGB color model

#0B3019 color RGB value is (11,48,25).

RGB: (11,48,25) (4%, 19%, 10%)

RGB channels and saturation

R 11 of 255 = 4%
G 48 of 255 = 19%
B 25 of 255 = 10%

11
48
25

R + G + B ~ 11%. #0B3019 is dark color.

Portions of RGB colors in percentages

R + G + B = 11 + 48 + 25 = 84 (100%)
R 11 of 84 ~ 13.1%
G 48 of 84 ~ 57.14%
B 25 of 84 ~ 29.76'%

%13.1
%57.14
%29.76

CMYK color model

#0B3019 color CMYK value is (77,0,48,81).

  • cyan value is 77.08%
  • magenta value is 0.00%
  • yellow value is 47.92%
  • key color value is 81.18%

CMYK: (77,0,48,81)
C77M0Y48K81 (77%, 0%, 48%, 81%)
(0.77 / 0.00 / 0.48 / 0.81)

CMYK percentages

%77.08
%0
%47.92
%81.18

Codes

Color #0B3019 in popluar color models

0B 30 19
RGB 11 48 25
HSL 143° 62.71% 11.57%
HSB/HSV 143° 77.08% 18.82%
CMYK 77.08% 0.00% 47.92%
81.18%

Color #0B3019 in popluar number systems.

HEX 0B 30 19
Decimal 11 48 25
Binary 1011 110000 11001
Octal 13 60 31

Shades and tints

Shades of #0B3019

#0B3019
(11,48,25)
#0A2C17
(10,44,23)
#092815
(9,40,21)
#082413
(8,36,19)
#072011
(7,32,17)
#061C0F
(6,28,15)
#05180D
(5,24,13)
#04140B
(4,20,11)
#031009
(3,16,9)
#020C07
(2,12,7)
#010805
(1,8,5)
#000000
(0,0,0)

Tints of #0B3019

#0B3019
(11,48,25)
#21422D
(33,66,45)
#375441
(55,84,65)
#4D6655
(77,102,85)
#637869
(99,120,105)
#798A7D
(121,138,125)
#8F9C91
(143,156,145)
#A5AEA5
(165,174,165)
#BBC0B9
(187,192,185)
#D1D2CD
(209,210,205)
#E7E4E1
(231,228,225)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0B3019 color. Also use rgb(11,48,25) instead hex code.

Text Font Color

.myTextColor { color: #0B3019; }

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

This text font color is #0B3019.

Background Color

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

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

This div background color is #0B3019.

Border color

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

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

This div border color is #0B3019.

Opacity

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

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

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

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

This text has shadow with #0B3019 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0B3019.

Preview

Color preview on black background

This text has color #0B3019 on black background.


Color preview on white background

This text has color #0B3019 on white background.


Black color preview on #0B3019 background

This text has black color on #0B3019 background.


White color preview on #0B3019 background

This text has white color on #0B3019 background.


Related colors

Complementary color

Complementary color for #hex is #F4CFE6.


I love getcolorcode.com

Triadic colors

1 #190B30 and #30190B with #0B3019 are triadic colors.

2 #19300B and #300B19 with #0B3019 are triadic colors.