COLOR #0F331A

HEX: #0F331A RGB: (15,51,26)

Color info

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

RGB color model

#0F331A color RGB value is (15,51,26).

RGB: (15,51,26) (6%, 20%, 10%)

RGB channels and saturation

R 15 of 255 = 6%
G 51 of 255 = 20%
B 26 of 255 = 10%

15
51
26

R + G + B ~ 12%. #0F331A is dark color.

Portions of RGB colors in percentages

R + G + B = 15 + 51 + 26 = 92 (100%)
R 15 of 92 ~ 16.3%
G 51 of 92 ~ 55.43%
B 26 of 92 ~ 28.26'%

%16.3
%55.43
%28.26

CMYK color model

#0F331A color CMYK value is (71,0,49,80).

  • cyan value is 70.59%
  • magenta value is 0.00%
  • yellow value is 49.02%
  • key color value is 80.00%
CMYK: (71,0,49,80) C71M0Y49K80 (71%,0%,49%,80%) (0.71/0.00/0.49/0.80) 

CMYK percentages

%70.59
%0
%49.02
%80

Codes

Color #0F331A in popluar color models

0F 33 1A
RGB 15 51 26
HSL 138° 54.55% 12.94%
HSB/HSV 138° 70.59% 20.00%
CMYK 70.59% 0.00% 49.02%
80.00%

Color #0F331A in popluar number systems.

HEX 0F 33 1A
Decimal 15 51 26
Binary 1111 110011 11010
Octal 17 63 32

Shades and tints

Shades of #0F331A

#0F331A
(15,51,26)
#0E2F18
(14,47,24)
#0D2B16
(13,43,22)
#0C2714
(12,39,20)
#0B2312
(11,35,18)
#0A1F10
(10,31,16)
#091B0E
(9,27,14)
#08170C
(8,23,12)
#07130A
(7,19,10)
#060F08
(6,15,8)
#050B06
(5,11,6)
#000000
(0,0,0)

Tints of #0F331A

#0F331A
(15,51,26)
#24452E
(36,69,46)
#395742
(57,87,66)
#4E6956
(78,105,86)
#637B6A
(99,123,106)
#788D7E
(120,141,126)
#8D9F92
(141,159,146)
#A2B1A6
(162,177,166)
#B7C3BA
(183,195,186)
#CCD5CE
(204,213,206)
#E1E7E2
(225,231,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0F331A; }

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

This text font color is #0F331A.

Background Color

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

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

This div background color is #0F331A.

Border color

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

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

This div border color is #0F331A.

Opacity

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

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

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

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

This text has shadow with #0F331A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0F331A.

Preview

Color preview on black background

This text has color #0F331A on black background.


Color preview on white background

This text has color #0F331A on white background.


Black color preview on #0F331A background

This text has black color on #0F331A background.


White color preview on #0F331A background

This text has white color on #0F331A background.


Related colors

Complementary color

Complementary color for #hex is #F0CCE5.


I love getcolorcode.com

Triadic colors

1 #1A0F33 and #331A0F with #0F331A are triadic colors.

2 #1A330F and #330F1A with #0F331A are triadic colors.