COLOR #260C12

HEX: #260C12
RGB: (38,12,18)

Color info

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

RGB color model

#260C12 color RGB value is (38,12,18).

  • red value is 38;
  • green value is 12;
  • blue value is 18.
RGB:
(38,12,18)
(15%,5%,7%)

RGB channels and saturation

R 38 of 255 = 15%
G 12 of 255 = 5%
B 18 of 255 = 7%

38
12
18

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

Portions of RGB colors in percentages

R + G + B =
38 + 12 + 18 = 68 (100%)
R 38 of 68 ~ 55.88%
G 12 of 68 ~ 17.65%
B 18 of 68 ~ 26.47%

%55.88
%17.65
%26.47

CMYK color model

#260C12 color CMYK value is (0,68,53,85).

  • cyan value is 0.00%
  • magenta value is 68.42%
  • yellow value is 52.63%
  • key color value is 85.10%
CMYK:
(0,68,53,85)
C0M68Y53K85 
(0%,68%,53%,85%)
(0.00/0.68/0.53/0.85)	

CMYK percentages

%0
%68.42
%52.63
%85.1

Codes

Color #260C12 in popluar color models

260C12
RGB381218
HSL346°52.00%9.80%
HSB/HSV346°68.42%14.90%
CMYK0.00%68.42%52.63%
85.10%

Color #260C12 in popluar number systems.

HEX260C12
Decimal381218
Binary100110110010010
Octal461422

Shades and tints

Shades of #260C12

#260C12
(38,12,18)
#230B11
(35,11,17)
#200A10
(32,10,16)
#1D090F
(29,9,15)
#1A080E
(26,8,14)
#17070D
(23,7,13)
#14060C
(20,6,12)
#11050B
(17,5,11)
#0E040A
(14,4,10)
#0B0309
(11,3,9)
#080208
(8,2,8)
#000000
(0,0,0)

Tints of #260C12

#260C12
(38,12,18)
#392227
(57,34,39)
#4C383C
(76,56,60)
#5F4E51
(95,78,81)
#726466
(114,100,102)
#857A7B
(133,122,123)
#989090
(152,144,144)
#ABA6A5
(171,166,165)
#BEBCBA
(190,188,186)
#D1D2CF
(209,210,207)
#E4E8E4
(228,232,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #260C12 color. Also use rgb(38,12,18) instead hex code.

Text Font Color

.myTextColor { color: #260C12; }

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

This text font color is #260C12.


Background Color

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

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

This div background color is #260C12.


Border color

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

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

This div border color is #260C12.


Opacity

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

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

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

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

This text has shadow with #260C12 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #260C12 on black background.


Color preview on white background

This text has color #260C12 on white background.



Black color preview on #260C12 background

This text has black color on #260C12 background.


White color preview on #260C12 background

This text has white color on #260C12 background.