COLOR #01331A

HEX: #01331A
RGB: (1,51,26)

Color info

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

RGB color model

#01331A color RGB value is (1,51,26).

  • red value is 1;
  • green value is 51;
  • blue value is 26.
RGB:
(1,51,26)
(0%,20%,10%)

RGB channels and saturation

R 1 of 255 = 0%
G 51 of 255 = 20%
B 26 of 255 = 10%

1
51
26

R + G + B ~ 10%. #01331A is dark color.

Portions of RGB colors in percentages

R + G + B =
1 + 51 + 26 = 78 (100%)
R 1 of 78 ~ 1.28%
G 51 of 78 ~ 65.38%
B 26 of 78 ~ 33.33%

%65.38
%33.33

CMYK color model

#01331A color CMYK value is (98,0,49,80).

  • cyan value is 98.04%
  • magenta value is 0.00%
  • yellow value is 49.02%
  • key color value is 80.00%
CMYK:
(98,0,49,80)
C98M0Y49K80 
(98%,0%,49%,80%)
(0.98/0.00/0.49/0.80)	

CMYK percentages

%98.04
%0
%49.02
%80

Codes

Color #01331A in popluar color models

01331A
RGB15126
HSL150°96.15%10.20%
HSB/HSV150°98.04%20.00%
CMYK98.04%0.00%49.02%
80.00%

Color #01331A in popluar number systems.

HEX01331A
Decimal15126
Binary111001111010
Octal16332

Shades and tints

Shades of #01331A

#01331A
(1,51,26)
#012F18
(1,47,24)
#012B16
(1,43,22)
#012714
(1,39,20)
#012312
(1,35,18)
#011F10
(1,31,16)
#011B0E
(1,27,14)
#01170C
(1,23,12)
#01130A
(1,19,10)
#010F08
(1,15,8)
#010B06
(1,11,6)
#000000
(0,0,0)

Tints of #01331A

#01331A
(1,51,26)
#18452E
(24,69,46)
#2F5742
(47,87,66)
#466956
(70,105,86)
#5D7B6A
(93,123,106)
#748D7E
(116,141,126)
#8B9F92
(139,159,146)
#A2B1A6
(162,177,166)
#B9C3BA
(185,195,186)
#D0D5CE
(208,213,206)
#E7E7E2
(231,231,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #01331A color. Also use rgb(1,51,26) instead hex code.

Text Font Color

.myTextColor { color: #01331A; }

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

This text font color is #01331A.


Background Color

.myBgColor { background-color: #01331A; }

<div style="background-color:#01331A">Inner text</div>

This div background color is #01331A.


Border color

.myBorderColor { border: 1px solid #01331A; }

<div style="border:3px solid #01331A">Div</div>

This div border color is #01331A.


Opacity

.myOpacity80 { color: #01331A; opacity: 0.8; }

<p style="color:#01331A;opacity:0.8;">80%</p>

Text with #01331A 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 #01331A;}

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

This text has shadow with #01331A color.

.textShadow {text-shadow: 3px 3px 1px #01331A, 3px 3px 1px red;}

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

This text has shadow with #01331A primary color and red secondary color.


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

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

This text has shadow with #01331A and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #01331A on black background.


Color preview on white background

This text has color #01331A on white background.



Black color preview on #01331A background

This text has black color on #01331A background.


White color preview on #01331A background

This text has white color on #01331A background.