COLOR #260A13

HEX: #260A13
RGB: (38,10,19)

Color info

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

RGB color model

#260A13 color RGB value is (38,10,19).

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

RGB channels and saturation

R 38 of 255 = 15%
G 10 of 255 = 4%
B 19 of 255 = 7%

38
10
19

R + G + B ~ 9%. #260A13 is dark color.

Portions of RGB colors in percentages

R + G + B =
38 + 10 + 19 = 67 (100%)
R 38 of 67 ~ 56.72%
G 10 of 67 ~ 14.93%
B 19 of 67 ~ 28.36%

%56.72
%14.93
%28.36

CMYK color model

#260A13 color CMYK value is (0,74,50,85).

  • cyan value is 0.00%
  • magenta value is 73.68%
  • yellow value is 50.00%
  • key color value is 85.10%
CMYK:
(0,74,50,85)
C0M74Y50K85 
(0%,74%,50%,85%)
(0.00/0.74/0.50/0.85)	

CMYK percentages

%0
%73.68
%50
%85.1

Codes

Color #260A13 in popluar color models

260A13
RGB381019
HSL341°58.33%9.41%
HSB/HSV341°73.68%14.90%
CMYK0.00%73.68%50.00%
85.10%

Color #260A13 in popluar number systems.

HEX260A13
Decimal381019
Binary100110101010011
Octal461223

Shades and tints

Shades of #260A13

#260A13
(38,10,19)
#230A12
(35,10,18)
#200A11
(32,10,17)
#1D0A10
(29,10,16)
#1A0A0F
(26,10,15)
#170A0E
(23,10,14)
#140A0D
(20,10,13)
#110A0C
(17,10,12)
#0E0A0B
(14,10,11)
#0B0A0A
(11,10,10)
#080A09
(8,10,9)
#000000
(0,0,0)

Tints of #260A13

#260A13
(38,10,19)
#392028
(57,32,40)
#4C363D
(76,54,61)
#5F4C52
(95,76,82)
#726267
(114,98,103)
#85787C
(133,120,124)
#988E91
(152,142,145)
#ABA4A6
(171,164,166)
#BEBABB
(190,186,187)
#D1D0D0
(209,208,208)
#E4E6E5
(228,230,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #260A13 color. Also use rgb(38,10,19) instead hex code.

Text Font Color

.myTextColor { color: #260A13; }

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

This text font color is #260A13.


Background Color

.myBgColor { background-color: #260A13; }

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

This div background color is #260A13.


Border color

.myBorderColor { border: 1px solid #260A13; }

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

This div border color is #260A13.


Opacity

.myOpacity80 { color: #260A13; opacity: 0.8; }

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

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

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

This text has shadow with #260A13 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #260A13 on black background.


Color preview on white background

This text has color #260A13 on white background.



Black color preview on #260A13 background

This text has black color on #260A13 background.


White color preview on #260A13 background

This text has white color on #260A13 background.