COLOR #0F260E

HEX: #0F260E
RGB: (15,38,14)

Color info

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

RGB color model

#0F260E color RGB value is (15,38,14).

  • red value is 15;
  • green value is 38;
  • blue value is 14.
RGB:
(15,38,14)
(6%,15%,5%)

RGB channels and saturation

R 15 of 255 = 6%
G 38 of 255 = 15%
B 14 of 255 = 5%

15
38
14

R + G + B ~ 9%. #0F260E is dark color.

Portions of RGB colors in percentages

R + G + B =
15 + 38 + 14 = 67 (100%)
R 15 of 67 ~ 22.39%
G 38 of 67 ~ 56.72%
B 14 of 67 ~ 20.9%

%22.39
%56.72
%20.9

CMYK color model

#0F260E color CMYK value is (61,0,63,85).

  • cyan value is 60.53%
  • magenta value is 0.00%
  • yellow value is 63.16%
  • key color value is 85.10%
CMYK:
(61,0,63,85)
C61M0Y63K85 
(61%,0%,63%,85%)
(0.61/0.00/0.63/0.85)	

CMYK percentages

%60.53
%0
%63.16
%85.1

Codes

Color #0F260E in popluar color models

0F260E
RGB153814
HSL118°46.15%10.20%
HSB/HSV118°63.16%14.90%
CMYK60.53%0.00%63.16%
85.10%

Color #0F260E in popluar number systems.

HEX0F260E
Decimal153814
Binary11111001101110
Octal174616

Shades and tints

Shades of #0F260E

#0F260E
(15,38,14)
#0E230D
(14,35,13)
#0D200C
(13,32,12)
#0C1D0B
(12,29,11)
#0B1A0A
(11,26,10)
#0A1709
(10,23,9)
#091408
(9,20,8)
#081107
(8,17,7)
#070E06
(7,14,6)
#060B05
(6,11,5)
#050804
(5,8,4)
#000000
(0,0,0)

Tints of #0F260E

#0F260E
(15,38,14)
#243923
(36,57,35)
#394C38
(57,76,56)
#4E5F4D
(78,95,77)
#637262
(99,114,98)
#788577
(120,133,119)
#8D988C
(141,152,140)
#A2ABA1
(162,171,161)
#B7BEB6
(183,190,182)
#CCD1CB
(204,209,203)
#E1E4E0
(225,228,224)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0F260E; }

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

This text font color is #0F260E.


Background Color

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

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

This div background color is #0F260E.


Border color

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

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

This div border color is #0F260E.


Opacity

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

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

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

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

This text has shadow with #0F260E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0F260E on black background.


Color preview on white background

This text has color #0F260E on white background.



Black color preview on #0F260E background

This text has black color on #0F260E background.


White color preview on #0F260E background

This text has white color on #0F260E background.