COLOR #0B6C38

HEX: #0B6C38
RGB: (11,108,56)

Color info

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

RGB color model

#0B6C38 color RGB value is (11,108,56).

  • red value is 11;
  • green value is 108;
  • blue value is 56.
RGB:
(11,108,56)
(4%,42%,22%)

RGB channels and saturation

R 11 of 255 = 4%
G 108 of 255 = 42%
B 56 of 255 = 22%

11
108
56

R + G + B ~ 23%. #0B6C38 is dark color.

Portions of RGB colors in percentages

R + G + B =
11 + 108 + 56 = 175 (100%)
R 11 of 175 ~ 6.29%
G 108 of 175 ~ 61.71%
B 56 of 175 ~ 32%

%61.71
%32

CMYK color model

#0B6C38 color CMYK value is (90,0,48,58).

  • cyan value is 89.81%
  • magenta value is 0.00%
  • yellow value is 48.15%
  • key color value is 57.65%
CMYK:
(90,0,48,58)
C90M0Y48K58 
(90%,0%,48%,58%)
(0.90/0.00/0.48/0.58)	

CMYK percentages

%89.81
%0
%48.15
%57.65

Codes

Color #0B6C38 in popluar color models

0B6C38
RGB1110856
HSL148°81.51%23.33%
HSB/HSV148°89.81%42.35%
CMYK89.81%0.00%48.15%
57.65%

Color #0B6C38 in popluar number systems.

HEX0B6C38
Decimal1110856
Binary10111101100111000
Octal1315470

Shades and tints

Shades of #0B6C38

#0B6C38
(11,108,56)
#0A6333
(10,99,51)
#095A2E
(9,90,46)
#085129
(8,81,41)
#074824
(7,72,36)
#063F1F
(6,63,31)
#05361A
(5,54,26)
#042D15
(4,45,21)
#032410
(3,36,16)
#021B0B
(2,27,11)
#011206
(1,18,6)
#000000
(0,0,0)

Tints of #0B6C38

#0B6C38
(11,108,56)
#21794A
(33,121,74)
#37865C
(55,134,92)
#4D936E
(77,147,110)
#63A080
(99,160,128)
#79AD92
(121,173,146)
#8FBAA4
(143,186,164)
#A5C7B6
(165,199,182)
#BBD4C8
(187,212,200)
#D1E1DA
(209,225,218)
#E7EEEC
(231,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0B6C38 color. Also use rgb(11,108,56) instead hex code.

Text Font Color

.myTextColor { color: #0B6C38; }

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

This text font color is #0B6C38.


Background Color

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

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

This div background color is #0B6C38.


Border color

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

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

This div border color is #0B6C38.


Opacity

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

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

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

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

This text has shadow with #0B6C38 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0B6C38 on black background.


Color preview on white background

This text has color #0B6C38 on white background.



Black color preview on #0B6C38 background

This text has black color on #0B6C38 background.


White color preview on #0B6C38 background

This text has white color on #0B6C38 background.