COLOR #0F261A

HEX: #0F261A RGB: (15,38,26)

Color info

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

RGB color model

#0F261A color RGB value is (15,38,26).

RGB: (15,38,26) (6%, 15%, 10%)

RGB channels and saturation

R 15 of 255 = 6%
G 38 of 255 = 15%
B 26 of 255 = 10%

15
38
26

R + G + B ~ 10%. #0F261A is dark color.

Portions of RGB colors in percentages

R + G + B = 15 + 38 + 26 = 79 (100%)
R 15 of 79 ~ 18.99%
G 38 of 79 ~ 48.1%
B 26 of 79 ~ 32.91'%

%18.99
%48.1
%32.91

CMYK color model

#0F261A color CMYK value is (61,0,32,85).

  • cyan value is 60.53%
  • magenta value is 0.00%
  • yellow value is 31.58%
  • key color value is 85.10%

CMYK: (61,0,32,85)
C61M0Y32K85 (61%, 0%, 32%, 85%)
(0.61 / 0.00 / 0.32 / 0.85)

CMYK percentages

%60.53
%0
%31.58
%85.1

Codes

Color #0F261A in popluar color models

0F 26 1A
RGB 15 38 26
HSL 149° 43.40% 10.39%
HSB/HSV 149° 60.53% 14.90%
CMYK 60.53% 0.00% 31.58%
85.10%

Color #0F261A in popluar number systems.

HEX 0F 26 1A
Decimal 15 38 26
Binary 1111 100110 11010
Octal 17 46 32

Shades and tints

Shades of #0F261A

#0F261A
(15,38,26)
#0E2318
(14,35,24)
#0D2016
(13,32,22)
#0C1D14
(12,29,20)
#0B1A12
(11,26,18)
#0A1710
(10,23,16)
#09140E
(9,20,14)
#08110C
(8,17,12)
#070E0A
(7,14,10)
#060B08
(6,11,8)
#050806
(5,8,6)
#000000
(0,0,0)

Tints of #0F261A

#0F261A
(15,38,26)
#24392E
(36,57,46)
#394C42
(57,76,66)
#4E5F56
(78,95,86)
#63726A
(99,114,106)
#78857E
(120,133,126)
#8D9892
(141,152,146)
#A2ABA6
(162,171,166)
#B7BEBA
(183,190,186)
#CCD1CE
(204,209,206)
#E1E4E2
(225,228,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0F261A; }

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

This text font color is #0F261A.

Background Color

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

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

This div background color is #0F261A.

Border color

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

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

This div border color is #0F261A.

Opacity

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

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

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

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

This text has shadow with #0F261A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0F261A.

Preview

Color preview on black background

This text has color #0F261A on black background.


Color preview on white background

This text has color #0F261A on white background.


Black color preview on #0F261A background

This text has black color on #0F261A background.


White color preview on #0F261A background

This text has white color on #0F261A background.


Related colors

Complementary color

Complementary color for #hex is #F0D9E5.


I love getcolorcode.com

Triadic colors

1 #1A0F26 and #261A0F with #0F261A are triadic colors.

2 #1A260F and #260F1A with #0F261A are triadic colors.