COLOR #0F6C29

HEX: #0F6C29 RGB: (15,108,41)

Color info

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

RGB color model

#0F6C29 color RGB value is (15,108,41).

RGB: (15,108,41) (6%, 42%, 16%)

RGB channels and saturation

R 15 of 255 = 6%
G 108 of 255 = 42%
B 41 of 255 = 16%

15
108
41

R + G + B ~ 21%. #0F6C29 is dark color.

Portions of RGB colors in percentages

R + G + B = 15 + 108 + 41 = 164 (100%)
R 15 of 164 ~ 9.15%
G 108 of 164 ~ 65.85%
B 41 of 164 ~ 25'%

%65.85
%25

CMYK color model

#0F6C29 color CMYK value is (86,0,62,58).

  • cyan value is 86.11%
  • magenta value is 0.00%
  • yellow value is 62.04%
  • key color value is 57.65%

CMYK: (86,0,62,58)
C86M0Y62K58 (86%, 0%, 62%, 58%)
(0.86 / 0.00 / 0.62 / 0.58)

CMYK percentages

%86.11
%0
%62.04
%57.65

Codes

Color #0F6C29 in popluar color models

0F 6C 29
RGB 15 108 41
HSL 137° 75.61% 24.12%
HSB/HSV 137° 86.11% 42.35%
CMYK 86.11% 0.00% 62.04%
57.65%

Color #0F6C29 in popluar number systems.

HEX 0F 6C 29
Decimal 15 108 41
Binary 1111 1101100 101001
Octal 17 154 51

Shades and tints

Shades of #0F6C29

#0F6C29
(15,108,41)
#0E6326
(14,99,38)
#0D5A23
(13,90,35)
#0C5120
(12,81,32)
#0B481D
(11,72,29)
#0A3F1A
(10,63,26)
#093617
(9,54,23)
#082D14
(8,45,20)
#072411
(7,36,17)
#061B0E
(6,27,14)
#05120B
(5,18,11)
#000000
(0,0,0)

Tints of #0F6C29

#0F6C29
(15,108,41)
#24793C
(36,121,60)
#39864F
(57,134,79)
#4E9362
(78,147,98)
#63A075
(99,160,117)
#78AD88
(120,173,136)
#8DBA9B
(141,186,155)
#A2C7AE
(162,199,174)
#B7D4C1
(183,212,193)
#CCE1D4
(204,225,212)
#E1EEE7
(225,238,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0F6C29 color. Also use rgb(15,108,41) instead hex code.

Text Font Color

.myTextColor { color: #0F6C29; }

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

This text font color is #0F6C29.

Background Color

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

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

This div background color is #0F6C29.

Border color

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

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

This div border color is #0F6C29.

Opacity

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

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

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

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

This text has shadow with #0F6C29 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0F6C29.

Preview

Color preview on black background

This text has color #0F6C29 on black background.


Color preview on white background

This text has color #0F6C29 on white background.


Black color preview on #0F6C29 background

This text has black color on #0F6C29 background.


White color preview on #0F6C29 background

This text has white color on #0F6C29 background.


Related colors

Complementary color

Complementary color for #hex is #F093D6.


I love getcolorcode.com

Triadic colors

1 #290F6C and #6C290F with #0F6C29 are triadic colors.

2 #296C0F and #6C0F29 with #0F6C29 are triadic colors.