COLOR #0F6221

HEX: #0F6221 RGB: (15,98,33)

Color info

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

RGB color model

#0F6221 color RGB value is (15,98,33).

RGB: (15,98,33) (6%, 38%, 13%)

RGB channels and saturation

R 15 of 255 = 6%
G 98 of 255 = 38%
B 33 of 255 = 13%

15
98
33

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

Portions of RGB colors in percentages

R + G + B = 15 + 98 + 33 = 146 (100%)
R 15 of 146 ~ 10.27%
G 98 of 146 ~ 67.12%
B 33 of 146 ~ 22.6'%

%10.27
%67.12
%22.6

CMYK color model

#0F6221 color CMYK value is (85,0,66,62).

  • cyan value is 84.69%
  • magenta value is 0.00%
  • yellow value is 66.33%
  • key color value is 61.57%
CMYK: (85,0,66,62) C85M0Y66K62 (85%,0%,66%,62%) (0.85/0.00/0.66/0.62) 

CMYK percentages

%84.69
%0
%66.33
%61.57

Codes

Color #0F6221 in popluar color models

0F 62 21
RGB 15 98 33
HSL 133° 73.45% 22.16%
HSB/HSV 133° 84.69% 38.43%
CMYK 84.69% 0.00% 66.33%
61.57%

Color #0F6221 in popluar number systems.

HEX 0F 62 21
Decimal 15 98 33
Binary 1111 1100010 100001
Octal 17 142 41

Shades and tints

Shades of #0F6221

#0F6221
(15,98,33)
#0E5A1E
(14,90,30)
#0D521B
(13,82,27)
#0C4A18
(12,74,24)
#0B4215
(11,66,21)
#0A3A12
(10,58,18)
#09320F
(9,50,15)
#082A0C
(8,42,12)
#072209
(7,34,9)
#061A06
(6,26,6)
#051203
(5,18,3)
#000000
(0,0,0)

Tints of #0F6221

#0F6221
(15,98,33)
#247035
(36,112,53)
#397E49
(57,126,73)
#4E8C5D
(78,140,93)
#639A71
(99,154,113)
#78A885
(120,168,133)
#8DB699
(141,182,153)
#A2C4AD
(162,196,173)
#B7D2C1
(183,210,193)
#CCE0D5
(204,224,213)
#E1EEE9
(225,238,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0F6221 color. Also use rgb(15,98,33) instead hex code.

Text Font Color

.myTextColor { color: #0F6221; }

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

This text font color is #0F6221.

Background Color

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

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

This div background color is #0F6221.

Border color

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

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

This div border color is #0F6221.

Opacity

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

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

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

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

This text has shadow with #0F6221 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0F6221.

Preview

Color preview on black background

This text has color #0F6221 on black background.


Color preview on white background

This text has color #0F6221 on white background.


Black color preview on #0F6221 background

This text has black color on #0F6221 background.


White color preview on #0F6221 background

This text has white color on #0F6221 background.


Related colors

Complementary color

Complementary color for #hex is #F09DDE.


I love getcolorcode.com

Triadic colors

1 #210F62 and #62210F with #0F6221 are triadic colors.

2 #21620F and #620F21 with #0F6221 are triadic colors.