COLOR #0B472B

HEX: #0B472B
RGB: (11,71,43)

Color info

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

RGB color model

#0B472B color RGB value is (11,71,43).

  • red value is 11;
  • green value is 71;
  • blue value is 43.
RGB:
(11,71,43)
(4%,28%,17%)

RGB channels and saturation

R 11 of 255 = 4%
G 71 of 255 = 28%
B 43 of 255 = 17%

11
71
43

R + G + B ~ 16%. #0B472B is dark color.

Portions of RGB colors in percentages

R + G + B =
11 + 71 + 43 = 125 (100%)
R 11 of 125 ~ 8.8%
G 71 of 125 ~ 56.8%
B 43 of 125 ~ 34.4%

%56.8
%34.4

CMYK color model

#0B472B color CMYK value is (85,0,39,72).

  • cyan value is 84.51%
  • magenta value is 0.00%
  • yellow value is 39.44%
  • key color value is 72.16%
CMYK:
(85,0,39,72)
C85M0Y39K72 
(85%,0%,39%,72%)
(0.85/0.00/0.39/0.72)	

CMYK percentages

%84.51
%0
%39.44
%72.16

Codes

Color #0B472B in popluar color models

0B472B
RGB117143
HSL152°73.17%16.08%
HSB/HSV152°84.51%27.84%
CMYK84.51%0.00%39.44%
72.16%

Color #0B472B in popluar number systems.

HEX0B472B
Decimal117143
Binary10111000111101011
Octal1310753

Shades and tints

Shades of #0B472B

#0B472B
(11,71,43)
#0A4128
(10,65,40)
#093B25
(9,59,37)
#083522
(8,53,34)
#072F1F
(7,47,31)
#06291C
(6,41,28)
#052319
(5,35,25)
#041D16
(4,29,22)
#031713
(3,23,19)
#021110
(2,17,16)
#010B0D
(1,11,13)
#000000
(0,0,0)

Tints of #0B472B

#0B472B
(11,71,43)
#21573E
(33,87,62)
#376751
(55,103,81)
#4D7764
(77,119,100)
#638777
(99,135,119)
#79978A
(121,151,138)
#8FA79D
(143,167,157)
#A5B7B0
(165,183,176)
#BBC7C3
(187,199,195)
#D1D7D6
(209,215,214)
#E7E7E9
(231,231,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0B472B color. Also use rgb(11,71,43) instead hex code.

Text Font Color

.myTextColor { color: #0B472B; }

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

This text font color is #0B472B.


Background Color

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

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

This div background color is #0B472B.


Border color

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

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

This div border color is #0B472B.


Opacity

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

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

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

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

This text has shadow with #0B472B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0B472B on black background.


Color preview on white background

This text has color #0B472B on white background.



Black color preview on #0B472B background

This text has black color on #0B472B background.


White color preview on #0B472B background

This text has white color on #0B472B background.