COLOR #0F390B

HEX: #0F390B
RGB: (15,57,11)

Color info

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

RGB color model

#0F390B color RGB value is (15,57,11).

  • red value is 15;
  • green value is 57;
  • blue value is 11.
RGB:
(15,57,11)
(6%,22%,4%)

RGB channels and saturation

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

15
57
11

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

Portions of RGB colors in percentages

R + G + B =
15 + 57 + 11 = 83 (100%)
R 15 of 83 ~ 18.07%
G 57 of 83 ~ 68.67%
B 11 of 83 ~ 13.25%

%18.07
%68.67
%13.25

CMYK color model

#0F390B color CMYK value is (74,0,81,78).

  • cyan value is 73.68%
  • magenta value is 0.00%
  • yellow value is 80.70%
  • key color value is 77.65%
CMYK:
(74,0,81,78)
C74M0Y81K78 
(74%,0%,81%,78%)
(0.74/0.00/0.81/0.78)	

CMYK percentages

%73.68
%0
%80.7
%77.65

Codes

Color #0F390B in popluar color models

0F390B
RGB155711
HSL115°67.65%13.33%
HSB/HSV115°80.70%22.35%
CMYK73.68%0.00%80.70%
77.65%

Color #0F390B in popluar number systems.

HEX0F390B
Decimal155711
Binary11111110011011
Octal177113

Shades and tints

Shades of #0F390B

#0F390B
(15,57,11)
#0E340A
(14,52,10)
#0D2F09
(13,47,9)
#0C2A08
(12,42,8)
#0B2507
(11,37,7)
#0A2006
(10,32,6)
#091B05
(9,27,5)
#081604
(8,22,4)
#071103
(7,17,3)
#060C02
(6,12,2)
#050701
(5,7,1)
#000000
(0,0,0)

Tints of #0F390B

#0F390B
(15,57,11)
#244B21
(36,75,33)
#395D37
(57,93,55)
#4E6F4D
(78,111,77)
#638163
(99,129,99)
#789379
(120,147,121)
#8DA58F
(141,165,143)
#A2B7A5
(162,183,165)
#B7C9BB
(183,201,187)
#CCDBD1
(204,219,209)
#E1EDE7
(225,237,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0F390B; }

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

This text font color is #0F390B.


Background Color

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

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

This div background color is #0F390B.


Border color

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

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

This div border color is #0F390B.


Opacity

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

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

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

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

This text has shadow with #0F390B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0F390B on black background.


Color preview on white background

This text has color #0F390B on white background.



Black color preview on #0F390B background

This text has black color on #0F390B background.


White color preview on #0F390B background

This text has white color on #0F390B background.