COLOR #260C17

HEX: #260C17
RGB: (38,12,23)

Color info

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

RGB color model

#260C17 color RGB value is (38,12,23).

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

RGB channels and saturation

R 38 of 255 = 15%
G 12 of 255 = 5%
B 23 of 255 = 9%

38
12
23

R + G + B ~ 10%. #260C17 is dark color.

Portions of RGB colors in percentages

R + G + B =
38 + 12 + 23 = 73 (100%)
R 38 of 73 ~ 52.05%
G 12 of 73 ~ 16.44%
B 23 of 73 ~ 31.51%

%52.05
%16.44
%31.51

CMYK color model

#260C17 color CMYK value is (0,68,39,85).

  • cyan value is 0.00%
  • magenta value is 68.42%
  • yellow value is 39.47%
  • key color value is 85.10%
CMYK:
(0,68,39,85)
C0M68Y39K85 
(0%,68%,39%,85%)
(0.00/0.68/0.39/0.85)	

CMYK percentages

%0
%68.42
%39.47
%85.1

Codes

Color #260C17 in popluar color models

260C17
RGB381223
HSL335°52.00%9.80%
HSB/HSV335°68.42%14.90%
CMYK0.00%68.42%39.47%
85.10%

Color #260C17 in popluar number systems.

HEX260C17
Decimal381223
Binary100110110010111
Octal461427

Shades and tints

Shades of #260C17

#260C17
(38,12,23)
#230B15
(35,11,21)
#200A13
(32,10,19)
#1D0911
(29,9,17)
#1A080F
(26,8,15)
#17070D
(23,7,13)
#14060B
(20,6,11)
#110509
(17,5,9)
#0E0407
(14,4,7)
#0B0305
(11,3,5)
#080203
(8,2,3)
#000000
(0,0,0)

Tints of #260C17

#260C17
(38,12,23)
#39222C
(57,34,44)
#4C3841
(76,56,65)
#5F4E56
(95,78,86)
#72646B
(114,100,107)
#857A80
(133,122,128)
#989095
(152,144,149)
#ABA6AA
(171,166,170)
#BEBCBF
(190,188,191)
#D1D2D4
(209,210,212)
#E4E8E9
(228,232,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #260C17; }

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

This text font color is #260C17.


Background Color

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

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

This div background color is #260C17.


Border color

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

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

This div border color is #260C17.


Opacity

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

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

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

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

This text has shadow with #260C17 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #260C17 on black background.


Color preview on white background

This text has color #260C17 on white background.



Black color preview on #260C17 background

This text has black color on #260C17 background.


White color preview on #260C17 background

This text has white color on #260C17 background.