COLOR #0F361F

HEX: #0F361F RGB: (15,54,31)

Color info

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

RGB color model

#0F361F color RGB value is (15,54,31).

RGB: (15,54,31) (6%, 21%, 12%)

RGB channels and saturation

R 15 of 255 = 6%
G 54 of 255 = 21%
B 31 of 255 = 12%

15
54
31

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

Portions of RGB colors in percentages

R + G + B = 15 + 54 + 31 = 100 (100%)
R 15 of 100 ~ 15%
G 54 of 100 ~ 54%
B 31 of 100 ~ 31'%

%15
%54
%31

CMYK color model

#0F361F color CMYK value is (72,0,43,79).

  • cyan value is 72.22%
  • magenta value is 0.00%
  • yellow value is 42.59%
  • key color value is 78.82%

CMYK: (72,0,43,79)
C72M0Y43K79 (72%, 0%, 43%, 79%)
(0.72 / 0.00 / 0.43 / 0.79)

CMYK percentages

%72.22
%0
%42.59
%78.82

Codes

Color #0F361F in popluar color models

0F 36 1F
RGB 15 54 31
HSL 145° 56.52% 13.53%
HSB/HSV 145° 72.22% 21.18%
CMYK 72.22% 0.00% 42.59%
78.82%

Color #0F361F in popluar number systems.

HEX 0F 36 1F
Decimal 15 54 31
Binary 1111 110110 11111
Octal 17 66 37

Shades and tints

Shades of #0F361F

#0F361F
(15,54,31)
#0E321D
(14,50,29)
#0D2E1B
(13,46,27)
#0C2A19
(12,42,25)
#0B2617
(11,38,23)
#0A2215
(10,34,21)
#091E13
(9,30,19)
#081A11
(8,26,17)
#07160F
(7,22,15)
#06120D
(6,18,13)
#050E0B
(5,14,11)
#000000
(0,0,0)

Tints of #0F361F

#0F361F
(15,54,31)
#244833
(36,72,51)
#395A47
(57,90,71)
#4E6C5B
(78,108,91)
#637E6F
(99,126,111)
#789083
(120,144,131)
#8DA297
(141,162,151)
#A2B4AB
(162,180,171)
#B7C6BF
(183,198,191)
#CCD8D3
(204,216,211)
#E1EAE7
(225,234,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0F361F; }

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

This text font color is #0F361F.

Background Color

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

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

This div background color is #0F361F.

Border color

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

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

This div border color is #0F361F.

Opacity

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

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

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

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

This text has shadow with #0F361F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0F361F.

Preview

Color preview on black background

This text has color #0F361F on black background.


Color preview on white background

This text has color #0F361F on white background.


Black color preview on #0F361F background

This text has black color on #0F361F background.


White color preview on #0F361F background

This text has white color on #0F361F background.


Related colors

Complementary color

Complementary color for #hex is #F0C9E0.


I love getcolorcode.com

Triadic colors

1 #1F0F36 and #361F0F with #0F361F are triadic colors.

2 #1F360F and #360F1F with #0F361F are triadic colors.