COLOR #0B4B30

HEX: #0B4B30
RGB: (11,75,48)

Color info

#0B4B30 contains mainly green and blue colors. Web safe color of #0B4B30 is #003333 (or #033).

RGB color model

#0B4B30 color RGB value is (11,75,48).

  • red value is 11;
  • green value is 75;
  • blue value is 48.
RGB:
(11,75,48)
(4%,29%,19%)

RGB channels and saturation

R 11 of 255 = 4%
G 75 of 255 = 29%
B 48 of 255 = 19%

11
75
48

R + G + B ~ 17%. #0B4B30 is dark color.

Portions of RGB colors in percentages

R + G + B =
11 + 75 + 48 = 134 (100%)
R 11 of 134 ~ 8.21%
G 75 of 134 ~ 55.97%
B 48 of 134 ~ 35.82%

%55.97
%35.82

CMYK color model

#0B4B30 color CMYK value is (85,0,36,71).

  • cyan value is 85.33%
  • magenta value is 0.00%
  • yellow value is 36.00%
  • key color value is 70.59%
CMYK:
(85,0,36,71)
C85M0Y36K71 
(85%,0%,36%,71%)
(0.85/0.00/0.36/0.71)	

CMYK percentages

%85.33
%0
%36
%70.59

Codes

Color #0B4B30 in popluar color models

0B4B30
RGB117548
HSL155°74.42%16.86%
HSB/HSV155°85.33%29.41%
CMYK85.33%0.00%36.00%
70.59%

Color #0B4B30 in popluar number systems.

HEX0B4B30
Decimal117548
Binary10111001011110000
Octal1311360

Shades and tints

Shades of #0B4B30

#0B4B30
(11,75,48)
#0A452C
(10,69,44)
#093F28
(9,63,40)
#083924
(8,57,36)
#073320
(7,51,32)
#062D1C
(6,45,28)
#052718
(5,39,24)
#042114
(4,33,20)
#031B10
(3,27,16)
#02150C
(2,21,12)
#010F08
(1,15,8)
#000000
(0,0,0)

Tints of #0B4B30

#0B4B30
(11,75,48)
#215B42
(33,91,66)
#376B54
(55,107,84)
#4D7B66
(77,123,102)
#638B78
(99,139,120)
#799B8A
(121,155,138)
#8FAB9C
(143,171,156)
#A5BBAE
(165,187,174)
#BBCBC0
(187,203,192)
#D1DBD2
(209,219,210)
#E7EBE4
(231,235,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0B4B30 color. Also use rgb(11,75,48) instead hex code.

Text Font Color

.myTextColor { color: #0B4B30; }

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

This text font color is #0B4B30.


Background Color

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

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

This div background color is #0B4B30.


Border color

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

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

This div border color is #0B4B30.


Opacity

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

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

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

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

This text has shadow with #0B4B30 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0B4B30 on black background.


Color preview on white background

This text has color #0B4B30 on white background.



Black color preview on #0B4B30 background

This text has black color on #0B4B30 background.


White color preview on #0B4B30 background

This text has white color on #0B4B30 background.