COLOR #0BB531

HEX: #0BB531
RGB: (11,181,49)

Color info

#0BB531 contains mainly green color. Web safe color of #0BB531 is #00CC33 (or #0C3).

RGB color model

#0BB531 color RGB value is (11,181,49).

  • red value is 11;
  • green value is 181;
  • blue value is 49.
RGB:
(11,181,49)
(4%,71%,19%)

RGB channels and saturation

R 11 of 255 = 4%
G 181 of 255 = 71%
B 49 of 255 = 19%

11
181
49

R + G + B ~ 31%. #0BB531 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
11 + 181 + 49 = 241 (100%)
R 11 of 241 ~ 4.56%
G 181 of 241 ~ 75.1%
B 49 of 241 ~ 20.33%

%75.1
%20.33

CMYK color model

#0BB531 color CMYK value is (94,0,73,29).

  • cyan value is 93.92%
  • magenta value is 0.00%
  • yellow value is 72.93%
  • key color value is 29.02%
CMYK:
(94,0,73,29)
C94M0Y73K29 
(94%,0%,73%,29%)
(0.94/0.00/0.73/0.29)	

CMYK percentages

%93.92
%0
%72.93
%29.02

Codes

Color #0BB531 in popluar color models

0BB531
RGB1118149
HSL133°88.54%37.65%
HSB/HSV133°93.92%70.98%
CMYK93.92%0.00%72.93%
29.02%

Color #0BB531 in popluar number systems.

HEX0BB531
Decimal1118149
Binary101110110101110001
Octal1326561

Shades and tints

Shades of #0BB531

#0BB531
(11,181,49)
#0AA52D
(10,165,45)
#099529
(9,149,41)
#088525
(8,133,37)
#077521
(7,117,33)
#06651D
(6,101,29)
#055519
(5,85,25)
#044515
(4,69,21)
#033511
(3,53,17)
#02250D
(2,37,13)
#011509
(1,21,9)
#000000
(0,0,0)

Tints of #0BB531

#0BB531
(11,181,49)
#21BB43
(33,187,67)
#37C155
(55,193,85)
#4DC767
(77,199,103)
#63CD79
(99,205,121)
#79D38B
(121,211,139)
#8FD99D
(143,217,157)
#A5DFAF
(165,223,175)
#BBE5C1
(187,229,193)
#D1EBD3
(209,235,211)
#E7F1E5
(231,241,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0BB531 color. Also use rgb(11,181,49) instead hex code.

Text Font Color

.myTextColor { color: #0BB531; }

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

This text font color is #0BB531.


Background Color

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

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

This div background color is #0BB531.


Border color

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

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

This div border color is #0BB531.


Opacity

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

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

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

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

This text has shadow with #0BB531 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0BB531 on black background.


Color preview on white background

This text has color #0BB531 on white background.



Black color preview on #0BB531 background

This text has black color on #0BB531 background.


White color preview on #0BB531 background

This text has white color on #0BB531 background.