COLOR #01260A

HEX: #01260A RGB: (1,38,10)

Color info

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

RGB color model

#01260A color RGB value is (1,38,10).

RGB: (1,38,10) (0%, 15%, 4%)

RGB channels and saturation

R 1 of 255 = 0%
G 38 of 255 = 15%
B 10 of 255 = 4%

1
38
10

R + G + B ~ 6%. #01260A is dark color.

Portions of RGB colors in percentages

R + G + B = 1 + 38 + 10 = 49 (100%)
R 1 of 49 ~ 2.04%
G 38 of 49 ~ 77.55%
B 10 of 49 ~ 20.41'%

%77.55
%20.41

CMYK color model

#01260A color CMYK value is (97,0,74,85).

  • cyan value is 97.37%
  • magenta value is 0.00%
  • yellow value is 73.68%
  • key color value is 85.10%

CMYK: (97,0,74,85)
C97M0Y74K85 (97%, 0%, 74%, 85%)
(0.97 / 0.00 / 0.74 / 0.85)

CMYK percentages

%97.37
%0
%73.68
%85.1

Codes

Color #01260A in popluar color models

01 26 0A
RGB 1 38 10
HSL 135° 94.87% 7.65%
HSB/HSV 135° 97.37% 14.90%
CMYK 97.37% 0.00% 73.68%
85.10%

Color #01260A in popluar number systems.

HEX 01 26 0A
Decimal 1 38 10
Binary 1 100110 1010
Octal 1 46 12

Shades and tints

Shades of #01260A

#01260A
(1,38,10)
#01230A
(1,35,10)
#01200A
(1,32,10)
#011D0A
(1,29,10)
#011A0A
(1,26,10)
#01170A
(1,23,10)
#01140A
(1,20,10)
#01110A
(1,17,10)
#010E0A
(1,14,10)
#010B0A
(1,11,10)
#01080A
(1,8,10)
#000000
(0,0,0)

Tints of #01260A

#01260A
(1,38,10)
#183920
(24,57,32)
#2F4C36
(47,76,54)
#465F4C
(70,95,76)
#5D7262
(93,114,98)
#748578
(116,133,120)
#8B988E
(139,152,142)
#A2ABA4
(162,171,164)
#B9BEBA
(185,190,186)
#D0D1D0
(208,209,208)
#E7E4E6
(231,228,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #01260A color. Also use rgb(1,38,10) instead hex code.

Text Font Color

.myTextColor { color: #01260A; }

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

This text font color is #01260A.

Background Color

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

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

This div background color is #01260A.

Border color

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

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

This div border color is #01260A.

Opacity

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

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

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

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

This text has shadow with #01260A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #01260A.

Preview

Color preview on black background

This text has color #01260A on black background.


Color preview on white background

This text has color #01260A on white background.


Black color preview on #01260A background

This text has black color on #01260A background.


White color preview on #01260A background

This text has white color on #01260A background.


Related colors

Complementary color

Complementary color for #hex is #FED9F5.


I love getcolorcode.com

Triadic colors

1 #0A0126 and #260A01 with #01260A are triadic colors.

2 #0A2601 and #26010A with #01260A are triadic colors.