COLOR #01231A

HEX: #01231A
RGB: (1,35,26)

Color info

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

RGB color model

#01231A color RGB value is (1,35,26).

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

RGB channels and saturation

R 1 of 255 = 0%
G 35 of 255 = 14%
B 26 of 255 = 10%

1
35
26

R + G + B ~ 8%. #01231A is dark color.

Portions of RGB colors in percentages

R + G + B =
1 + 35 + 26 = 62 (100%)
R 1 of 62 ~ 1.61%
G 35 of 62 ~ 56.45%
B 26 of 62 ~ 41.94%

%56.45
%41.94

CMYK color model

#01231A color CMYK value is (97,0,26,86).

  • cyan value is 97.14%
  • magenta value is 0.00%
  • yellow value is 25.71%
  • key color value is 86.27%
CMYK:
(97,0,26,86)
C97M0Y26K86 
(97%,0%,26%,86%)
(0.97/0.00/0.26/0.86)	

CMYK percentages

%97.14
%0
%25.71
%86.27

Codes

Color #01231A in popluar color models

01231A
RGB13526
HSL164°94.44%7.06%
HSB/HSV164°97.14%13.73%
CMYK97.14%0.00%25.71%
86.27%

Color #01231A in popluar number systems.

HEX01231A
Decimal13526
Binary110001111010
Octal14332

Shades and tints

Shades of #01231A

#01231A
(1,35,26)
#012018
(1,32,24)
#011D16
(1,29,22)
#011A14
(1,26,20)
#011712
(1,23,18)
#011410
(1,20,16)
#01110E
(1,17,14)
#010E0C
(1,14,12)
#010B0A
(1,11,10)
#010808
(1,8,8)
#010506
(1,5,6)
#000000
(0,0,0)

Tints of #01231A

#01231A
(1,35,26)
#18372E
(24,55,46)
#2F4B42
(47,75,66)
#465F56
(70,95,86)
#5D736A
(93,115,106)
#74877E
(116,135,126)
#8B9B92
(139,155,146)
#A2AFA6
(162,175,166)
#B9C3BA
(185,195,186)
#D0D7CE
(208,215,206)
#E7EBE2
(231,235,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #01231A; }

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

This text font color is #01231A.


Background Color

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

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

This div background color is #01231A.


Border color

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

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

This div border color is #01231A.


Opacity

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

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

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

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

This text has shadow with #01231A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #01231A on black background.


Color preview on white background

This text has color #01231A on white background.



Black color preview on #01231A background

This text has black color on #01231A background.


White color preview on #01231A background

This text has white color on #01231A background.