COLOR #260601

HEX: #260601
RGB: (38,6,1)

Color info

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

RGB color model

#260601 color RGB value is (38,6,1).

  • red value is 38;
  • green value is 6;
  • blue value is 1.
RGB:
(38,6,1)
(15%,2%,0%)

RGB channels and saturation

R 38 of 255 = 15%
G 6 of 255 = 2%
B 1 of 255 = 0%

38
6
1

R + G + B ~ 6%. #260601 is dark color.

Portions of RGB colors in percentages

R + G + B =
38 + 6 + 1 = 45 (100%)
R 38 of 45 ~ 84.44%
G 6 of 45 ~ 13.33%
B 1 of 45 ~ 2.22%

%84.44
%13.33

CMYK color model

#260601 color CMYK value is (0,84,97,85).

  • cyan value is 0.00%
  • magenta value is 84.21%
  • yellow value is 97.37%
  • key color value is 85.10%
CMYK:
(0,84,97,85)
C0M84Y97K85 
(0%,84%,97%,85%)
(0.00/0.84/0.97/0.85)	

CMYK percentages

%0
%84.21
%97.37
%85.1

Codes

Color #260601 in popluar color models

260601
RGB3861
HSL94.87%7.65%
HSB/HSV97.37%14.90%
CMYK0.00%84.21%97.37%
85.10%

Color #260601 in popluar number systems.

HEX260601
Decimal3861
Binary1001101101
Octal4661

Shades and tints

Shades of #260601

#260601
(38,6,1)
#230601
(35,6,1)
#200601
(32,6,1)
#1D0601
(29,6,1)
#1A0601
(26,6,1)
#170601
(23,6,1)
#140601
(20,6,1)
#110601
(17,6,1)
#0E0601
(14,6,1)
#0B0601
(11,6,1)
#080601
(8,6,1)
#000000
(0,0,0)

Tints of #260601

#260601
(38,6,1)
#391C18
(57,28,24)
#4C322F
(76,50,47)
#5F4846
(95,72,70)
#725E5D
(114,94,93)
#857474
(133,116,116)
#988A8B
(152,138,139)
#ABA0A2
(171,160,162)
#BEB6B9
(190,182,185)
#D1CCD0
(209,204,208)
#E4E2E7
(228,226,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #260601 color. Also use rgb(38,6,1) instead hex code.

Text Font Color

.myTextColor { color: #260601; }

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

This text font color is #260601.


Background Color

.myBgColor { background-color: #260601; }

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

This div background color is #260601.


Border color

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

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

This div border color is #260601.


Opacity

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

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

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

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

This text has shadow with #260601 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #260601 on black background.


Color preview on white background

This text has color #260601 on white background.



Black color preview on #260601 background

This text has black color on #260601 background.


White color preview on #260601 background

This text has white color on #260601 background.