COLOR #0B2F07

HEX: #0B2F07
RGB: (11,47,7)

Color info

#0B2F07 contains red, green and blue colors in about the same proportion. Web safe color of #0B2F07 is #003300 (or #030).

RGB color model

#0B2F07 color RGB value is (11,47,7).

  • red value is 11;
  • green value is 47;
  • blue value is 7.
RGB:
(11,47,7)
(4%,18%,3%)

RGB channels and saturation

R 11 of 255 = 4%
G 47 of 255 = 18%
B 7 of 255 = 3%

11
47
7

R + G + B ~ 8%. #0B2F07 is dark color.

Portions of RGB colors in percentages

R + G + B =
11 + 47 + 7 = 65 (100%)
R 11 of 65 ~ 16.92%
G 47 of 65 ~ 72.31%
B 7 of 65 ~ 10.77%

%16.92
%72.31
%10.77

CMYK color model

#0B2F07 color CMYK value is (77,0,85,82).

  • cyan value is 76.60%
  • magenta value is 0.00%
  • yellow value is 85.11%
  • key color value is 81.57%
CMYK:
(77,0,85,82)
C77M0Y85K82 
(77%,0%,85%,82%)
(0.77/0.00/0.85/0.82)	

CMYK percentages

%76.6
%0
%85.11
%81.57

Codes

Color #0B2F07 in popluar color models

0B2F07
RGB11477
HSL114°74.07%10.59%
HSB/HSV114°85.11%18.43%
CMYK76.60%0.00%85.11%
81.57%

Color #0B2F07 in popluar number systems.

HEX0B2F07
Decimal11477
Binary1011101111111
Octal13577

Shades and tints

Shades of #0B2F07

#0B2F07
(11,47,7)
#0A2B07
(10,43,7)
#092707
(9,39,7)
#082307
(8,35,7)
#071F07
(7,31,7)
#061B07
(6,27,7)
#051707
(5,23,7)
#041307
(4,19,7)
#030F07
(3,15,7)
#020B07
(2,11,7)
#010707
(1,7,7)
#000000
(0,0,0)

Tints of #0B2F07

#0B2F07
(11,47,7)
#21411D
(33,65,29)
#375333
(55,83,51)
#4D6549
(77,101,73)
#63775F
(99,119,95)
#798975
(121,137,117)
#8F9B8B
(143,155,139)
#A5ADA1
(165,173,161)
#BBBFB7
(187,191,183)
#D1D1CD
(209,209,205)
#E7E3E3
(231,227,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0B2F07 color. Also use rgb(11,47,7) instead hex code.

Text Font Color

.myTextColor { color: #0B2F07; }

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

This text font color is #0B2F07.


Background Color

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

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

This div background color is #0B2F07.


Border color

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

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

This div border color is #0B2F07.


Opacity

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

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

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

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

This text has shadow with #0B2F07 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0B2F07 on black background.


Color preview on white background

This text has color #0B2F07 on white background.



Black color preview on #0B2F07 background

This text has black color on #0B2F07 background.


White color preview on #0B2F07 background

This text has white color on #0B2F07 background.