COLOR #260C03

HEX: #260C03
RGB: (38,12,3)

Color info

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

RGB color model

#260C03 color RGB value is (38,12,3).

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

RGB channels and saturation

R 38 of 255 = 15%
G 12 of 255 = 5%
B 3 of 255 = 1%

38
12
3

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

Portions of RGB colors in percentages

R + G + B =
38 + 12 + 3 = 53 (100%)
R 38 of 53 ~ 71.7%
G 12 of 53 ~ 22.64%
B 3 of 53 ~ 5.66%

%71.7
%22.64

CMYK color model

#260C03 color CMYK value is (0,68,92,85).

  • cyan value is 0.00%
  • magenta value is 68.42%
  • yellow value is 92.11%
  • key color value is 85.10%
CMYK:
(0,68,92,85)
C0M68Y92K85 
(0%,68%,92%,85%)
(0.00/0.68/0.92/0.85)	

CMYK percentages

%0
%68.42
%92.11
%85.1

Codes

Color #260C03 in popluar color models

260C03
RGB38123
HSL15°85.37%8.04%
HSB/HSV15°92.11%14.90%
CMYK0.00%68.42%92.11%
85.10%

Color #260C03 in popluar number systems.

HEX260C03
Decimal38123
Binary100110110011
Octal46143

Shades and tints

Shades of #260C03

#260C03
(38,12,3)
#230B03
(35,11,3)
#200A03
(32,10,3)
#1D0903
(29,9,3)
#1A0803
(26,8,3)
#170703
(23,7,3)
#140603
(20,6,3)
#110503
(17,5,3)
#0E0403
(14,4,3)
#0B0303
(11,3,3)
#080203
(8,2,3)
#000000
(0,0,0)

Tints of #260C03

#260C03
(38,12,3)
#392219
(57,34,25)
#4C382F
(76,56,47)
#5F4E45
(95,78,69)
#72645B
(114,100,91)
#857A71
(133,122,113)
#989087
(152,144,135)
#ABA69D
(171,166,157)
#BEBCB3
(190,188,179)
#D1D2C9
(209,210,201)
#E4E8DF
(228,232,223)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #260C03; }

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

This text font color is #260C03.


Background Color

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

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

This div background color is #260C03.


Border color

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

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

This div border color is #260C03.


Opacity

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

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

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

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

This text has shadow with #260C03 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #260C03 on black background.


Color preview on white background

This text has color #260C03 on white background.



Black color preview on #260C03 background

This text has black color on #260C03 background.


White color preview on #260C03 background

This text has white color on #260C03 background.