COLOR #0B5728

HEX: #0B5728
RGB: (11,87,40)

Color info

#0B5728 contains mainly green and blue colors. Web safe color of #0B5728 is #006633 (or #063).

RGB color model

#0B5728 color RGB value is (11,87,40).

  • red value is 11;
  • green value is 87;
  • blue value is 40.
RGB:
(11,87,40)
(4%,34%,16%)

RGB channels and saturation

R 11 of 255 = 4%
G 87 of 255 = 34%
B 40 of 255 = 16%

11
87
40

R + G + B ~ 18%. #0B5728 is dark color.

Portions of RGB colors in percentages

R + G + B =
11 + 87 + 40 = 138 (100%)
R 11 of 138 ~ 7.97%
G 87 of 138 ~ 63.04%
B 40 of 138 ~ 28.99%

%63.04
%28.99

CMYK color model

#0B5728 color CMYK value is (87,0,54,66).

  • cyan value is 87.36%
  • magenta value is 0.00%
  • yellow value is 54.02%
  • key color value is 65.88%
CMYK:
(87,0,54,66)
C87M0Y54K66 
(87%,0%,54%,66%)
(0.87/0.00/0.54/0.66)	

CMYK percentages

%87.36
%0
%54.02
%65.88

Codes

Color #0B5728 in popluar color models

0B5728
RGB118740
HSL143°77.55%19.22%
HSB/HSV143°87.36%34.12%
CMYK87.36%0.00%54.02%
65.88%

Color #0B5728 in popluar number systems.

HEX0B5728
Decimal118740
Binary10111010111101000
Octal1312750

Shades and tints

Shades of #0B5728

#0B5728
(11,87,40)
#0A5025
(10,80,37)
#094922
(9,73,34)
#08421F
(8,66,31)
#073B1C
(7,59,28)
#063419
(6,52,25)
#052D16
(5,45,22)
#042613
(4,38,19)
#031F10
(3,31,16)
#02180D
(2,24,13)
#01110A
(1,17,10)
#000000
(0,0,0)

Tints of #0B5728

#0B5728
(11,87,40)
#21663B
(33,102,59)
#37754E
(55,117,78)
#4D8461
(77,132,97)
#639374
(99,147,116)
#79A287
(121,162,135)
#8FB19A
(143,177,154)
#A5C0AD
(165,192,173)
#BBCFC0
(187,207,192)
#D1DED3
(209,222,211)
#E7EDE6
(231,237,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0B5728 color. Also use rgb(11,87,40) instead hex code.

Text Font Color

.myTextColor { color: #0B5728; }

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

This text font color is #0B5728.


Background Color

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

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

This div background color is #0B5728.


Border color

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

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

This div border color is #0B5728.


Opacity

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

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

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

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

This text has shadow with #0B5728 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0B5728 on black background.


Color preview on white background

This text has color #0B5728 on white background.



Black color preview on #0B5728 background

This text has black color on #0B5728 background.


White color preview on #0B5728 background

This text has white color on #0B5728 background.