COLOR #0F795D

HEX: #0F795D
RGB: (15,121,93)

Color info

#0F795D contains mainly green and blue colors. Web safe color of #0F795D is #006666 (or #066).

RGB color model

#0F795D color RGB value is (15,121,93).

  • red value is 15;
  • green value is 121;
  • blue value is 93.
RGB:
(15,121,93)
(6%,47%,36%)

RGB channels and saturation

R 15 of 255 = 6%
G 121 of 255 = 47%
B 93 of 255 = 36%

15
121
93

R + G + B ~ 30%. #0F795D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
15 + 121 + 93 = 229 (100%)
R 15 of 229 ~ 6.55%
G 121 of 229 ~ 52.84%
B 93 of 229 ~ 40.61%

%52.84
%40.61

CMYK color model

#0F795D color CMYK value is (88,0,23,53).

  • cyan value is 87.60%
  • magenta value is 0.00%
  • yellow value is 23.14%
  • key color value is 52.55%
CMYK:
(88,0,23,53)
C88M0Y23K53 
(88%,0%,23%,53%)
(0.88/0.00/0.23/0.53)	

CMYK percentages

%87.6
%0
%23.14
%52.55

Codes

Color #0F795D in popluar color models

0F795D
RGB1512193
HSL164°77.94%26.67%
HSB/HSV164°87.60%47.45%
CMYK87.60%0.00%23.14%
52.55%

Color #0F795D in popluar number systems.

HEX0F795D
Decimal1512193
Binary111111110011011101
Octal17171135

Shades and tints

Shades of #0F795D

#0F795D
(15,121,93)
#0E6E55
(14,110,85)
#0D634D
(13,99,77)
#0C5845
(12,88,69)
#0B4D3D
(11,77,61)
#0A4235
(10,66,53)
#09372D
(9,55,45)
#082C25
(8,44,37)
#07211D
(7,33,29)
#061615
(6,22,21)
#050B0D
(5,11,13)
#000000
(0,0,0)

Tints of #0F795D

#0F795D
(15,121,93)
#24856B
(36,133,107)
#399179
(57,145,121)
#4E9D87
(78,157,135)
#63A995
(99,169,149)
#78B5A3
(120,181,163)
#8DC1B1
(141,193,177)
#A2CDBF
(162,205,191)
#B7D9CD
(183,217,205)
#CCE5DB
(204,229,219)
#E1F1E9
(225,241,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0F795D color. Also use rgb(15,121,93) instead hex code.

Text Font Color

.myTextColor { color: #0F795D; }

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

This text font color is #0F795D.


Background Color

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

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

This div background color is #0F795D.


Border color

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

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

This div border color is #0F795D.


Opacity

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

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

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

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

This text has shadow with #0F795D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0F795D on black background.


Color preview on white background

This text has color #0F795D on white background.



Black color preview on #0F795D background

This text has black color on #0F795D background.


White color preview on #0F795D background

This text has white color on #0F795D background.