COLOR #0F3601

HEX: #0F3601 RGB: (15,54,1)

Color info

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

RGB color model

#0F3601 color RGB value is (15,54,1).

RGB: (15,54,1) (6%, 21%, 0%)

RGB channels and saturation

R 15 of 255 = 6%
G 54 of 255 = 21%
B 1 of 255 = 0%

15
54
1

R + G + B ~ 9%. #0F3601 is dark color.

Portions of RGB colors in percentages

R + G + B = 15 + 54 + 1 = 70 (100%)
R 15 of 70 ~ 21.43%
G 54 of 70 ~ 77.14%
B 1 of 70 ~ 1.43'%

%21.43
%77.14

CMYK color model

#0F3601 color CMYK value is (72,0,98,79).

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

CMYK: (72,0,98,79)
C72M0Y98K79 (72%, 0%, 98%, 79%)
(0.72 / 0.00 / 0.98 / 0.79)

CMYK percentages

%72.22
%0
%98.15
%78.82

Codes

Color #0F3601 in popluar color models

0F 36 01
RGB 15 54 1
HSL 104° 96.36% 10.78%
HSB/HSV 104° 98.15% 21.18%
CMYK 72.22% 0.00% 98.15%
78.82%

Color #0F3601 in popluar number systems.

HEX 0F 36 01
Decimal 15 54 1
Binary 1111 110110 1
Octal 17 66 1

Shades and tints

Shades of #0F3601

#0F3601
(15,54,1)
#0E3201
(14,50,1)
#0D2E01
(13,46,1)
#0C2A01
(12,42,1)
#0B2601
(11,38,1)
#0A2201
(10,34,1)
#091E01
(9,30,1)
#081A01
(8,26,1)
#071601
(7,22,1)
#061201
(6,18,1)
#050E01
(5,14,1)
#000000
(0,0,0)

Tints of #0F3601

#0F3601
(15,54,1)
#244818
(36,72,24)
#395A2F
(57,90,47)
#4E6C46
(78,108,70)
#637E5D
(99,126,93)
#789074
(120,144,116)
#8DA28B
(141,162,139)
#A2B4A2
(162,180,162)
#B7C6B9
(183,198,185)
#CCD8D0
(204,216,208)
#E1EAE7
(225,234,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0F3601; }

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

This text font color is #0F3601.

Background Color

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

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

This div background color is #0F3601.

Border color

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

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

This div border color is #0F3601.

Opacity

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

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

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

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

This text has shadow with #0F3601 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0F3601.

Preview

Color preview on black background

This text has color #0F3601 on black background.


Color preview on white background

This text has color #0F3601 on white background.


Black color preview on #0F3601 background

This text has black color on #0F3601 background.


White color preview on #0F3601 background

This text has white color on #0F3601 background.


Related colors

Complementary color

Complementary color for #hex is #F0C9FE.


I love getcolorcode.com

Triadic colors

1 #010F36 and #36010F with #0F3601 are triadic colors.

2 #01360F and #360F01 with #0F3601 are triadic colors.