COLOR #0B8250

HEX: #0B8250 RGB: (11,130,80)

Color info

#0B8250 contains mainly green and blue colors. Web safe color of #0B8250 is #009966 (or #096).

RGB color model

#0B8250 color RGB value is (11,130,80).

RGB: (11,130,80) (4%, 51%, 31%)

RGB channels and saturation

R 11 of 255 = 4%
G 130 of 255 = 51%
B 80 of 255 = 31%

11
130
80

R + G + B ~ 29%. #0B8250 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 11 + 130 + 80 = 221 (100%)
R 11 of 221 ~ 4.98%
G 130 of 221 ~ 58.82%
B 80 of 221 ~ 36.2'%

%58.82
%36.2

CMYK color model

#0B8250 color CMYK value is (92,0,38,49).

  • cyan value is 91.54%
  • magenta value is 0.00%
  • yellow value is 38.46%
  • key color value is 49.02%

CMYK: (92,0,38,49)
C92M0Y38K49 (92%, 0%, 38%, 49%)
(0.92 / 0.00 / 0.38 / 0.49)

CMYK percentages

%91.54
%0
%38.46
%49.02

Codes

Color #0B8250 in popluar color models

0B 82 50
RGB 11 130 80
HSL 155° 84.40% 27.65%
HSB/HSV 155° 91.54% 50.98%
CMYK 91.54% 0.00% 38.46%
49.02%

Color #0B8250 in popluar number systems.

HEX 0B 82 50
Decimal 11 130 80
Binary 1011 10000010 1010000
Octal 13 202 120

Shades and tints

Shades of #0B8250

#0B8250
(11,130,80)
#0A7749
(10,119,73)
#096C42
(9,108,66)
#08613B
(8,97,59)
#075634
(7,86,52)
#064B2D
(6,75,45)
#054026
(5,64,38)
#04351F
(4,53,31)
#032A18
(3,42,24)
#021F11
(2,31,17)
#01140A
(1,20,10)
#000000
(0,0,0)

Tints of #0B8250

#0B8250
(11,130,80)
#218D5F
(33,141,95)
#37986E
(55,152,110)
#4DA37D
(77,163,125)
#63AE8C
(99,174,140)
#79B99B
(121,185,155)
#8FC4AA
(143,196,170)
#A5CFB9
(165,207,185)
#BBDAC8
(187,218,200)
#D1E5D7
(209,229,215)
#E7F0E6
(231,240,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0B8250 color. Also use rgb(11,130,80) instead hex code.

Text Font Color

.myTextColor { color: #0B8250; }

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

This text font color is #0B8250.

Background Color

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

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

This div background color is #0B8250.

Border color

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

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

This div border color is #0B8250.

Opacity

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

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

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

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

This text has shadow with #0B8250 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0B8250.

Preview

Color preview on black background

This text has color #0B8250 on black background.


Color preview on white background

This text has color #0B8250 on white background.


Black color preview on #0B8250 background

This text has black color on #0B8250 background.


White color preview on #0B8250 background

This text has white color on #0B8250 background.


Related colors

Complementary color

Complementary color for #hex is #F47DAF.


I love getcolorcode.com

Triadic colors

1 #500B82 and #82500B with #0B8250 are triadic colors.

2 #50820B and #820B50 with #0B8250 are triadic colors.