COLOR #0F380F

HEX: #0F380F RGB: (15,56,15)

Color info

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

RGB color model

#0F380F color RGB value is (15,56,15).

RGB: (15,56,15) (6%, 22%, 6%)

RGB channels and saturation

R 15 of 255 = 6%
G 56 of 255 = 22%
B 15 of 255 = 6%

15
56
15

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

Portions of RGB colors in percentages

R + G + B = 15 + 56 + 15 = 86 (100%)
R 15 of 86 ~ 17.44%
G 56 of 86 ~ 65.12%
B 15 of 86 ~ 17.44'%

%17.44
%65.12
%17.44

CMYK color model

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

  • cyan value is 73.21%
  • magenta value is 0.00%
  • yellow value is 73.21%
  • key color value is 78.04%
CMYK: (73,0,73,78) C73M0Y73K78 (73%,0%,73%,78%) (0.73/0.00/0.73/0.78) 

CMYK percentages

%73.21
%0
%73.21
%78.04

Codes

Color #0F380F in popluar color models

0F 38 0F
RGB 15 56 15
HSL 120° 57.75% 13.92%
HSB/HSV 120° 73.21% 21.96%
CMYK 73.21% 0.00% 73.21%
78.04%

Color #0F380F in popluar number systems.

HEX 0F 38 0F
Decimal 15 56 15
Binary 1111 111000 1111
Octal 17 70 17

Shades and tints

Shades of #0F380F

#0F380F
(15,56,15)
#0E330E
(14,51,14)
#0D2E0D
(13,46,13)
#0C290C
(12,41,12)
#0B240B
(11,36,11)
#0A1F0A
(10,31,10)
#091A09
(9,26,9)
#081508
(8,21,8)
#071007
(7,16,7)
#060B06
(6,11,6)
#050605
(5,6,5)
#000000
(0,0,0)

Tints of #0F380F

#0F380F
(15,56,15)
#244A24
(36,74,36)
#395C39
(57,92,57)
#4E6E4E
(78,110,78)
#638063
(99,128,99)
#789278
(120,146,120)
#8DA48D
(141,164,141)
#A2B6A2
(162,182,162)
#B7C8B7
(183,200,183)
#CCDACC
(204,218,204)
#E1ECE1
(225,236,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0F380F; }

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

This text font color is #0F380F.

Background Color

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

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

This div background color is #0F380F.

Border color

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

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

This div border color is #0F380F.

Opacity

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

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

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

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

This text has shadow with #0F380F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0F380F.

Preview

Color preview on black background

This text has color #0F380F on black background.


Color preview on white background

This text has color #0F380F on white background.


Black color preview on #0F380F background

This text has black color on #0F380F background.


White color preview on #0F380F background

This text has white color on #0F380F background.


Related colors

Complementary color

Complementary color for #hex is #F0C7F0.


I love getcolorcode.com

Triadic colors

1 #0F0F38 and #380F0F with #0F380F are triadic colors.

2 #0F380F and #380F0F with #0F380F are triadic colors.