COLOR #0B5E3C

HEX: #0B5E3C RGB: (11,94,60)

Color info

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

RGB color model

#0B5E3C color RGB value is (11,94,60).

RGB: (11,94,60) (4%, 37%, 24%)

RGB channels and saturation

R 11 of 255 = 4%
G 94 of 255 = 37%
B 60 of 255 = 24%

11
94
60

R + G + B ~ 22%. #0B5E3C is dark color.

Portions of RGB colors in percentages

R + G + B = 11 + 94 + 60 = 165 (100%)
R 11 of 165 ~ 6.67%
G 94 of 165 ~ 56.97%
B 60 of 165 ~ 36.36'%

%56.97
%36.36

CMYK color model

#0B5E3C color CMYK value is (88,0,36,63).

  • cyan value is 88.30%
  • magenta value is 0.00%
  • yellow value is 36.17%
  • key color value is 63.14%

CMYK: (88,0,36,63)
C88M0Y36K63 (88%, 0%, 36%, 63%)
(0.88 / 0.00 / 0.36 / 0.63)

CMYK percentages

%88.3
%0
%36.17
%63.14

Codes

Color #0B5E3C in popluar color models

0B 5E 3C
RGB 11 94 60
HSL 155° 79.05% 20.59%
HSB/HSV 155° 88.30% 36.86%
CMYK 88.30% 0.00% 36.17%
63.14%

Color #0B5E3C in popluar number systems.

HEX 0B 5E 3C
Decimal 11 94 60
Binary 1011 1011110 111100
Octal 13 136 74

Shades and tints

Shades of #0B5E3C

#0B5E3C
(11,94,60)
#0A5637
(10,86,55)
#094E32
(9,78,50)
#08462D
(8,70,45)
#073E28
(7,62,40)
#063623
(6,54,35)
#052E1E
(5,46,30)
#042619
(4,38,25)
#031E14
(3,30,20)
#02160F
(2,22,15)
#010E0A
(1,14,10)
#000000
(0,0,0)

Tints of #0B5E3C

#0B5E3C
(11,94,60)
#216C4D
(33,108,77)
#377A5E
(55,122,94)
#4D886F
(77,136,111)
#639680
(99,150,128)
#79A491
(121,164,145)
#8FB2A2
(143,178,162)
#A5C0B3
(165,192,179)
#BBCEC4
(187,206,196)
#D1DCD5
(209,220,213)
#E7EAE6
(231,234,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0B5E3C color. Also use rgb(11,94,60) instead hex code.

Text Font Color

.myTextColor { color: #0B5E3C; }

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

This text font color is #0B5E3C.

Background Color

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

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

This div background color is #0B5E3C.

Border color

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

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

This div border color is #0B5E3C.

Opacity

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

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

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

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

This text has shadow with #0B5E3C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0B5E3C.

Preview

Color preview on black background

This text has color #0B5E3C on black background.


Color preview on white background

This text has color #0B5E3C on white background.


Black color preview on #0B5E3C background

This text has black color on #0B5E3C background.


White color preview on #0B5E3C background

This text has white color on #0B5E3C background.


Related colors

Complementary color

Complementary color for #hex is #F4A1C3.


I love getcolorcode.com

Triadic colors

1 #3C0B5E and #5E3C0B with #0B5E3C are triadic colors.

2 #3C5E0B and #5E0B3C with #0B5E3C are triadic colors.