COLOR #0F5F1D

HEX: #0F5F1D RGB: (15,95,29)

Color info

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

RGB color model

#0F5F1D color RGB value is (15,95,29).

RGB: (15,95,29) (6%, 37%, 11%)

RGB channels and saturation

R 15 of 255 = 6%
G 95 of 255 = 37%
B 29 of 255 = 11%

15
95
29

R + G + B ~ 18%. #0F5F1D is dark color.

Portions of RGB colors in percentages

R + G + B = 15 + 95 + 29 = 139 (100%)
R 15 of 139 ~ 10.79%
G 95 of 139 ~ 68.35%
B 29 of 139 ~ 20.86'%

%10.79
%68.35
%20.86

CMYK color model

#0F5F1D color CMYK value is (84,0,69,63).

  • cyan value is 84.21%
  • magenta value is 0.00%
  • yellow value is 69.47%
  • key color value is 62.75%

CMYK: (84,0,69,63)
C84M0Y69K63 (84%, 0%, 69%, 63%)
(0.84 / 0.00 / 0.69 / 0.63)

CMYK percentages

%84.21
%0
%69.47
%62.75

Codes

Color #0F5F1D in popluar color models

0F 5F 1D
RGB 15 95 29
HSL 131° 72.73% 21.57%
HSB/HSV 131° 84.21% 37.25%
CMYK 84.21% 0.00% 69.47%
62.75%

Color #0F5F1D in popluar number systems.

HEX 0F 5F 1D
Decimal 15 95 29
Binary 1111 1011111 11101
Octal 17 137 35

Shades and tints

Shades of #0F5F1D

#0F5F1D
(15,95,29)
#0E571B
(14,87,27)
#0D4F19
(13,79,25)
#0C4717
(12,71,23)
#0B3F15
(11,63,21)
#0A3713
(10,55,19)
#092F11
(9,47,17)
#08270F
(8,39,15)
#071F0D
(7,31,13)
#06170B
(6,23,11)
#050F09
(5,15,9)
#000000
(0,0,0)

Tints of #0F5F1D

#0F5F1D
(15,95,29)
#246D31
(36,109,49)
#397B45
(57,123,69)
#4E8959
(78,137,89)
#63976D
(99,151,109)
#78A581
(120,165,129)
#8DB395
(141,179,149)
#A2C1A9
(162,193,169)
#B7CFBD
(183,207,189)
#CCDDD1
(204,221,209)
#E1EBE5
(225,235,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0F5F1D color. Also use rgb(15,95,29) instead hex code.

Text Font Color

.myTextColor { color: #0F5F1D; }

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

This text font color is #0F5F1D.

Background Color

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

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

This div background color is #0F5F1D.

Border color

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

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

This div border color is #0F5F1D.

Opacity

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

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

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

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

This text has shadow with #0F5F1D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0F5F1D.

Preview

Color preview on black background

This text has color #0F5F1D on black background.


Color preview on white background

This text has color #0F5F1D on white background.


Black color preview on #0F5F1D background

This text has black color on #0F5F1D background.


White color preview on #0F5F1D background

This text has white color on #0F5F1D background.


Related colors

Complementary color

Complementary color for #hex is #F0A0E2.


I love getcolorcode.com

Triadic colors

1 #1D0F5F and #5F1D0F with #0F5F1D are triadic colors.

2 #1D5F0F and #5F0F1D with #0F5F1D are triadic colors.