COLOR #0F382D

HEX: #0F382D RGB: (15,56,45)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

15
56
45

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

Portions of RGB colors in percentages

R + G + B = 15 + 56 + 45 = 116 (100%)
R 15 of 116 ~ 12.93%
G 56 of 116 ~ 48.28%
B 45 of 116 ~ 38.79'%

%12.93
%48.28
%38.79

CMYK color model

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

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

CMYK percentages

%73.21
%0
%19.64
%78.04

Codes

Color #0F382D in popluar color models

0F 38 2D
RGB 15 56 45
HSL 164° 57.75% 13.92%
HSB/HSV 164° 73.21% 21.96%
CMYK 73.21% 0.00% 19.64%
78.04%

Color #0F382D in popluar number systems.

HEX 0F 38 2D
Decimal 15 56 45
Binary 1111 111000 101101
Octal 17 70 55

Shades and tints

Shades of #0F382D

#0F382D
(15,56,45)
#0E3329
(14,51,41)
#0D2E25
(13,46,37)
#0C2921
(12,41,33)
#0B241D
(11,36,29)
#0A1F19
(10,31,25)
#091A15
(9,26,21)
#081511
(8,21,17)
#07100D
(7,16,13)
#060B09
(6,11,9)
#050605
(5,6,5)
#000000
(0,0,0)

Tints of #0F382D

#0F382D
(15,56,45)
#244A40
(36,74,64)
#395C53
(57,92,83)
#4E6E66
(78,110,102)
#638079
(99,128,121)
#78928C
(120,146,140)
#8DA49F
(141,164,159)
#A2B6B2
(162,182,178)
#B7C8C5
(183,200,197)
#CCDAD8
(204,218,216)
#E1ECEB
(225,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0F382D; }

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

This text font color is #0F382D.

Background Color

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

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

This div background color is #0F382D.

Border color

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

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

This div border color is #0F382D.

Opacity

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

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

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

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

This text has shadow with #0F382D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0F382D.

Preview

Color preview on black background

This text has color #0F382D on black background.


Color preview on white background

This text has color #0F382D on white background.


Black color preview on #0F382D background

This text has black color on #0F382D background.


White color preview on #0F382D background

This text has white color on #0F382D background.


Related colors

Complementary color

Complementary color for #hex is #F0C7D2.


I love getcolorcode.com

Triadic colors

1 #2D0F38 and #382D0F with #0F382D are triadic colors.

2 #2D380F and #380F2D with #0F382D are triadic colors.