COLOR #0F7631

HEX: #0F7631
RGB: (15,118,49)

Color info

#0F7631 contains mainly green color. Web safe color of #0F7631 is #006633 (or #063).

RGB color model

#0F7631 color RGB value is (15,118,49).

  • red value is 15;
  • green value is 118;
  • blue value is 49.
RGB:
(15,118,49)
(6%,46%,19%)

RGB channels and saturation

R 15 of 255 = 6%
G 118 of 255 = 46%
B 49 of 255 = 19%

15
118
49

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

Portions of RGB colors in percentages

R + G + B =
15 + 118 + 49 = 182 (100%)
R 15 of 182 ~ 8.24%
G 118 of 182 ~ 64.84%
B 49 of 182 ~ 26.92%

%64.84
%26.92

CMYK color model

#0F7631 color CMYK value is (87,0,58,54).

  • cyan value is 87.29%
  • magenta value is 0.00%
  • yellow value is 58.47%
  • key color value is 53.73%
CMYK:
(87,0,58,54)
C87M0Y58K54 
(87%,0%,58%,54%)
(0.87/0.00/0.58/0.54)	

CMYK percentages

%87.29
%0
%58.47
%53.73

Codes

Color #0F7631 in popluar color models

0F7631
RGB1511849
HSL140°77.44%26.08%
HSB/HSV140°87.29%46.27%
CMYK87.29%0.00%58.47%
53.73%

Color #0F7631 in popluar number systems.

HEX0F7631
Decimal1511849
Binary11111110110110001
Octal1716661

Shades and tints

Shades of #0F7631

#0F7631
(15,118,49)
#0E6C2D
(14,108,45)
#0D6229
(13,98,41)
#0C5825
(12,88,37)
#0B4E21
(11,78,33)
#0A441D
(10,68,29)
#093A19
(9,58,25)
#083015
(8,48,21)
#072611
(7,38,17)
#061C0D
(6,28,13)
#051209
(5,18,9)
#000000
(0,0,0)

Tints of #0F7631

#0F7631
(15,118,49)
#248243
(36,130,67)
#398E55
(57,142,85)
#4E9A67
(78,154,103)
#63A679
(99,166,121)
#78B28B
(120,178,139)
#8DBE9D
(141,190,157)
#A2CAAF
(162,202,175)
#B7D6C1
(183,214,193)
#CCE2D3
(204,226,211)
#E1EEE5
(225,238,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0F7631 color. Also use rgb(15,118,49) instead hex code.

Text Font Color

.myTextColor { color: #0F7631; }

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

This text font color is #0F7631.


Background Color

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

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

This div background color is #0F7631.


Border color

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

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

This div border color is #0F7631.


Opacity

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

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

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

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

This text has shadow with #0F7631 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0F7631 on black background.


Color preview on white background

This text has color #0F7631 on white background.



Black color preview on #0F7631 background

This text has black color on #0F7631 background.


White color preview on #0F7631 background

This text has white color on #0F7631 background.