COLOR #0F411A

HEX: #0F411A RGB: (15,65,26)

Color info

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

RGB color model

#0F411A color RGB value is (15,65,26).

RGB: (15,65,26) (6%, 25%, 10%)

RGB channels and saturation

R 15 of 255 = 6%
G 65 of 255 = 25%
B 26 of 255 = 10%

15
65
26

R + G + B ~ 14%. #0F411A is dark color.

Portions of RGB colors in percentages

R + G + B = 15 + 65 + 26 = 106 (100%)
R 15 of 106 ~ 14.15%
G 65 of 106 ~ 61.32%
B 26 of 106 ~ 24.53'%

%14.15
%61.32
%24.53

CMYK color model

#0F411A color CMYK value is (77,0,60,75).

  • cyan value is 76.92%
  • magenta value is 0.00%
  • yellow value is 60.00%
  • key color value is 74.51%

CMYK: (77,0,60,75)
C77M0Y60K75 (77%, 0%, 60%, 75%)
(0.77 / 0.00 / 0.60 / 0.75)

CMYK percentages

%76.92
%0
%60
%74.51

Codes

Color #0F411A in popluar color models

0F 41 1A
RGB 15 65 26
HSL 133° 62.50% 15.69%
HSB/HSV 133° 76.92% 25.49%
CMYK 76.92% 0.00% 60.00%
74.51%

Color #0F411A in popluar number systems.

HEX 0F 41 1A
Decimal 15 65 26
Binary 1111 1000001 11010
Octal 17 101 32

Shades and tints

Shades of #0F411A

#0F411A
(15,65,26)
#0E3C18
(14,60,24)
#0D3716
(13,55,22)
#0C3214
(12,50,20)
#0B2D12
(11,45,18)
#0A2810
(10,40,16)
#09230E
(9,35,14)
#081E0C
(8,30,12)
#07190A
(7,25,10)
#061408
(6,20,8)
#050F06
(5,15,6)
#000000
(0,0,0)

Tints of #0F411A

#0F411A
(15,65,26)
#24522E
(36,82,46)
#396342
(57,99,66)
#4E7456
(78,116,86)
#63856A
(99,133,106)
#78967E
(120,150,126)
#8DA792
(141,167,146)
#A2B8A6
(162,184,166)
#B7C9BA
(183,201,186)
#CCDACE
(204,218,206)
#E1EBE2
(225,235,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0F411A; }

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

This text font color is #0F411A.

Background Color

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

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

This div background color is #0F411A.

Border color

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

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

This div border color is #0F411A.

Opacity

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

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

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

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

This text has shadow with #0F411A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0F411A.

Preview

Color preview on black background

This text has color #0F411A on black background.


Color preview on white background

This text has color #0F411A on white background.


Black color preview on #0F411A background

This text has black color on #0F411A background.


White color preview on #0F411A background

This text has white color on #0F411A background.


Related colors

Complementary color

Complementary color for #hex is #F0BEE5.


I love getcolorcode.com

Triadic colors

1 #1A0F41 and #411A0F with #0F411A are triadic colors.

2 #1A410F and #410F1A with #0F411A are triadic colors.