COLOR #0F3021

HEX: #0F3021 RGB: (15,48,33)

Color info

#0F3021 contains red, green and blue colors in about the same proportion. Web safe color of #0F3021 is #003333 (or #033).

RGB color model

#0F3021 color RGB value is (15,48,33).

RGB: (15,48,33) (6%, 19%, 13%)

RGB channels and saturation

R 15 of 255 = 6%
G 48 of 255 = 19%
B 33 of 255 = 13%

15
48
33

R + G + B ~ 13%. #0F3021 is dark color.

Portions of RGB colors in percentages

R + G + B = 15 + 48 + 33 = 96 (100%)
R 15 of 96 ~ 15.63%
G 48 of 96 ~ 50%
B 33 of 96 ~ 34.38'%

%15.63
%50
%34.38

CMYK color model

#0F3021 color CMYK value is (69,0,31,81).

  • cyan value is 68.75%
  • magenta value is 0.00%
  • yellow value is 31.25%
  • key color value is 81.18%

CMYK: (69,0,31,81)
C69M0Y31K81 (69%, 0%, 31%, 81%)
(0.69 / 0.00 / 0.31 / 0.81)

CMYK percentages

%68.75
%0
%31.25
%81.18

Codes

Color #0F3021 in popluar color models

0F 30 21
RGB 15 48 33
HSL 153° 52.38% 12.35%
HSB/HSV 153° 68.75% 18.82%
CMYK 68.75% 0.00% 31.25%
81.18%

Color #0F3021 in popluar number systems.

HEX 0F 30 21
Decimal 15 48 33
Binary 1111 110000 100001
Octal 17 60 41

Shades and tints

Shades of #0F3021

#0F3021
(15,48,33)
#0E2C1E
(14,44,30)
#0D281B
(13,40,27)
#0C2418
(12,36,24)
#0B2015
(11,32,21)
#0A1C12
(10,28,18)
#09180F
(9,24,15)
#08140C
(8,20,12)
#071009
(7,16,9)
#060C06
(6,12,6)
#050803
(5,8,3)
#000000
(0,0,0)

Tints of #0F3021

#0F3021
(15,48,33)
#244235
(36,66,53)
#395449
(57,84,73)
#4E665D
(78,102,93)
#637871
(99,120,113)
#788A85
(120,138,133)
#8D9C99
(141,156,153)
#A2AEAD
(162,174,173)
#B7C0C1
(183,192,193)
#CCD2D5
(204,210,213)
#E1E4E9
(225,228,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0F3021; }

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

This text font color is #0F3021.

Background Color

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

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

This div background color is #0F3021.

Border color

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

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

This div border color is #0F3021.

Opacity

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

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

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

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

This text has shadow with #0F3021 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0F3021.

Preview

Color preview on black background

This text has color #0F3021 on black background.


Color preview on white background

This text has color #0F3021 on white background.


Black color preview on #0F3021 background

This text has black color on #0F3021 background.


White color preview on #0F3021 background

This text has white color on #0F3021 background.


Related colors

Complementary color

Complementary color for #hex is #F0CFDE.


I love getcolorcode.com

Triadic colors

1 #210F30 and #30210F with #0F3021 are triadic colors.

2 #21300F and #300F21 with #0F3021 are triadic colors.