COLOR #09260B

HEX: #09260B RGB: (9,38,11)

Color info

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

RGB color model

#09260B color RGB value is (9,38,11).

RGB: (9,38,11) (4%, 15%, 4%)

RGB channels and saturation

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

9
38
11

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

Portions of RGB colors in percentages

R + G + B = 9 + 38 + 11 = 58 (100%)
R 9 of 58 ~ 15.52%
G 38 of 58 ~ 65.52%
B 11 of 58 ~ 18.97'%

%15.52
%65.52
%18.97

CMYK color model

#09260B color CMYK value is (76,0,71,85).

  • cyan value is 76.32%
  • magenta value is 0.00%
  • yellow value is 71.05%
  • key color value is 85.10%

CMYK: (76,0,71,85)
C76M0Y71K85 (76%, 0%, 71%, 85%)
(0.76 / 0.00 / 0.71 / 0.85)

CMYK percentages

%76.32
%0
%71.05
%85.1

Codes

Color #09260B in popluar color models

09 26 0B
RGB 9 38 11
HSL 124° 61.70% 9.22%
HSB/HSV 124° 76.32% 14.90%
CMYK 76.32% 0.00% 71.05%
85.10%

Color #09260B in popluar number systems.

HEX 09 26 0B
Decimal 9 38 11
Binary 1001 100110 1011
Octal 11 46 13

Shades and tints

Shades of #09260B

#09260B
(9,38,11)
#09230A
(9,35,10)
#092009
(9,32,9)
#091D08
(9,29,8)
#091A07
(9,26,7)
#091706
(9,23,6)
#091405
(9,20,5)
#091104
(9,17,4)
#090E03
(9,14,3)
#090B02
(9,11,2)
#090801
(9,8,1)
#000000
(0,0,0)

Tints of #09260B

#09260B
(9,38,11)
#1F3921
(31,57,33)
#354C37
(53,76,55)
#4B5F4D
(75,95,77)
#617263
(97,114,99)
#778579
(119,133,121)
#8D988F
(141,152,143)
#A3ABA5
(163,171,165)
#B9BEBB
(185,190,187)
#CFD1D1
(207,209,209)
#E5E4E7
(229,228,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #09260B; }

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

This text font color is #09260B.

Background Color

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

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

This div background color is #09260B.

Border color

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

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

This div border color is #09260B.

Opacity

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

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

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

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

This text has shadow with #09260B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #09260B.

Preview

Color preview on black background

This text has color #09260B on black background.


Color preview on white background

This text has color #09260B on white background.


Black color preview on #09260B background

This text has black color on #09260B background.


White color preview on #09260B background

This text has white color on #09260B background.


Related colors

Complementary color

Complementary color for #hex is #F6D9F4.


I love getcolorcode.com

Triadic colors

1 #0B0926 and #260B09 with #09260B are triadic colors.

2 #0B2609 and #26090B with #09260B are triadic colors.