COLOR #260B06

HEX: #260B06
RGB: (38,11,6)

Color info

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

RGB color model

#260B06 color RGB value is (38,11,6).

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

RGB channels and saturation

R 38 of 255 = 15%
G 11 of 255 = 4%
B 6 of 255 = 2%

38
11
6

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

Portions of RGB colors in percentages

R + G + B =
38 + 11 + 6 = 55 (100%)
R 38 of 55 ~ 69.09%
G 11 of 55 ~ 20%
B 6 of 55 ~ 10.91%

%69.09
%20
%10.91

CMYK color model

#260B06 color CMYK value is (0,71,84,85).

  • cyan value is 0.00%
  • magenta value is 71.05%
  • yellow value is 84.21%
  • key color value is 85.10%
CMYK:
(0,71,84,85)
C0M71Y84K85 
(0%,71%,84%,85%)
(0.00/0.71/0.84/0.85)	

CMYK percentages

%0
%71.05
%84.21
%85.1

Codes

Color #260B06 in popluar color models

260B06
RGB38116
HSL72.73%8.63%
HSB/HSV84.21%14.90%
CMYK0.00%71.05%84.21%
85.10%

Color #260B06 in popluar number systems.

HEX260B06
Decimal38116
Binary1001101011110
Octal46136

Shades and tints

Shades of #260B06

#260B06
(38,11,6)
#230A06
(35,10,6)
#200906
(32,9,6)
#1D0806
(29,8,6)
#1A0706
(26,7,6)
#170606
(23,6,6)
#140506
(20,5,6)
#110406
(17,4,6)
#0E0306
(14,3,6)
#0B0206
(11,2,6)
#080106
(8,1,6)
#000000
(0,0,0)

Tints of #260B06

#260B06
(38,11,6)
#39211C
(57,33,28)
#4C3732
(76,55,50)
#5F4D48
(95,77,72)
#72635E
(114,99,94)
#857974
(133,121,116)
#988F8A
(152,143,138)
#ABA5A0
(171,165,160)
#BEBBB6
(190,187,182)
#D1D1CC
(209,209,204)
#E4E7E2
(228,231,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #260B06; }

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

This text font color is #260B06.


Background Color

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

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

This div background color is #260B06.


Border color

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

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

This div border color is #260B06.


Opacity

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

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

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

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

This text has shadow with #260B06 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #260B06 on black background.


Color preview on white background

This text has color #260B06 on white background.



Black color preview on #260B06 background

This text has black color on #260B06 background.


White color preview on #260B06 background

This text has white color on #260B06 background.