COLOR #0F673B

HEX: #0F673B
RGB: (15,103,59)

Color info

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

RGB color model

#0F673B color RGB value is (15,103,59).

  • red value is 15;
  • green value is 103;
  • blue value is 59.
RGB:
(15,103,59)
(6%,40%,23%)

RGB channels and saturation

R 15 of 255 = 6%
G 103 of 255 = 40%
B 59 of 255 = 23%

15
103
59

R + G + B ~ 23%. #0F673B is dark color.

Portions of RGB colors in percentages

R + G + B =
15 + 103 + 59 = 177 (100%)
R 15 of 177 ~ 8.47%
G 103 of 177 ~ 58.19%
B 59 of 177 ~ 33.33%

%58.19
%33.33

CMYK color model

#0F673B color CMYK value is (85,0,43,60).

  • cyan value is 85.44%
  • magenta value is 0.00%
  • yellow value is 42.72%
  • key color value is 59.61%
CMYK:
(85,0,43,60)
C85M0Y43K60 
(85%,0%,43%,60%)
(0.85/0.00/0.43/0.60)	

CMYK percentages

%85.44
%0
%42.72
%59.61

Codes

Color #0F673B in popluar color models

0F673B
RGB1510359
HSL150°74.58%23.14%
HSB/HSV150°85.44%40.39%
CMYK85.44%0.00%42.72%
59.61%

Color #0F673B in popluar number systems.

HEX0F673B
Decimal1510359
Binary11111100111111011
Octal1714773

Shades and tints

Shades of #0F673B

#0F673B
(15,103,59)
#0E5E36
(14,94,54)
#0D5531
(13,85,49)
#0C4C2C
(12,76,44)
#0B4327
(11,67,39)
#0A3A22
(10,58,34)
#09311D
(9,49,29)
#082818
(8,40,24)
#071F13
(7,31,19)
#06160E
(6,22,14)
#050D09
(5,13,9)
#000000
(0,0,0)

Tints of #0F673B

#0F673B
(15,103,59)
#24744C
(36,116,76)
#39815D
(57,129,93)
#4E8E6E
(78,142,110)
#639B7F
(99,155,127)
#78A890
(120,168,144)
#8DB5A1
(141,181,161)
#A2C2B2
(162,194,178)
#B7CFC3
(183,207,195)
#CCDCD4
(204,220,212)
#E1E9E5
(225,233,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0F673B color. Also use rgb(15,103,59) instead hex code.

Text Font Color

.myTextColor { color: #0F673B; }

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

This text font color is #0F673B.


Background Color

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

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

This div background color is #0F673B.


Border color

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

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

This div border color is #0F673B.


Opacity

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

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

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

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

This text has shadow with #0F673B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0F673B on black background.


Color preview on white background

This text has color #0F673B on white background.



Black color preview on #0F673B background

This text has black color on #0F673B background.


White color preview on #0F673B background

This text has white color on #0F673B background.