COLOR #0F6A41

HEX: #0F6A41
RGB: (15,106,65)

Color info

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

RGB color model

#0F6A41 color RGB value is (15,106,65).

  • red value is 15;
  • green value is 106;
  • blue value is 65.
RGB:
(15,106,65)
(6%,42%,25%)

RGB channels and saturation

R 15 of 255 = 6%
G 106 of 255 = 42%
B 65 of 255 = 25%

15
106
65

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

Portions of RGB colors in percentages

R + G + B =
15 + 106 + 65 = 186 (100%)
R 15 of 186 ~ 8.06%
G 106 of 186 ~ 56.99%
B 65 of 186 ~ 34.95%

%56.99
%34.95

CMYK color model

#0F6A41 color CMYK value is (86,0,39,58).

  • cyan value is 85.85%
  • magenta value is 0.00%
  • yellow value is 38.68%
  • key color value is 58.43%
CMYK:
(86,0,39,58)
C86M0Y39K58 
(86%,0%,39%,58%)
(0.86/0.00/0.39/0.58)	

CMYK percentages

%85.85
%0
%38.68
%58.43

Codes

Color #0F6A41 in popluar color models

0F6A41
RGB1510665
HSL153°75.21%23.73%
HSB/HSV153°85.85%41.57%
CMYK85.85%0.00%38.68%
58.43%

Color #0F6A41 in popluar number systems.

HEX0F6A41
Decimal1510665
Binary111111010101000001
Octal17152101

Shades and tints

Shades of #0F6A41

#0F6A41
(15,106,65)
#0E613C
(14,97,60)
#0D5837
(13,88,55)
#0C4F32
(12,79,50)
#0B462D
(11,70,45)
#0A3D28
(10,61,40)
#093423
(9,52,35)
#082B1E
(8,43,30)
#072219
(7,34,25)
#061914
(6,25,20)
#05100F
(5,16,15)
#000000
(0,0,0)

Tints of #0F6A41

#0F6A41
(15,106,65)
#247752
(36,119,82)
#398463
(57,132,99)
#4E9174
(78,145,116)
#639E85
(99,158,133)
#78AB96
(120,171,150)
#8DB8A7
(141,184,167)
#A2C5B8
(162,197,184)
#B7D2C9
(183,210,201)
#CCDFDA
(204,223,218)
#E1ECEB
(225,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0F6A41 color. Also use rgb(15,106,65) instead hex code.

Text Font Color

.myTextColor { color: #0F6A41; }

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

This text font color is #0F6A41.


Background Color

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

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

This div background color is #0F6A41.


Border color

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

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

This div border color is #0F6A41.


Opacity

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

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

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

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

This text has shadow with #0F6A41 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0F6A41 on black background.


Color preview on white background

This text has color #0F6A41 on white background.



Black color preview on #0F6A41 background

This text has black color on #0F6A41 background.


White color preview on #0F6A41 background

This text has white color on #0F6A41 background.