COLOR #261009

HEX: #261009
RGB: (38,16,9)

Color info

#261009 contains red, green and blue colors in about the same proportion. Web safe color of #261009 is #330000 (or #300).

RGB color model

#261009 color RGB value is (38,16,9).

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

RGB channels and saturation

R 38 of 255 = 15%
G 16 of 255 = 6%
B 9 of 255 = 4%

38
16
9

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

Portions of RGB colors in percentages

R + G + B =
38 + 16 + 9 = 63 (100%)
R 38 of 63 ~ 60.32%
G 16 of 63 ~ 25.4%
B 9 of 63 ~ 14.29%

%60.32
%25.4
%14.29

CMYK color model

#261009 color CMYK value is (0,58,76,85).

  • cyan value is 0.00%
  • magenta value is 57.89%
  • yellow value is 76.32%
  • key color value is 85.10%
CMYK:
(0,58,76,85)
C0M58Y76K85 
(0%,58%,76%,85%)
(0.00/0.58/0.76/0.85)	

CMYK percentages

%0
%57.89
%76.32
%85.1

Codes

Color #261009 in popluar color models

261009
RGB38169
HSL14°61.70%9.22%
HSB/HSV14°76.32%14.90%
CMYK0.00%57.89%76.32%
85.10%

Color #261009 in popluar number systems.

HEX261009
Decimal38169
Binary100110100001001
Octal462011

Shades and tints

Shades of #261009

#261009
(38,16,9)
#230F09
(35,15,9)
#200E09
(32,14,9)
#1D0D09
(29,13,9)
#1A0C09
(26,12,9)
#170B09
(23,11,9)
#140A09
(20,10,9)
#110909
(17,9,9)
#0E0809
(14,8,9)
#0B0709
(11,7,9)
#080609
(8,6,9)
#000000
(0,0,0)

Tints of #261009

#261009
(38,16,9)
#39251F
(57,37,31)
#4C3A35
(76,58,53)
#5F4F4B
(95,79,75)
#726461
(114,100,97)
#857977
(133,121,119)
#988E8D
(152,142,141)
#ABA3A3
(171,163,163)
#BEB8B9
(190,184,185)
#D1CDCF
(209,205,207)
#E4E2E5
(228,226,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #261009; }

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

This text font color is #261009.


Background Color

.myBgColor { background-color: #261009; }

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

This div background color is #261009.


Border color

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

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

This div border color is #261009.


Opacity

.myOpacity80 { color: #261009; opacity: 0.8; }

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

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

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

This text has shadow with #261009 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #261009 on black background.


Color preview on white background

This text has color #261009 on white background.



Black color preview on #261009 background

This text has black color on #261009 background.


White color preview on #261009 background

This text has white color on #261009 background.