COLOR #260013

HEX: #260013
RGB: (38,0,19)

Color info

#260013 contains only red and blue colors. Web safe color of #260013 is #330000 (or #300).

RGB color model

#260013 color RGB value is (38,0,19).

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

RGB channels and saturation

R 38 of 255 = 15%
G 0 of 255 = 0%
B 19 of 255 = 7%

38
0
19

R + G + B ~ 7%. #260013 is dark color.

Portions of RGB colors in percentages

R + G + B =
38 + 0 + 19 = 57 (100%)
R 38 of 57 ~ 66.67%
G 0 of 57 ~ 0%
B 19 of 57 ~ 33.33%

%66.67
%33.33

CMYK color model

#260013 color CMYK value is (0,100,50,85).

  • cyan value is 0.00%
  • magenta value is 100.00%
  • yellow value is 50.00%
  • key color value is 85.10%
CMYK:
(0,100,50,85)
C0M100Y50K85 
(0%,100%,50%,85%)
(0.00/1.00/0.50/0.85)	

CMYK percentages

%0
%100
%50
%85.1

Codes

Color #260013 in popluar color models

260013
RGB38019
HSL330°100.00%7.45%
HSB/HSV330°100.00%14.90%
CMYK0.00%100.00%50.00%
85.10%

Color #260013 in popluar number systems.

HEX260013
Decimal38019
Binary100110010011
Octal46023

Shades and tints

Shades of #260013

#260013
(38,0,19)
#230012
(35,0,18)
#200011
(32,0,17)
#1D0010
(29,0,16)
#1A000F
(26,0,15)
#17000E
(23,0,14)
#14000D
(20,0,13)
#11000C
(17,0,12)
#0E000B
(14,0,11)
#0B000A
(11,0,10)
#080009
(8,0,9)
#000000
(0,0,0)

Tints of #260013

#260013
(38,0,19)
#391728
(57,23,40)
#4C2E3D
(76,46,61)
#5F4552
(95,69,82)
#725C67
(114,92,103)
#85737C
(133,115,124)
#988A91
(152,138,145)
#ABA1A6
(171,161,166)
#BEB8BB
(190,184,187)
#D1CFD0
(209,207,208)
#E4E6E5
(228,230,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #260013; }

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

This text font color is #260013.


Background Color

.myBgColor { background-color: #260013; }

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

This div background color is #260013.


Border color

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

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

This div border color is #260013.


Opacity

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

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

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

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

This text has shadow with #260013 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #260013 on black background.


Color preview on white background

This text has color #260013 on white background.



Black color preview on #260013 background

This text has black color on #260013 background.


White color preview on #260013 background

This text has white color on #260013 background.