COLOR #260425

HEX: #260425
RGB: (38,4,37)

Color info

#260425 contains red, green and blue colors in about the same proportion. Web safe color of #260425 is #330033 (or #303).

RGB color model

#260425 color RGB value is (38,4,37).

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

RGB channels and saturation

R 38 of 255 = 15%
G 4 of 255 = 2%
B 37 of 255 = 15%

38
4
37

R + G + B ~ 11%. #260425 is dark color.

Portions of RGB colors in percentages

R + G + B =
38 + 4 + 37 = 79 (100%)
R 38 of 79 ~ 48.1%
G 4 of 79 ~ 5.06%
B 37 of 79 ~ 46.84%

%48.1
%46.84

CMYK color model

#260425 color CMYK value is (0,89,3,85).

  • cyan value is 0.00%
  • magenta value is 89.47%
  • yellow value is 2.63%
  • key color value is 85.10%
CMYK:
(0,89,3,85)
C0M89Y3K85 
(0%,89%,3%,85%)
(0.00/0.89/0.03/0.85)	

CMYK percentages

%0
%89.47
%2.63
%85.1

Codes

Color #260425 in popluar color models

260425
RGB38437
HSL302°80.95%8.24%
HSB/HSV302°89.47%14.90%
CMYK0.00%89.47%2.63%
85.10%

Color #260425 in popluar number systems.

HEX260425
Decimal38437
Binary100110100100101
Octal46445

Shades and tints

Shades of #260425

#260425
(38,4,37)
#230422
(35,4,34)
#20041F
(32,4,31)
#1D041C
(29,4,28)
#1A0419
(26,4,25)
#170416
(23,4,22)
#140413
(20,4,19)
#110410
(17,4,16)
#0E040D
(14,4,13)
#0B040A
(11,4,10)
#080407
(8,4,7)
#000000
(0,0,0)

Tints of #260425

#260425
(38,4,37)
#391A38
(57,26,56)
#4C304B
(76,48,75)
#5F465E
(95,70,94)
#725C71
(114,92,113)
#857284
(133,114,132)
#988897
(152,136,151)
#AB9EAA
(171,158,170)
#BEB4BD
(190,180,189)
#D1CAD0
(209,202,208)
#E4E0E3
(228,224,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #260425 color. Also use rgb(38,4,37) instead hex code.

Text Font Color

.myTextColor { color: #260425; }

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

This text font color is #260425.


Background Color

.myBgColor { background-color: #260425; }

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

This div background color is #260425.


Border color

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

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

This div border color is #260425.


Opacity

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

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

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

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

This text has shadow with #260425 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #260425 on black background.


Color preview on white background

This text has color #260425 on white background.



Black color preview on #260425 background

This text has black color on #260425 background.


White color preview on #260425 background

This text has white color on #260425 background.