COLOR #0F421A

HEX: #0F421A RGB: (15,66,26)

Color info

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

RGB color model

#0F421A color RGB value is (15,66,26).

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

RGB channels and saturation

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

15
66
26

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

Portions of RGB colors in percentages

R + G + B = 15 + 66 + 26 = 107 (100%)
R 15 of 107 ~ 14.02%
G 66 of 107 ~ 61.68%
B 26 of 107 ~ 24.3'%

%14.02
%61.68
%24.3

CMYK color model

#0F421A color CMYK value is (77,0,61,74).

  • cyan value is 77.27%
  • magenta value is 0.00%
  • yellow value is 60.61%
  • key color value is 74.12%

CMYK: (77,0,61,74)
C77M0Y61K74 (77%, 0%, 61%, 74%)
(0.77 / 0.00 / 0.61 / 0.74)

CMYK percentages

%77.27
%0
%60.61
%74.12

Codes

Color #0F421A in popluar color models

0F 42 1A
RGB 15 66 26
HSL 133° 62.96% 15.88%
HSB/HSV 133° 77.27% 25.88%
CMYK 77.27% 0.00% 60.61%
74.12%

Color #0F421A in popluar number systems.

HEX 0F 42 1A
Decimal 15 66 26
Binary 1111 1000010 11010
Octal 17 102 32

Shades and tints

Shades of #0F421A

#0F421A
(15,66,26)
#0E3C18
(14,60,24)
#0D3616
(13,54,22)
#0C3014
(12,48,20)
#0B2A12
(11,42,18)
#0A2410
(10,36,16)
#091E0E
(9,30,14)
#08180C
(8,24,12)
#07120A
(7,18,10)
#060C08
(6,12,8)
#050606
(5,6,6)
#000000
(0,0,0)

Tints of #0F421A

#0F421A
(15,66,26)
#24532E
(36,83,46)
#396442
(57,100,66)
#4E7556
(78,117,86)
#63866A
(99,134,106)
#78977E
(120,151,126)
#8DA892
(141,168,146)
#A2B9A6
(162,185,166)
#B7CABA
(183,202,186)
#CCDBCE
(204,219,206)
#E1ECE2
(225,236,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0F421A; }

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

This text font color is #0F421A.

Background Color

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

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

This div background color is #0F421A.

Border color

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

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

This div border color is #0F421A.

Opacity

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

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

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

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

This text has shadow with #0F421A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0F421A.

Preview

Color preview on black background

This text has color #0F421A on black background.


Color preview on white background

This text has color #0F421A on white background.


Black color preview on #0F421A background

This text has black color on #0F421A background.


White color preview on #0F421A background

This text has white color on #0F421A background.


Related colors

Complementary color

Complementary color for #hex is #F0BDE5.


I love getcolorcode.com

Triadic colors

1 #1A0F42 and #421A0F with #0F421A are triadic colors.

2 #1A420F and #420F1A with #0F421A are triadic colors.