COLOR #0F7D4D

HEX: #0F7D4D RGB: (15,125,77)

Color info

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

RGB color model

#0F7D4D color RGB value is (15,125,77).

RGB: (15,125,77) (6%, 49%, 30%)

RGB channels and saturation

R 15 of 255 = 6%
G 125 of 255 = 49%
B 77 of 255 = 30%

15
125
77

R + G + B ~ 28%. #0F7D4D is quite dark color.

Portions of RGB colors in percentages

R + G + B = 15 + 125 + 77 = 217 (100%)
R 15 of 217 ~ 6.91%
G 125 of 217 ~ 57.6%
B 77 of 217 ~ 35.48'%

%57.6
%35.48

CMYK color model

#0F7D4D color CMYK value is (88,0,38,51).

  • cyan value is 88.00%
  • magenta value is 0.00%
  • yellow value is 38.40%
  • key color value is 50.98%

CMYK: (88,0,38,51)
C88M0Y38K51 (88%, 0%, 38%, 51%)
(0.88 / 0.00 / 0.38 / 0.51)

CMYK percentages

%88
%0
%38.4
%50.98

Codes

Color #0F7D4D in popluar color models

0F 7D 4D
RGB 15 125 77
HSL 154° 78.57% 27.45%
HSB/HSV 154° 88.00% 49.02%
CMYK 88.00% 0.00% 38.40%
50.98%

Color #0F7D4D in popluar number systems.

HEX 0F 7D 4D
Decimal 15 125 77
Binary 1111 1111101 1001101
Octal 17 175 115

Shades and tints

Shades of #0F7D4D

#0F7D4D
(15,125,77)
#0E7246
(14,114,70)
#0D673F
(13,103,63)
#0C5C38
(12,92,56)
#0B5131
(11,81,49)
#0A462A
(10,70,42)
#093B23
(9,59,35)
#08301C
(8,48,28)
#072515
(7,37,21)
#061A0E
(6,26,14)
#050F07
(5,15,7)
#000000
(0,0,0)

Tints of #0F7D4D

#0F7D4D
(15,125,77)
#24885D
(36,136,93)
#39936D
(57,147,109)
#4E9E7D
(78,158,125)
#63A98D
(99,169,141)
#78B49D
(120,180,157)
#8DBFAD
(141,191,173)
#A2CABD
(162,202,189)
#B7D5CD
(183,213,205)
#CCE0DD
(204,224,221)
#E1EBED
(225,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0F7D4D color. Also use rgb(15,125,77) instead hex code.

Text Font Color

.myTextColor { color: #0F7D4D; }

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

This text font color is #0F7D4D.

Background Color

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

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

This div background color is #0F7D4D.

Border color

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

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

This div border color is #0F7D4D.

Opacity

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

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

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

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

This text has shadow with #0F7D4D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0F7D4D.

Preview

Color preview on black background

This text has color #0F7D4D on black background.


Color preview on white background

This text has color #0F7D4D on white background.


Black color preview on #0F7D4D background

This text has black color on #0F7D4D background.


White color preview on #0F7D4D background

This text has white color on #0F7D4D background.


Related colors

Complementary color

Complementary color for #hex is #F082B2.


I love getcolorcode.com

Triadic colors

1 #4D0F7D and #7D4D0F with #0F7D4D are triadic colors.

2 #4D7D0F and #7D0F4D with #0F7D4D are triadic colors.