COLOR #0F361B

HEX: #0F361B
RGB: (15,54,27)

Color info

#0F361B contains red, green and blue colors in about the same proportion. Web safe color of #0F361B is #003333 (or #033).

RGB color model

#0F361B color RGB value is (15,54,27).

  • red value is 15;
  • green value is 54;
  • blue value is 27.
RGB:
(15,54,27)
(6%,21%,11%)

RGB channels and saturation

R 15 of 255 = 6%
G 54 of 255 = 21%
B 27 of 255 = 11%

15
54
27

R + G + B ~ 13%. #0F361B is dark color.

Portions of RGB colors in percentages

R + G + B =
15 + 54 + 27 = 96 (100%)
R 15 of 96 ~ 15.63%
G 54 of 96 ~ 56.25%
B 27 of 96 ~ 28.13%

%15.63
%56.25
%28.13

CMYK color model

#0F361B color CMYK value is (72,0,50,79).

  • cyan value is 72.22%
  • magenta value is 0.00%
  • yellow value is 50.00%
  • key color value is 78.82%
CMYK:
(72,0,50,79)
C72M0Y50K79 
(72%,0%,50%,79%)
(0.72/0.00/0.50/0.79)	

CMYK percentages

%72.22
%0
%50
%78.82

Codes

Color #0F361B in popluar color models

0F361B
RGB155427
HSL138°56.52%13.53%
HSB/HSV138°72.22%21.18%
CMYK72.22%0.00%50.00%
78.82%

Color #0F361B in popluar number systems.

HEX0F361B
Decimal155427
Binary111111011011011
Octal176633

Shades and tints

Shades of #0F361B

#0F361B
(15,54,27)
#0E3219
(14,50,25)
#0D2E17
(13,46,23)
#0C2A15
(12,42,21)
#0B2613
(11,38,19)
#0A2211
(10,34,17)
#091E0F
(9,30,15)
#081A0D
(8,26,13)
#07160B
(7,22,11)
#061209
(6,18,9)
#050E07
(5,14,7)
#000000
(0,0,0)

Tints of #0F361B

#0F361B
(15,54,27)
#24482F
(36,72,47)
#395A43
(57,90,67)
#4E6C57
(78,108,87)
#637E6B
(99,126,107)
#78907F
(120,144,127)
#8DA293
(141,162,147)
#A2B4A7
(162,180,167)
#B7C6BB
(183,198,187)
#CCD8CF
(204,216,207)
#E1EAE3
(225,234,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0F361B color. Also use rgb(15,54,27) instead hex code.

Text Font Color

.myTextColor { color: #0F361B; }

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

This text font color is #0F361B.


Background Color

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

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

This div background color is #0F361B.


Border color

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

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

This div border color is #0F361B.


Opacity

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

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

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

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

This text has shadow with #0F361B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0F361B on black background.


Color preview on white background

This text has color #0F361B on white background.



Black color preview on #0F361B background

This text has black color on #0F361B background.


White color preview on #0F361B background

This text has white color on #0F361B background.