COLOR #0B5515

HEX: #0B5515 RGB: (11,85,21)

Color info

#0B5515 contains mainly green color. Web safe color of #0B5515 is #006600 (or #060).

RGB color model

#0B5515 color RGB value is (11,85,21).

RGB: (11,85,21) (4%, 33%, 8%)

RGB channels and saturation

R 11 of 255 = 4%
G 85 of 255 = 33%
B 21 of 255 = 8%

11
85
21

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

Portions of RGB colors in percentages

R + G + B = 11 + 85 + 21 = 117 (100%)
R 11 of 117 ~ 9.4%
G 85 of 117 ~ 72.65%
B 21 of 117 ~ 17.95'%

%72.65
%17.95

CMYK color model

#0B5515 color CMYK value is (87,0,75,67).

  • cyan value is 87.06%
  • magenta value is 0.00%
  • yellow value is 75.29%
  • key color value is 66.67%

CMYK: (87,0,75,67)
C87M0Y75K67 (87%, 0%, 75%, 67%)
(0.87 / 0.00 / 0.75 / 0.67)

CMYK percentages

%87.06
%0
%75.29
%66.67

Codes

Color #0B5515 in popluar color models

0B 55 15
RGB 11 85 21
HSL 128° 77.08% 18.82%
HSB/HSV 128° 87.06% 33.33%
CMYK 87.06% 0.00% 75.29%
66.67%

Color #0B5515 in popluar number systems.

HEX 0B 55 15
Decimal 11 85 21
Binary 1011 1010101 10101
Octal 13 125 25

Shades and tints

Shades of #0B5515

#0B5515
(11,85,21)
#0A4E14
(10,78,20)
#094713
(9,71,19)
#084012
(8,64,18)
#073911
(7,57,17)
#063210
(6,50,16)
#052B0F
(5,43,15)
#04240E
(4,36,14)
#031D0D
(3,29,13)
#02160C
(2,22,12)
#010F0B
(1,15,11)
#000000
(0,0,0)

Tints of #0B5515

#0B5515
(11,85,21)
#21642A
(33,100,42)
#37733F
(55,115,63)
#4D8254
(77,130,84)
#639169
(99,145,105)
#79A07E
(121,160,126)
#8FAF93
(143,175,147)
#A5BEA8
(165,190,168)
#BBCDBD
(187,205,189)
#D1DCD2
(209,220,210)
#E7EBE7
(231,235,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0B5515 color. Also use rgb(11,85,21) instead hex code.

Text Font Color

.myTextColor { color: #0B5515; }

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

This text font color is #0B5515.

Background Color

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

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

This div background color is #0B5515.

Border color

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

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

This div border color is #0B5515.

Opacity

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

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

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

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

This text has shadow with #0B5515 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0B5515.

Preview

Color preview on black background

This text has color #0B5515 on black background.


Color preview on white background

This text has color #0B5515 on white background.


Black color preview on #0B5515 background

This text has black color on #0B5515 background.


White color preview on #0B5515 background

This text has white color on #0B5515 background.


Related colors

Complementary color

Complementary color for #hex is #F4AAEA.


I love getcolorcode.com

Triadic colors

1 #150B55 and #55150B with #0B5515 are triadic colors.

2 #15550B and #550B15 with #0B5515 are triadic colors.