COLOR #0B5A26

HEX: #0B5A26 RGB: (11,90,38)

Color info

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

RGB color model

#0B5A26 color RGB value is (11,90,38).

RGB: (11,90,38) (4%, 35%, 15%)

RGB channels and saturation

R 11 of 255 = 4%
G 90 of 255 = 35%
B 38 of 255 = 15%

11
90
38

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

Portions of RGB colors in percentages

R + G + B = 11 + 90 + 38 = 139 (100%)
R 11 of 139 ~ 7.91%
G 90 of 139 ~ 64.75%
B 38 of 139 ~ 27.34'%

%64.75
%27.34

CMYK color model

#0B5A26 color CMYK value is (88,0,58,65).

  • cyan value is 87.78%
  • magenta value is 0.00%
  • yellow value is 57.78%
  • key color value is 64.71%

CMYK: (88,0,58,65)
C88M0Y58K65 (88%, 0%, 58%, 65%)
(0.88 / 0.00 / 0.58 / 0.65)

CMYK percentages

%87.78
%0
%57.78
%64.71

Codes

Color #0B5A26 in popluar color models

0B 5A 26
RGB 11 90 38
HSL 141° 78.22% 19.80%
HSB/HSV 141° 87.78% 35.29%
CMYK 87.78% 0.00% 57.78%
64.71%

Color #0B5A26 in popluar number systems.

HEX 0B 5A 26
Decimal 11 90 38
Binary 1011 1011010 100110
Octal 13 132 46

Shades and tints

Shades of #0B5A26

#0B5A26
(11,90,38)
#0A5223
(10,82,35)
#094A20
(9,74,32)
#08421D
(8,66,29)
#073A1A
(7,58,26)
#063217
(6,50,23)
#052A14
(5,42,20)
#042211
(4,34,17)
#031A0E
(3,26,14)
#02120B
(2,18,11)
#010A08
(1,10,8)
#000000
(0,0,0)

Tints of #0B5A26

#0B5A26
(11,90,38)
#216939
(33,105,57)
#37784C
(55,120,76)
#4D875F
(77,135,95)
#639672
(99,150,114)
#79A585
(121,165,133)
#8FB498
(143,180,152)
#A5C3AB
(165,195,171)
#BBD2BE
(187,210,190)
#D1E1D1
(209,225,209)
#E7F0E4
(231,240,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0B5A26 color. Also use rgb(11,90,38) instead hex code.

Text Font Color

.myTextColor { color: #0B5A26; }

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

This text font color is #0B5A26.

Background Color

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

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

This div background color is #0B5A26.

Border color

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

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

This div border color is #0B5A26.

Opacity

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

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

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

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

This text has shadow with #0B5A26 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0B5A26.

Preview

Color preview on black background

This text has color #0B5A26 on black background.


Color preview on white background

This text has color #0B5A26 on white background.


Black color preview on #0B5A26 background

This text has black color on #0B5A26 background.


White color preview on #0B5A26 background

This text has white color on #0B5A26 background.


Related colors

Complementary color

Complementary color for #hex is #F4A5D9.


I love getcolorcode.com

Triadic colors

1 #260B5A and #5A260B with #0B5A26 are triadic colors.

2 #265A0B and #5A0B26 with #0B5A26 are triadic colors.