COLOR #0F372D

HEX: #0F372D
RGB: (15,55,45)

Color info

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

RGB color model

#0F372D color RGB value is (15,55,45).

  • red value is 15;
  • green value is 55;
  • blue value is 45.
RGB:
(15,55,45)
(6%,22%,18%)

RGB channels and saturation

R 15 of 255 = 6%
G 55 of 255 = 22%
B 45 of 255 = 18%

15
55
45

R + G + B ~ 15%. #0F372D is dark color.

Portions of RGB colors in percentages

R + G + B =
15 + 55 + 45 = 115 (100%)
R 15 of 115 ~ 13.04%
G 55 of 115 ~ 47.83%
B 45 of 115 ~ 39.13%

%13.04
%47.83
%39.13

CMYK color model

#0F372D color CMYK value is (73,0,18,78).

  • cyan value is 72.73%
  • magenta value is 0.00%
  • yellow value is 18.18%
  • key color value is 78.43%
CMYK:
(73,0,18,78)
C73M0Y18K78 
(73%,0%,18%,78%)
(0.73/0.00/0.18/0.78)	

CMYK percentages

%72.73
%0
%18.18
%78.43

Codes

Color #0F372D in popluar color models

0F372D
RGB155545
HSL165°57.14%13.73%
HSB/HSV165°72.73%21.57%
CMYK72.73%0.00%18.18%
78.43%

Color #0F372D in popluar number systems.

HEX0F372D
Decimal155545
Binary1111110111101101
Octal176755

Shades and tints

Shades of #0F372D

#0F372D
(15,55,45)
#0E3229
(14,50,41)
#0D2D25
(13,45,37)
#0C2821
(12,40,33)
#0B231D
(11,35,29)
#0A1E19
(10,30,25)
#091915
(9,25,21)
#081411
(8,20,17)
#070F0D
(7,15,13)
#060A09
(6,10,9)
#050505
(5,5,5)
#000000
(0,0,0)

Tints of #0F372D

#0F372D
(15,55,45)
#244940
(36,73,64)
#395B53
(57,91,83)
#4E6D66
(78,109,102)
#637F79
(99,127,121)
#78918C
(120,145,140)
#8DA39F
(141,163,159)
#A2B5B2
(162,181,178)
#B7C7C5
(183,199,197)
#CCD9D8
(204,217,216)
#E1EBEB
(225,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0F372D; }

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

This text font color is #0F372D.


Background Color

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

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

This div background color is #0F372D.


Border color

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

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

This div border color is #0F372D.


Opacity

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

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

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

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

This text has shadow with #0F372D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0F372D on black background.


Color preview on white background

This text has color #0F372D on white background.



Black color preview on #0F372D background

This text has black color on #0F372D background.


White color preview on #0F372D background

This text has white color on #0F372D background.