COLOR #0F421D

HEX: #0F421D RGB: (15,66,29)

Color info

#0F421D contains red, green and blue colors in about the same proportion. Web safe color of #0F421D is #003333 (or #033).

RGB color model

#0F421D color RGB value is (15,66,29).

RGB: (15,66,29) (6%, 26%, 11%)

RGB channels and saturation

R 15 of 255 = 6%
G 66 of 255 = 26%
B 29 of 255 = 11%

15
66
29

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

Portions of RGB colors in percentages

R + G + B = 15 + 66 + 29 = 110 (100%)
R 15 of 110 ~ 13.64%
G 66 of 110 ~ 60%
B 29 of 110 ~ 26.36'%

%13.64
%60
%26.36

CMYK color model

#0F421D color CMYK value is (77,0,56,74).

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

CMYK: (77,0,56,74)
C77M0Y56K74 (77%, 0%, 56%, 74%)
(0.77 / 0.00 / 0.56 / 0.74)

CMYK percentages

%77.27
%0
%56.06
%74.12

Codes

Color #0F421D in popluar color models

0F 42 1D
RGB 15 66 29
HSL 136° 62.96% 15.88%
HSB/HSV 136° 77.27% 25.88%
CMYK 77.27% 0.00% 56.06%
74.12%

Color #0F421D in popluar number systems.

HEX 0F 42 1D
Decimal 15 66 29
Binary 1111 1000010 11101
Octal 17 102 35

Shades and tints

Shades of #0F421D

#0F421D
(15,66,29)
#0E3C1B
(14,60,27)
#0D3619
(13,54,25)
#0C3017
(12,48,23)
#0B2A15
(11,42,21)
#0A2413
(10,36,19)
#091E11
(9,30,17)
#08180F
(8,24,15)
#07120D
(7,18,13)
#060C0B
(6,12,11)
#050609
(5,6,9)
#000000
(0,0,0)

Tints of #0F421D

#0F421D
(15,66,29)
#245331
(36,83,49)
#396445
(57,100,69)
#4E7559
(78,117,89)
#63866D
(99,134,109)
#789781
(120,151,129)
#8DA895
(141,168,149)
#A2B9A9
(162,185,169)
#B7CABD
(183,202,189)
#CCDBD1
(204,219,209)
#E1ECE5
(225,236,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0F421D; }

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

This text font color is #0F421D.

Background Color

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

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

This div background color is #0F421D.

Border color

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

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

This div border color is #0F421D.

Opacity

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

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

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

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

This text has shadow with #0F421D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0F421D.

Preview

Color preview on black background

This text has color #0F421D on black background.


Color preview on white background

This text has color #0F421D on white background.


Black color preview on #0F421D background

This text has black color on #0F421D background.


White color preview on #0F421D background

This text has white color on #0F421D background.


Related colors

Complementary color

Complementary color for #hex is #F0BDE2.


I love getcolorcode.com

Triadic colors

1 #1D0F42 and #421D0F with #0F421D are triadic colors.

2 #1D420F and #420F1D with #0F421D are triadic colors.