COLOR #0B5332

HEX: #0B5332 RGB: (11,83,50)

Color info

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

RGB color model

#0B5332 color RGB value is (11,83,50).

RGB: (11,83,50) (4%, 33%, 20%)

RGB channels and saturation

R 11 of 255 = 4%
G 83 of 255 = 33%
B 50 of 255 = 20%

11
83
50

R + G + B ~ 19%. #0B5332 is dark color.

Portions of RGB colors in percentages

R + G + B = 11 + 83 + 50 = 144 (100%)
R 11 of 144 ~ 7.64%
G 83 of 144 ~ 57.64%
B 50 of 144 ~ 34.72'%

%57.64
%34.72

CMYK color model

#0B5332 color CMYK value is (87,0,40,67).

  • cyan value is 86.75%
  • magenta value is 0.00%
  • yellow value is 39.76%
  • key color value is 67.45%
CMYK: (87,0,40,67) C87M0Y40K67 (87%,0%,40%,67%) (0.87/0.00/0.40/0.67) 

CMYK percentages

%86.75
%0
%39.76
%67.45

Codes

Color #0B5332 in popluar color models

0B 53 32
RGB 11 83 50
HSL 153° 76.60% 18.43%
HSB/HSV 153° 86.75% 32.55%
CMYK 86.75% 0.00% 39.76%
67.45%

Color #0B5332 in popluar number systems.

HEX 0B 53 32
Decimal 11 83 50
Binary 1011 1010011 110010
Octal 13 123 62

Shades and tints

Shades of #0B5332

#0B5332
(11,83,50)
#0A4C2E
(10,76,46)
#09452A
(9,69,42)
#083E26
(8,62,38)
#073722
(7,55,34)
#06301E
(6,48,30)
#05291A
(5,41,26)
#042216
(4,34,22)
#031B12
(3,27,18)
#02140E
(2,20,14)
#010D0A
(1,13,10)
#000000
(0,0,0)

Tints of #0B5332

#0B5332
(11,83,50)
#216244
(33,98,68)
#377156
(55,113,86)
#4D8068
(77,128,104)
#638F7A
(99,143,122)
#799E8C
(121,158,140)
#8FAD9E
(143,173,158)
#A5BCB0
(165,188,176)
#BBCBC2
(187,203,194)
#D1DAD4
(209,218,212)
#E7E9E6
(231,233,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0B5332; }

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

This text font color is #0B5332.

Background Color

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

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

This div background color is #0B5332.

Border color

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

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

This div border color is #0B5332.

Opacity

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

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

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

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

This text has shadow with #0B5332 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0B5332.

Preview

Color preview on black background

This text has color #0B5332 on black background.


Color preview on white background

This text has color #0B5332 on white background.


Black color preview on #0B5332 background

This text has black color on #0B5332 background.


White color preview on #0B5332 background

This text has white color on #0B5332 background.


Related colors

Complementary color

Complementary color for #hex is #F4ACCD.


I love getcolorcode.com

Triadic colors

1 #320B53 and #53320B with #0B5332 are triadic colors.

2 #32530B and #530B32 with #0B5332 are triadic colors.