COLOR #0B553D

HEX: #0B553D
RGB: (11,85,61)

Color info

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

RGB color model

#0B553D color RGB value is (11,85,61).

  • red value is 11;
  • green value is 85;
  • blue value is 61.
RGB:
(11,85,61)
(4%,33%,24%)

RGB channels and saturation

R 11 of 255 = 4%
G 85 of 255 = 33%
B 61 of 255 = 24%

11
85
61

R + G + B ~ 20%. #0B553D is dark color.

Portions of RGB colors in percentages

R + G + B =
11 + 85 + 61 = 157 (100%)
R 11 of 157 ~ 7.01%
G 85 of 157 ~ 54.14%
B 61 of 157 ~ 38.85%

%54.14
%38.85

CMYK color model

#0B553D color CMYK value is (87,0,28,67).

  • cyan value is 87.06%
  • magenta value is 0.00%
  • yellow value is 28.24%
  • key color value is 66.67%
CMYK:
(87,0,28,67)
C87M0Y28K67 
(87%,0%,28%,67%)
(0.87/0.00/0.28/0.67)	

CMYK percentages

%87.06
%0
%28.24
%66.67

Codes

Color #0B553D in popluar color models

0B553D
RGB118561
HSL161°77.08%18.82%
HSB/HSV161°87.06%33.33%
CMYK87.06%0.00%28.24%
66.67%

Color #0B553D in popluar number systems.

HEX0B553D
Decimal118561
Binary10111010101111101
Octal1312575

Shades and tints

Shades of #0B553D

#0B553D
(11,85,61)
#0A4E38
(10,78,56)
#094733
(9,71,51)
#08402E
(8,64,46)
#073929
(7,57,41)
#063224
(6,50,36)
#052B1F
(5,43,31)
#04241A
(4,36,26)
#031D15
(3,29,21)
#021610
(2,22,16)
#010F0B
(1,15,11)
#000000
(0,0,0)

Tints of #0B553D

#0B553D
(11,85,61)
#21644E
(33,100,78)
#37735F
(55,115,95)
#4D8270
(77,130,112)
#639181
(99,145,129)
#79A092
(121,160,146)
#8FAFA3
(143,175,163)
#A5BEB4
(165,190,180)
#BBCDC5
(187,205,197)
#D1DCD6
(209,220,214)
#E7EBE7
(231,235,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0B553D color. Also use rgb(11,85,61) instead hex code.

Text Font Color

.myTextColor { color: #0B553D; }

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

This text font color is #0B553D.


Background Color

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

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

This div background color is #0B553D.


Border color

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

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

This div border color is #0B553D.


Opacity

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

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

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

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

This text has shadow with #0B553D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0B553D on black background.


Color preview on white background

This text has color #0B553D on white background.



Black color preview on #0B553D background

This text has black color on #0B553D background.


White color preview on #0B553D background

This text has white color on #0B553D background.