COLOR #09260A

HEX: #09260A
RGB: (9,38,10)

Color info

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

RGB color model

#09260A color RGB value is (9,38,10).

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

RGB channels and saturation

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

9
38
10

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

Portions of RGB colors in percentages

R + G + B =
9 + 38 + 10 = 57 (100%)
R 9 of 57 ~ 15.79%
G 38 of 57 ~ 66.67%
B 10 of 57 ~ 17.54%

%15.79
%66.67
%17.54

CMYK color model

#09260A color CMYK value is (76,0,74,85).

  • cyan value is 76.32%
  • magenta value is 0.00%
  • yellow value is 73.68%
  • key color value is 85.10%
CMYK:
(76,0,74,85)
C76M0Y74K85 
(76%,0%,74%,85%)
(0.76/0.00/0.74/0.85)	

CMYK percentages

%76.32
%0
%73.68
%85.1

Codes

Color #09260A in popluar color models

09260A
RGB93810
HSL122°61.70%9.22%
HSB/HSV122°76.32%14.90%
CMYK76.32%0.00%73.68%
85.10%

Color #09260A in popluar number systems.

HEX09260A
Decimal93810
Binary10011001101010
Octal114612

Shades and tints

Shades of #09260A

#09260A
(9,38,10)
#09230A
(9,35,10)
#09200A
(9,32,10)
#091D0A
(9,29,10)
#091A0A
(9,26,10)
#09170A
(9,23,10)
#09140A
(9,20,10)
#09110A
(9,17,10)
#090E0A
(9,14,10)
#090B0A
(9,11,10)
#09080A
(9,8,10)
#000000
(0,0,0)

Tints of #09260A

#09260A
(9,38,10)
#1F3920
(31,57,32)
#354C36
(53,76,54)
#4B5F4C
(75,95,76)
#617262
(97,114,98)
#778578
(119,133,120)
#8D988E
(141,152,142)
#A3ABA4
(163,171,164)
#B9BEBA
(185,190,186)
#CFD1D0
(207,209,208)
#E5E4E6
(229,228,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #09260A; }

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

This text font color is #09260A.


Background Color

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

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

This div background color is #09260A.


Border color

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

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

This div border color is #09260A.


Opacity

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

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

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

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

This text has shadow with #09260A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #09260A on black background.


Color preview on white background

This text has color #09260A on white background.



Black color preview on #09260A background

This text has black color on #09260A background.


White color preview on #09260A background

This text has white color on #09260A background.