COLOR #0B550F

HEX: #0B550F RGB: (11,85,15)

Color info

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

RGB color model

#0B550F color RGB value is (11,85,15).

RGB: (11,85,15) (4%, 33%, 6%)

RGB channels and saturation

R 11 of 255 = 4%
G 85 of 255 = 33%
B 15 of 255 = 6%

11
85
15

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

Portions of RGB colors in percentages

R + G + B = 11 + 85 + 15 = 111 (100%)
R 11 of 111 ~ 9.91%
G 85 of 111 ~ 76.58%
B 15 of 111 ~ 13.51'%

%76.58
%13.51

CMYK color model

#0B550F color CMYK value is (87,0,82,67).

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

CMYK: (87,0,82,67)
C87M0Y82K67 (87%, 0%, 82%, 67%)
(0.87 / 0.00 / 0.82 / 0.67)

CMYK percentages

%87.06
%0
%82.35
%66.67

Codes

Color #0B550F in popluar color models

0B 55 0F
RGB 11 85 15
HSL 123° 77.08% 18.82%
HSB/HSV 123° 87.06% 33.33%
CMYK 87.06% 0.00% 82.35%
66.67%

Color #0B550F in popluar number systems.

HEX 0B 55 0F
Decimal 11 85 15
Binary 1011 1010101 1111
Octal 13 125 17

Shades and tints

Shades of #0B550F

#0B550F
(11,85,15)
#0A4E0E
(10,78,14)
#09470D
(9,71,13)
#08400C
(8,64,12)
#07390B
(7,57,11)
#06320A
(6,50,10)
#052B09
(5,43,9)
#042408
(4,36,8)
#031D07
(3,29,7)
#021606
(2,22,6)
#010F05
(1,15,5)
#000000
(0,0,0)

Tints of #0B550F

#0B550F
(11,85,15)
#216424
(33,100,36)
#377339
(55,115,57)
#4D824E
(77,130,78)
#639163
(99,145,99)
#79A078
(121,160,120)
#8FAF8D
(143,175,141)
#A5BEA2
(165,190,162)
#BBCDB7
(187,205,183)
#D1DCCC
(209,220,204)
#E7EBE1
(231,235,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0B550F; }

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

This text font color is #0B550F.

Background Color

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

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

This div background color is #0B550F.

Border color

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

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

This div border color is #0B550F.

Opacity

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

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

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

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

This text has shadow with #0B550F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0B550F.

Preview

Color preview on black background

This text has color #0B550F on black background.


Color preview on white background

This text has color #0B550F on white background.


Black color preview on #0B550F background

This text has black color on #0B550F background.


White color preview on #0B550F background

This text has white color on #0B550F background.


Related colors

Complementary color

Complementary color for #hex is #F4AAF0.


I love getcolorcode.com

Triadic colors

1 #0F0B55 and #550F0B with #0B550F are triadic colors.

2 #0F550B and #550B0F with #0B550F are triadic colors.