COLOR #260309

HEX: #260309
RGB: (38,3,9)

Color info

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

RGB color model

#260309 color RGB value is (38,3,9).

  • red value is 38;
  • green value is 3;
  • blue value is 9.
RGB:
(38,3,9)
(15%,1%,4%)

RGB channels and saturation

R 38 of 255 = 15%
G 3 of 255 = 1%
B 9 of 255 = 4%

38
3
9

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

Portions of RGB colors in percentages

R + G + B =
38 + 3 + 9 = 50 (100%)
R 38 of 50 ~ 76%
G 3 of 50 ~ 6%
B 9 of 50 ~ 18%

%76
%18

CMYK color model

#260309 color CMYK value is (0,92,76,85).

  • cyan value is 0.00%
  • magenta value is 92.11%
  • yellow value is 76.32%
  • key color value is 85.10%
CMYK:
(0,92,76,85)
C0M92Y76K85 
(0%,92%,76%,85%)
(0.00/0.92/0.76/0.85)	

CMYK percentages

%0
%92.11
%76.32
%85.1

Codes

Color #260309 in popluar color models

260309
RGB3839
HSL350°85.37%8.04%
HSB/HSV350°92.11%14.90%
CMYK0.00%92.11%76.32%
85.10%

Color #260309 in popluar number systems.

HEX260309
Decimal3839
Binary100110111001
Octal46311

Shades and tints

Shades of #260309

#260309
(38,3,9)
#230309
(35,3,9)
#200309
(32,3,9)
#1D0309
(29,3,9)
#1A0309
(26,3,9)
#170309
(23,3,9)
#140309
(20,3,9)
#110309
(17,3,9)
#0E0309
(14,3,9)
#0B0309
(11,3,9)
#080309
(8,3,9)
#000000
(0,0,0)

Tints of #260309

#260309
(38,3,9)
#39191F
(57,25,31)
#4C2F35
(76,47,53)
#5F454B
(95,69,75)
#725B61
(114,91,97)
#857177
(133,113,119)
#98878D
(152,135,141)
#AB9DA3
(171,157,163)
#BEB3B9
(190,179,185)
#D1C9CF
(209,201,207)
#E4DFE5
(228,223,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #260309 color. Also use rgb(38,3,9) instead hex code.

Text Font Color

.myTextColor { color: #260309; }

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

This text font color is #260309.


Background Color

.myBgColor { background-color: #260309; }

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

This div background color is #260309.


Border color

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

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

This div border color is #260309.


Opacity

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

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

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

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

This text has shadow with #260309 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #260309 on black background.


Color preview on white background

This text has color #260309 on white background.



Black color preview on #260309 background

This text has black color on #260309 background.


White color preview on #260309 background

This text has white color on #260309 background.