COLOR #0F6443

HEX: #0F6443
RGB: (15,100,67)

Color info

#0F6443 contains mainly green and blue colors. Web safe color of #0F6443 is #006633 (or #063).

RGB color model

#0F6443 color RGB value is (15,100,67).

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

RGB channels and saturation

R 15 of 255 = 6%
G 100 of 255 = 39%
B 67 of 255 = 26%

15
100
67

R + G + B ~ 24%. #0F6443 is dark color.

Portions of RGB colors in percentages

R + G + B =
15 + 100 + 67 = 182 (100%)
R 15 of 182 ~ 8.24%
G 100 of 182 ~ 54.95%
B 67 of 182 ~ 36.81%

%54.95
%36.81

CMYK color model

#0F6443 color CMYK value is (85,0,33,61).

  • cyan value is 85.00%
  • magenta value is 0.00%
  • yellow value is 33.00%
  • key color value is 60.78%
CMYK:
(85,0,33,61)
C85M0Y33K61 
(85%,0%,33%,61%)
(0.85/0.00/0.33/0.61)	

CMYK percentages

%85
%0
%33
%60.78

Codes

Color #0F6443 in popluar color models

0F6443
RGB1510067
HSL157°73.91%22.55%
HSB/HSV157°85.00%39.22%
CMYK85.00%0.00%33.00%
60.78%

Color #0F6443 in popluar number systems.

HEX0F6443
Decimal1510067
Binary111111001001000011
Octal17144103

Shades and tints

Shades of #0F6443

#0F6443
(15,100,67)
#0E5B3D
(14,91,61)
#0D5237
(13,82,55)
#0C4931
(12,73,49)
#0B402B
(11,64,43)
#0A3725
(10,55,37)
#092E1F
(9,46,31)
#082519
(8,37,25)
#071C13
(7,28,19)
#06130D
(6,19,13)
#050A07
(5,10,7)
#000000
(0,0,0)

Tints of #0F6443

#0F6443
(15,100,67)
#247254
(36,114,84)
#398065
(57,128,101)
#4E8E76
(78,142,118)
#639C87
(99,156,135)
#78AA98
(120,170,152)
#8DB8A9
(141,184,169)
#A2C6BA
(162,198,186)
#B7D4CB
(183,212,203)
#CCE2DC
(204,226,220)
#E1F0ED
(225,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0F6443; }

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

This text font color is #0F6443.


Background Color

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

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

This div background color is #0F6443.


Border color

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

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

This div border color is #0F6443.


Opacity

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

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

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

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

This text has shadow with #0F6443 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0F6443 on black background.


Color preview on white background

This text has color #0F6443 on white background.



Black color preview on #0F6443 background

This text has black color on #0F6443 background.


White color preview on #0F6443 background

This text has white color on #0F6443 background.