COLOR #1A1009

HEX: #1A1009
RGB: (26,16,9)

Color info

#1A1009 contains red, green and blue colors in about the same proportion. Web safe color of #1A1009 is #000000 (or #000).

RGB color model

#1A1009 color RGB value is (26,16,9).

  • red value is 26;
  • green value is 16;
  • blue value is 9.
RGB:
(26,16,9)
(10%,6%,4%)

RGB channels and saturation

R 26 of 255 = 10%
G 16 of 255 = 6%
B 9 of 255 = 4%

26
16
9

R + G + B ~ 7%. #1A1009 is dark color.

Portions of RGB colors in percentages

R + G + B =
26 + 16 + 9 = 51 (100%)
R 26 of 51 ~ 50.98%
G 16 of 51 ~ 31.37%
B 9 of 51 ~ 17.65%

%50.98
%31.37
%17.65

CMYK color model

#1A1009 color CMYK value is (0,38,65,90).

  • cyan value is 0.00%
  • magenta value is 38.46%
  • yellow value is 65.38%
  • key color value is 89.80%
CMYK:
(0,38,65,90)
C0M38Y65K90 
(0%,38%,65%,90%)
(0.00/0.38/0.65/0.90)	

CMYK percentages

%0
%38.46
%65.38
%89.8

Codes

Color #1A1009 in popluar color models

1A1009
RGB26169
HSL25°48.57%6.86%
HSB/HSV25°65.38%10.20%
CMYK0.00%38.46%65.38%
89.80%

Color #1A1009 in popluar number systems.

HEX1A1009
Decimal26169
Binary11010100001001
Octal322011

Shades and tints

Shades of #1A1009

#1A1009
(26,16,9)
#180F09
(24,15,9)
#160E09
(22,14,9)
#140D09
(20,13,9)
#120C09
(18,12,9)
#100B09
(16,11,9)
#0E0A09
(14,10,9)
#0C0909
(12,9,9)
#0A0809
(10,8,9)
#080709
(8,7,9)
#060609
(6,6,9)
#000000
(0,0,0)

Tints of #1A1009

#1A1009
(26,16,9)
#2E251F
(46,37,31)
#423A35
(66,58,53)
#564F4B
(86,79,75)
#6A6461
(106,100,97)
#7E7977
(126,121,119)
#928E8D
(146,142,141)
#A6A3A3
(166,163,163)
#BAB8B9
(186,184,185)
#CECDCF
(206,205,207)
#E2E2E5
(226,226,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1A1009 color. Also use rgb(26,16,9) instead hex code.

Text Font Color

.myTextColor { color: #1A1009; }

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

This text font color is #1A1009.


Background Color

.myBgColor { background-color: #1A1009; }

<div style="background-color:#1A1009">Inner text</div>

This div background color is #1A1009.


Border color

.myBorderColor { border: 1px solid #1A1009; }

<div style="border:3px solid #1A1009">Div</div>

This div border color is #1A1009.


Opacity

.myOpacity80 { color: #1A1009; opacity: 0.8; }

<p style="color:#1A1009;opacity:0.8;">80%</p>

Text with #1A1009 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 #1A1009;}

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

This text has shadow with #1A1009 color.

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

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

This text has shadow with #1A1009 primary color and red secondary color.


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

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

This text has shadow with #1A1009 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1A1009 on black background.


Color preview on white background

This text has color #1A1009 on white background.



Black color preview on #1A1009 background

This text has black color on #1A1009 background.


White color preview on #1A1009 background

This text has white color on #1A1009 background.