COLOR #0F5035

HEX: #0F5035
RGB: (15,80,53)

Color info

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

RGB color model

#0F5035 color RGB value is (15,80,53).

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

RGB channels and saturation

R 15 of 255 = 6%
G 80 of 255 = 31%
B 53 of 255 = 21%

15
80
53

R + G + B ~ 19%. #0F5035 is dark color.

Portions of RGB colors in percentages

R + G + B =
15 + 80 + 53 = 148 (100%)
R 15 of 148 ~ 10.14%
G 80 of 148 ~ 54.05%
B 53 of 148 ~ 35.81%

%10.14
%54.05
%35.81

CMYK color model

#0F5035 color CMYK value is (81,0,34,69).

  • cyan value is 81.25%
  • magenta value is 0.00%
  • yellow value is 33.75%
  • key color value is 68.63%
CMYK:
(81,0,34,69)
C81M0Y34K69 
(81%,0%,34%,69%)
(0.81/0.00/0.34/0.69)	

CMYK percentages

%81.25
%0
%33.75
%68.63

Codes

Color #0F5035 in popluar color models

0F5035
RGB158053
HSL155°68.42%18.63%
HSB/HSV155°81.25%31.37%
CMYK81.25%0.00%33.75%
68.63%

Color #0F5035 in popluar number systems.

HEX0F5035
Decimal158053
Binary11111010000110101
Octal1712065

Shades and tints

Shades of #0F5035

#0F5035
(15,80,53)
#0E4931
(14,73,49)
#0D422D
(13,66,45)
#0C3B29
(12,59,41)
#0B3425
(11,52,37)
#0A2D21
(10,45,33)
#09261D
(9,38,29)
#081F19
(8,31,25)
#071815
(7,24,21)
#061111
(6,17,17)
#050A0D
(5,10,13)
#000000
(0,0,0)

Tints of #0F5035

#0F5035
(15,80,53)
#245F47
(36,95,71)
#396E59
(57,110,89)
#4E7D6B
(78,125,107)
#638C7D
(99,140,125)
#789B8F
(120,155,143)
#8DAAA1
(141,170,161)
#A2B9B3
(162,185,179)
#B7C8C5
(183,200,197)
#CCD7D7
(204,215,215)
#E1E6E9
(225,230,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0F5035; }

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

This text font color is #0F5035.


Background Color

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

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

This div background color is #0F5035.


Border color

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

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

This div border color is #0F5035.


Opacity

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

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

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

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

This text has shadow with #0F5035 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0F5035 on black background.


Color preview on white background

This text has color #0F5035 on white background.



Black color preview on #0F5035 background

This text has black color on #0F5035 background.


White color preview on #0F5035 background

This text has white color on #0F5035 background.