COLOR #0F3C43

HEX: #0F3C43
RGB: (15,60,67)

Color info

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

RGB color model

#0F3C43 color RGB value is (15,60,67).

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

RGB channels and saturation

R 15 of 255 = 6%
G 60 of 255 = 24%
B 67 of 255 = 26%

15
60
67

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

Portions of RGB colors in percentages

R + G + B =
15 + 60 + 67 = 142 (100%)
R 15 of 142 ~ 10.56%
G 60 of 142 ~ 42.25%
B 67 of 142 ~ 47.18%

%10.56
%42.25
%47.18

CMYK color model

#0F3C43 color CMYK value is (78,10,0,74).

  • cyan value is 77.61%
  • magenta value is 10.45%
  • yellow value is 0.00%
  • key color value is 73.73%
CMYK:
(78,10,0,74)
C78M10Y0K74 
(78%,10%,0%,74%)
(0.78/0.10/0.00/0.74)	

CMYK percentages

%77.61
%10.45
%0
%73.73

Codes

Color #0F3C43 in popluar color models

0F3C43
RGB156067
HSL188°63.41%16.08%
HSB/HSV188°77.61%26.27%
CMYK77.61%10.45%0.00%
73.73%

Color #0F3C43 in popluar number systems.

HEX0F3C43
Decimal156067
Binary11111111001000011
Octal1774103

Shades and tints

Shades of #0F3C43

#0F3C43
(15,60,67)
#0E373D
(14,55,61)
#0D3237
(13,50,55)
#0C2D31
(12,45,49)
#0B282B
(11,40,43)
#0A2325
(10,35,37)
#091E1F
(9,30,31)
#081919
(8,25,25)
#071413
(7,20,19)
#060F0D
(6,15,13)
#050A07
(5,10,7)
#000000
(0,0,0)

Tints of #0F3C43

#0F3C43
(15,60,67)
#244D54
(36,77,84)
#395E65
(57,94,101)
#4E6F76
(78,111,118)
#638087
(99,128,135)
#789198
(120,145,152)
#8DA2A9
(141,162,169)
#A2B3BA
(162,179,186)
#B7C4CB
(183,196,203)
#CCD5DC
(204,213,220)
#E1E6ED
(225,230,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0F3C43; }

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

This text font color is #0F3C43.


Background Color

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

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

This div background color is #0F3C43.


Border color

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

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

This div border color is #0F3C43.


Opacity

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

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

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

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

This text has shadow with #0F3C43 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0F3C43 on black background.


Color preview on white background

This text has color #0F3C43 on white background.



Black color preview on #0F3C43 background

This text has black color on #0F3C43 background.


White color preview on #0F3C43 background

This text has white color on #0F3C43 background.