COLOR #0B533F

HEX: #0B533F
RGB: (11,83,63)

Color info

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

RGB color model

#0B533F color RGB value is (11,83,63).

  • red value is 11;
  • green value is 83;
  • blue value is 63.
RGB:
(11,83,63)
(4%,33%,25%)

RGB channels and saturation

R 11 of 255 = 4%
G 83 of 255 = 33%
B 63 of 255 = 25%

11
83
63

R + G + B ~ 21%. #0B533F is dark color.

Portions of RGB colors in percentages

R + G + B =
11 + 83 + 63 = 157 (100%)
R 11 of 157 ~ 7.01%
G 83 of 157 ~ 52.87%
B 63 of 157 ~ 40.13%

%52.87
%40.13

CMYK color model

#0B533F color CMYK value is (87,0,24,67).

  • cyan value is 86.75%
  • magenta value is 0.00%
  • yellow value is 24.10%
  • key color value is 67.45%
CMYK:
(87,0,24,67)
C87M0Y24K67 
(87%,0%,24%,67%)
(0.87/0.00/0.24/0.67)	

CMYK percentages

%86.75
%0
%24.1
%67.45

Codes

Color #0B533F in popluar color models

0B533F
RGB118363
HSL163°76.60%18.43%
HSB/HSV163°86.75%32.55%
CMYK86.75%0.00%24.10%
67.45%

Color #0B533F in popluar number systems.

HEX0B533F
Decimal118363
Binary10111010011111111
Octal1312377

Shades and tints

Shades of #0B533F

#0B533F
(11,83,63)
#0A4C3A
(10,76,58)
#094535
(9,69,53)
#083E30
(8,62,48)
#07372B
(7,55,43)
#063026
(6,48,38)
#052921
(5,41,33)
#04221C
(4,34,28)
#031B17
(3,27,23)
#021412
(2,20,18)
#010D0D
(1,13,13)
#000000
(0,0,0)

Tints of #0B533F

#0B533F
(11,83,63)
#216250
(33,98,80)
#377161
(55,113,97)
#4D8072
(77,128,114)
#638F83
(99,143,131)
#799E94
(121,158,148)
#8FADA5
(143,173,165)
#A5BCB6
(165,188,182)
#BBCBC7
(187,203,199)
#D1DAD8
(209,218,216)
#E7E9E9
(231,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0B533F color. Also use rgb(11,83,63) instead hex code.

Text Font Color

.myTextColor { color: #0B533F; }

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

This text font color is #0B533F.


Background Color

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

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

This div background color is #0B533F.


Border color

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

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

This div border color is #0B533F.


Opacity

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

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

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

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

This text has shadow with #0B533F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0B533F on black background.


Color preview on white background

This text has color #0B533F on white background.



Black color preview on #0B533F background

This text has black color on #0B533F background.


White color preview on #0B533F background

This text has white color on #0B533F background.