COLOR #0F4143

HEX: #0F4143
RGB: (15,65,67)

Color info

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

RGB color model

#0F4143 color RGB value is (15,65,67).

  • red value is 15;
  • green value is 65;
  • blue value is 67.
RGB:
(15,65,67)
(6%,25%,26%)

RGB channels and saturation

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

15
65
67

R + G + B ~ 19%. #0F4143 is dark color.

Portions of RGB colors in percentages

R + G + B =
15 + 65 + 67 = 147 (100%)
R 15 of 147 ~ 10.2%
G 65 of 147 ~ 44.22%
B 67 of 147 ~ 45.58%

%10.2
%44.22
%45.58

CMYK color model

#0F4143 color CMYK value is (78,3,0,74).

  • cyan value is 77.61%
  • magenta value is 2.99%
  • yellow value is 0.00%
  • key color value is 73.73%
CMYK:
(78,3,0,74)
C78M3Y0K74 
(78%,3%,0%,74%)
(0.78/0.03/0.00/0.74)	

CMYK percentages

%77.61
%2.99
%0
%73.73

Codes

Color #0F4143 in popluar color models

0F4143
RGB156567
HSL182°63.41%16.08%
HSB/HSV182°77.61%26.27%
CMYK77.61%2.99%0.00%
73.73%

Color #0F4143 in popluar number systems.

HEX0F4143
Decimal156567
Binary111110000011000011
Octal17101103

Shades and tints

Shades of #0F4143

#0F4143
(15,65,67)
#0E3C3D
(14,60,61)
#0D3737
(13,55,55)
#0C3231
(12,50,49)
#0B2D2B
(11,45,43)
#0A2825
(10,40,37)
#09231F
(9,35,31)
#081E19
(8,30,25)
#071913
(7,25,19)
#06140D
(6,20,13)
#050F07
(5,15,7)
#000000
(0,0,0)

Tints of #0F4143

#0F4143
(15,65,67)
#245254
(36,82,84)
#396365
(57,99,101)
#4E7476
(78,116,118)
#638587
(99,133,135)
#789698
(120,150,152)
#8DA7A9
(141,167,169)
#A2B8BA
(162,184,186)
#B7C9CB
(183,201,203)
#CCDADC
(204,218,220)
#E1EBED
(225,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0F4143; }

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

This text font color is #0F4143.


Background Color

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

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

This div background color is #0F4143.


Border color

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

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

This div border color is #0F4143.


Opacity

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

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

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

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

This text has shadow with #0F4143 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0F4143 on black background.


Color preview on white background

This text has color #0F4143 on white background.



Black color preview on #0F4143 background

This text has black color on #0F4143 background.


White color preview on #0F4143 background

This text has white color on #0F4143 background.