COLOR #0F7635

HEX: #0F7635
RGB: (15,118,53)

Color info

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

RGB color model

#0F7635 color RGB value is (15,118,53).

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

RGB channels and saturation

R 15 of 255 = 6%
G 118 of 255 = 46%
B 53 of 255 = 21%

15
118
53

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

Portions of RGB colors in percentages

R + G + B =
15 + 118 + 53 = 186 (100%)
R 15 of 186 ~ 8.06%
G 118 of 186 ~ 63.44%
B 53 of 186 ~ 28.49%

%63.44
%28.49

CMYK color model

#0F7635 color CMYK value is (87,0,55,54).

  • cyan value is 87.29%
  • magenta value is 0.00%
  • yellow value is 55.08%
  • key color value is 53.73%
CMYK:
(87,0,55,54)
C87M0Y55K54 
(87%,0%,55%,54%)
(0.87/0.00/0.55/0.54)	

CMYK percentages

%87.29
%0
%55.08
%53.73

Codes

Color #0F7635 in popluar color models

0F7635
RGB1511853
HSL142°77.44%26.08%
HSB/HSV142°87.29%46.27%
CMYK87.29%0.00%55.08%
53.73%

Color #0F7635 in popluar number systems.

HEX0F7635
Decimal1511853
Binary11111110110110101
Octal1716665

Shades and tints

Shades of #0F7635

#0F7635
(15,118,53)
#0E6C31
(14,108,49)
#0D622D
(13,98,45)
#0C5829
(12,88,41)
#0B4E25
(11,78,37)
#0A4421
(10,68,33)
#093A1D
(9,58,29)
#083019
(8,48,25)
#072615
(7,38,21)
#061C11
(6,28,17)
#05120D
(5,18,13)
#000000
(0,0,0)

Tints of #0F7635

#0F7635
(15,118,53)
#248247
(36,130,71)
#398E59
(57,142,89)
#4E9A6B
(78,154,107)
#63A67D
(99,166,125)
#78B28F
(120,178,143)
#8DBEA1
(141,190,161)
#A2CAB3
(162,202,179)
#B7D6C5
(183,214,197)
#CCE2D7
(204,226,215)
#E1EEE9
(225,238,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0F7635; }

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

This text font color is #0F7635.


Background Color

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

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

This div background color is #0F7635.


Border color

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

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

This div border color is #0F7635.


Opacity

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

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

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

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

This text has shadow with #0F7635 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0F7635 on black background.


Color preview on white background

This text has color #0F7635 on white background.



Black color preview on #0F7635 background

This text has black color on #0F7635 background.


White color preview on #0F7635 background

This text has white color on #0F7635 background.