COLOR #0F370B

HEX: #0F370B RGB: (15,55,11)

Color info

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

RGB color model

#0F370B color RGB value is (15,55,11).

RGB: (15,55,11) (6%, 22%, 4%)

RGB channels and saturation

R 15 of 255 = 6%
G 55 of 255 = 22%
B 11 of 255 = 4%

15
55
11

R + G + B ~ 11%. #0F370B is dark color.

Portions of RGB colors in percentages

R + G + B = 15 + 55 + 11 = 81 (100%)
R 15 of 81 ~ 18.52%
G 55 of 81 ~ 67.9%
B 11 of 81 ~ 13.58'%

%18.52
%67.9
%13.58

CMYK color model

#0F370B color CMYK value is (73,0,80,78).

  • cyan value is 72.73%
  • magenta value is 0.00%
  • yellow value is 80.00%
  • key color value is 78.43%

CMYK: (73,0,80,78)
C73M0Y80K78 (73%, 0%, 80%, 78%)
(0.73 / 0.00 / 0.80 / 0.78)

CMYK percentages

%72.73
%0
%80
%78.43

Codes

Color #0F370B in popluar color models

0F 37 0B
RGB 15 55 11
HSL 115° 66.67% 12.94%
HSB/HSV 115° 80.00% 21.57%
CMYK 72.73% 0.00% 80.00%
78.43%

Color #0F370B in popluar number systems.

HEX 0F 37 0B
Decimal 15 55 11
Binary 1111 110111 1011
Octal 17 67 13

Shades and tints

Shades of #0F370B

#0F370B
(15,55,11)
#0E320A
(14,50,10)
#0D2D09
(13,45,9)
#0C2808
(12,40,8)
#0B2307
(11,35,7)
#0A1E06
(10,30,6)
#091905
(9,25,5)
#081404
(8,20,4)
#070F03
(7,15,3)
#060A02
(6,10,2)
#050501
(5,5,1)
#000000
(0,0,0)

Tints of #0F370B

#0F370B
(15,55,11)
#244921
(36,73,33)
#395B37
(57,91,55)
#4E6D4D
(78,109,77)
#637F63
(99,127,99)
#789179
(120,145,121)
#8DA38F
(141,163,143)
#A2B5A5
(162,181,165)
#B7C7BB
(183,199,187)
#CCD9D1
(204,217,209)
#E1EBE7
(225,235,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0F370B color. Also use rgb(15,55,11) instead hex code.

Text Font Color

.myTextColor { color: #0F370B; }

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

This text font color is #0F370B.

Background Color

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

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

This div background color is #0F370B.

Border color

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

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

This div border color is #0F370B.

Opacity

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

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

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

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

This text has shadow with #0F370B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0F370B.

Preview

Color preview on black background

This text has color #0F370B on black background.


Color preview on white background

This text has color #0F370B on white background.


Black color preview on #0F370B background

This text has black color on #0F370B background.


White color preview on #0F370B background

This text has white color on #0F370B background.


Related colors

Complementary color

Complementary color for #hex is #F0C8F4.


I love getcolorcode.com

Triadic colors

1 #0B0F37 and #370B0F with #0F370B are triadic colors.

2 #0B370F and #370F0B with #0F370B are triadic colors.