COLOR #0F422A

HEX: #0F422A RGB: (15,66,42)

Color info

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

RGB color model

#0F422A color RGB value is (15,66,42).

RGB: (15,66,42) (6%, 26%, 16%)

RGB channels and saturation

R 15 of 255 = 6%
G 66 of 255 = 26%
B 42 of 255 = 16%

15
66
42

R + G + B ~ 16%. #0F422A is dark color.

Portions of RGB colors in percentages

R + G + B = 15 + 66 + 42 = 123 (100%)
R 15 of 123 ~ 12.2%
G 66 of 123 ~ 53.66%
B 42 of 123 ~ 34.15'%

%12.2
%53.66
%34.15

CMYK color model

#0F422A color CMYK value is (77,0,36,74).

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

CMYK: (77,0,36,74)
C77M0Y36K74 (77%, 0%, 36%, 74%)
(0.77 / 0.00 / 0.36 / 0.74)

CMYK percentages

%77.27
%0
%36.36
%74.12

Codes

Color #0F422A in popluar color models

0F 42 2A
RGB 15 66 42
HSL 152° 62.96% 15.88%
HSB/HSV 152° 77.27% 25.88%
CMYK 77.27% 0.00% 36.36%
74.12%

Color #0F422A in popluar number systems.

HEX 0F 42 2A
Decimal 15 66 42
Binary 1111 1000010 101010
Octal 17 102 52

Shades and tints

Shades of #0F422A

#0F422A
(15,66,42)
#0E3C27
(14,60,39)
#0D3624
(13,54,36)
#0C3021
(12,48,33)
#0B2A1E
(11,42,30)
#0A241B
(10,36,27)
#091E18
(9,30,24)
#081815
(8,24,21)
#071212
(7,18,18)
#060C0F
(6,12,15)
#05060C
(5,6,12)
#000000
(0,0,0)

Tints of #0F422A

#0F422A
(15,66,42)
#24533D
(36,83,61)
#396450
(57,100,80)
#4E7563
(78,117,99)
#638676
(99,134,118)
#789789
(120,151,137)
#8DA89C
(141,168,156)
#A2B9AF
(162,185,175)
#B7CAC2
(183,202,194)
#CCDBD5
(204,219,213)
#E1ECE8
(225,236,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0F422A; }

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

This text font color is #0F422A.

Background Color

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

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

This div background color is #0F422A.

Border color

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

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

This div border color is #0F422A.

Opacity

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

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

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

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

This text has shadow with #0F422A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0F422A.

Preview

Color preview on black background

This text has color #0F422A on black background.


Color preview on white background

This text has color #0F422A on white background.


Black color preview on #0F422A background

This text has black color on #0F422A background.


White color preview on #0F422A background

This text has white color on #0F422A background.


Related colors

Complementary color

Complementary color for #hex is #F0BDD5.


I love getcolorcode.com

Triadic colors

1 #2A0F42 and #422A0F with #0F422A are triadic colors.

2 #2A420F and #420F2A with #0F422A are triadic colors.