COLOR #09261A

HEX: #09261A
RGB: (9,38,26)

Color info

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

RGB color model

#09261A color RGB value is (9,38,26).

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

RGB channels and saturation

R 9 of 255 = 4%
G 38 of 255 = 15%
B 26 of 255 = 10%

9
38
26

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

Portions of RGB colors in percentages

R + G + B =
9 + 38 + 26 = 73 (100%)
R 9 of 73 ~ 12.33%
G 38 of 73 ~ 52.05%
B 26 of 73 ~ 35.62%

%12.33
%52.05
%35.62

CMYK color model

#09261A color CMYK value is (76,0,32,85).

  • cyan value is 76.32%
  • magenta value is 0.00%
  • yellow value is 31.58%
  • key color value is 85.10%
CMYK:
(76,0,32,85)
C76M0Y32K85 
(76%,0%,32%,85%)
(0.76/0.00/0.32/0.85)	

CMYK percentages

%76.32
%0
%31.58
%85.1

Codes

Color #09261A in popluar color models

09261A
RGB93826
HSL155°61.70%9.22%
HSB/HSV155°76.32%14.90%
CMYK76.32%0.00%31.58%
85.10%

Color #09261A in popluar number systems.

HEX09261A
Decimal93826
Binary100110011011010
Octal114632

Shades and tints

Shades of #09261A

#09261A
(9,38,26)
#092318
(9,35,24)
#092016
(9,32,22)
#091D14
(9,29,20)
#091A12
(9,26,18)
#091710
(9,23,16)
#09140E
(9,20,14)
#09110C
(9,17,12)
#090E0A
(9,14,10)
#090B08
(9,11,8)
#090806
(9,8,6)
#000000
(0,0,0)

Tints of #09261A

#09261A
(9,38,26)
#1F392E
(31,57,46)
#354C42
(53,76,66)
#4B5F56
(75,95,86)
#61726A
(97,114,106)
#77857E
(119,133,126)
#8D9892
(141,152,146)
#A3ABA6
(163,171,166)
#B9BEBA
(185,190,186)
#CFD1CE
(207,209,206)
#E5E4E2
(229,228,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #09261A color. Also use rgb(9,38,26) instead hex code.

Text Font Color

.myTextColor { color: #09261A; }

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

This text font color is #09261A.


Background Color

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

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

This div background color is #09261A.


Border color

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

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

This div border color is #09261A.


Opacity

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

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

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

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

This text has shadow with #09261A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #09261A on black background.


Color preview on white background

This text has color #09261A on white background.



Black color preview on #09261A background

This text has black color on #09261A background.


White color preview on #09261A background

This text has white color on #09261A background.