COLOR #01220F

HEX: #01220F
RGB: (1,34,15)

Color info

#01220F contains red, green and blue colors in about the same proportion. Web safe color of #01220F is #003300 (or #030).

RGB color model

#01220F color RGB value is (1,34,15).

  • red value is 1;
  • green value is 34;
  • blue value is 15.
RGB:
(1,34,15)
(0%,13%,6%)

RGB channels and saturation

R 1 of 255 = 0%
G 34 of 255 = 13%
B 15 of 255 = 6%

1
34
15

R + G + B ~ 6%. #01220F is dark color.

Portions of RGB colors in percentages

R + G + B =
1 + 34 + 15 = 50 (100%)
R 1 of 50 ~ 2%
G 34 of 50 ~ 68%
B 15 of 50 ~ 30%

%68
%30

CMYK color model

#01220F color CMYK value is (97,0,56,87).

  • cyan value is 97.06%
  • magenta value is 0.00%
  • yellow value is 55.88%
  • key color value is 86.67%
CMYK:
(97,0,56,87)
C97M0Y56K87 
(97%,0%,56%,87%)
(0.97/0.00/0.56/0.87)	

CMYK percentages

%97.06
%0
%55.88
%86.67

Codes

Color #01220F in popluar color models

01220F
RGB13415
HSL145°94.29%6.86%
HSB/HSV145°97.06%13.33%
CMYK97.06%0.00%55.88%
86.67%

Color #01220F in popluar number systems.

HEX01220F
Decimal13415
Binary11000101111
Octal14217

Shades and tints

Shades of #01220F

#01220F
(1,34,15)
#011F0E
(1,31,14)
#011C0D
(1,28,13)
#01190C
(1,25,12)
#01160B
(1,22,11)
#01130A
(1,19,10)
#011009
(1,16,9)
#010D08
(1,13,8)
#010A07
(1,10,7)
#010706
(1,7,6)
#010405
(1,4,5)
#000000
(0,0,0)

Tints of #01220F

#01220F
(1,34,15)
#183624
(24,54,36)
#2F4A39
(47,74,57)
#465E4E
(70,94,78)
#5D7263
(93,114,99)
#748678
(116,134,120)
#8B9A8D
(139,154,141)
#A2AEA2
(162,174,162)
#B9C2B7
(185,194,183)
#D0D6CC
(208,214,204)
#E7EAE1
(231,234,225)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #01220F color. Also use rgb(1,34,15) instead hex code.

Text Font Color

.myTextColor { color: #01220F; }

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

This text font color is #01220F.


Background Color

.myBgColor { background-color: #01220F; }

<div style="background-color:#01220F">Inner text</div>

This div background color is #01220F.


Border color

.myBorderColor { border: 1px solid #01220F; }

<div style="border:3px solid #01220F">Div</div>

This div border color is #01220F.


Opacity

.myOpacity80 { color: #01220F; opacity: 0.8; }

<p style="color:#01220F;opacity:0.8;">80%</p>

Text with #01220F 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 #01220F;}

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

This text has shadow with #01220F color.

.textShadow {text-shadow: 3px 3px 1px #01220F, 3px 3px 1px red;}

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

This text has shadow with #01220F primary color and red secondary color.


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

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

This text has shadow with #01220F and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #01220F on black background.


Color preview on white background

This text has color #01220F on white background.



Black color preview on #01220F background

This text has black color on #01220F background.


White color preview on #01220F background

This text has white color on #01220F background.