COLOR #0F7A4B

HEX: #0F7A4B
RGB: (15,122,75)

Color info

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

RGB color model

#0F7A4B color RGB value is (15,122,75).

  • red value is 15;
  • green value is 122;
  • blue value is 75.
RGB:
(15,122,75)
(6%,48%,29%)

RGB channels and saturation

R 15 of 255 = 6%
G 122 of 255 = 48%
B 75 of 255 = 29%

15
122
75

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

Portions of RGB colors in percentages

R + G + B =
15 + 122 + 75 = 212 (100%)
R 15 of 212 ~ 7.08%
G 122 of 212 ~ 57.55%
B 75 of 212 ~ 35.38%

%57.55
%35.38

CMYK color model

#0F7A4B color CMYK value is (88,0,39,52).

  • cyan value is 87.70%
  • magenta value is 0.00%
  • yellow value is 38.52%
  • key color value is 52.16%
CMYK:
(88,0,39,52)
C88M0Y39K52 
(88%,0%,39%,52%)
(0.88/0.00/0.39/0.52)	

CMYK percentages

%87.7
%0
%38.52
%52.16

Codes

Color #0F7A4B in popluar color models

0F7A4B
RGB1512275
HSL154°78.10%26.86%
HSB/HSV154°87.70%47.84%
CMYK87.70%0.00%38.52%
52.16%

Color #0F7A4B in popluar number systems.

HEX0F7A4B
Decimal1512275
Binary111111110101001011
Octal17172113

Shades and tints

Shades of #0F7A4B

#0F7A4B
(15,122,75)
#0E6F45
(14,111,69)
#0D643F
(13,100,63)
#0C5939
(12,89,57)
#0B4E33
(11,78,51)
#0A432D
(10,67,45)
#093827
(9,56,39)
#082D21
(8,45,33)
#07221B
(7,34,27)
#061715
(6,23,21)
#050C0F
(5,12,15)
#000000
(0,0,0)

Tints of #0F7A4B

#0F7A4B
(15,122,75)
#24865B
(36,134,91)
#39926B
(57,146,107)
#4E9E7B
(78,158,123)
#63AA8B
(99,170,139)
#78B69B
(120,182,155)
#8DC2AB
(141,194,171)
#A2CEBB
(162,206,187)
#B7DACB
(183,218,203)
#CCE6DB
(204,230,219)
#E1F2EB
(225,242,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0F7A4B color. Also use rgb(15,122,75) instead hex code.

Text Font Color

.myTextColor { color: #0F7A4B; }

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

This text font color is #0F7A4B.


Background Color

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

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

This div background color is #0F7A4B.


Border color

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

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

This div border color is #0F7A4B.


Opacity

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

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

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

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

This text has shadow with #0F7A4B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0F7A4B on black background.


Color preview on white background

This text has color #0F7A4B on white background.



Black color preview on #0F7A4B background

This text has black color on #0F7A4B background.


White color preview on #0F7A4B background

This text has white color on #0F7A4B background.