COLOR #25261A

HEX: #25261A RGB: (37,38,26)

Color info

#25261A contains red, green and blue colors in about the same proportion. Web safe color of #25261A is #333300 (or #330).

RGB color model

#25261A color RGB value is (37,38,26).

RGB: (37,38,26) (15%, 15%, 10%)

RGB channels and saturation

R 37 of 255 = 15%
G 38 of 255 = 15%
B 26 of 255 = 10%

37
38
26

R + G + B ~ 13%. #25261A is dark color.

Portions of RGB colors in percentages

R + G + B = 37 + 38 + 26 = 101 (100%)
R 37 of 101 ~ 36.63%
G 38 of 101 ~ 37.62%
B 26 of 101 ~ 25.74'%

%36.63
%37.62
%25.74

CMYK color model

#25261A color CMYK value is (3,0,32,85).

  • cyan value is 2.63%
  • magenta value is 0.00%
  • yellow value is 31.58%
  • key color value is 85.10%

CMYK: (3,0,32,85)
C3M0Y32K85 (3%, 0%, 32%, 85%)
(0.03 / 0.00 / 0.32 / 0.85)

CMYK percentages

%2.63
%0
%31.58
%85.1

Codes

Color #25261A in popluar color models

25 26 1A
RGB 37 38 26
HSL 65° 18.75% 12.55%
HSB/HSV 65° 31.58% 14.90%
CMYK 2.63% 0.00% 31.58%
85.10%

Color #25261A in popluar number systems.

HEX 25 26 1A
Decimal 37 38 26
Binary 100101 100110 11010
Octal 45 46 32

Shades and tints

Shades of #25261A

#25261A
(37,38,26)
#222318
(34,35,24)
#1F2016
(31,32,22)
#1C1D14
(28,29,20)
#191A12
(25,26,18)
#161710
(22,23,16)
#13140E
(19,20,14)
#10110C
(16,17,12)
#0D0E0A
(13,14,10)
#0A0B08
(10,11,8)
#070806
(7,8,6)
#000000
(0,0,0)

Tints of #25261A

#25261A
(37,38,26)
#38392E
(56,57,46)
#4B4C42
(75,76,66)
#5E5F56
(94,95,86)
#71726A
(113,114,106)
#84857E
(132,133,126)
#979892
(151,152,146)
#AAABA6
(170,171,166)
#BDBEBA
(189,190,186)
#D0D1CE
(208,209,206)
#E3E4E2
(227,228,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #25261A; }

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

This text font color is #25261A.

Background Color

.myBgColor { background-color: #25261A; }

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

This div background color is #25261A.

Border color

.myBorderColor { border: 1px solid #25261A; }

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

This div border color is #25261A.

Opacity

.myOpacity80 { color: #25261A; opacity: 0.8; }

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

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

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

This text has shadow with #25261A color.


.textShadow {text-shadow: 3px 3px 1px #25261A', 3px 3px 1px red;}

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

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


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

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

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

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #25261A; -webkit-box-shadow: 1px 1px 3px 2px #25261A; box-shadow:1px 1px 3px 2px #25261A;">
Div content here
</div>

This div box has shadow with color #25261A.

Preview

Color preview on black background

This text has color #25261A on black background.


Color preview on white background

This text has color #25261A on white background.


Black color preview on #25261A background

This text has black color on #25261A background.


White color preview on #25261A background

This text has white color on #25261A background.


Related colors

Complementary color

Complementary color for #hex is #DAD9E5.


I love getcolorcode.com

Triadic colors

1 #1A2526 and #261A25 with #25261A are triadic colors.

2 #1A2625 and #26251A with #25261A are triadic colors.