COLOR #25241A

HEX: #25241A RGB: (37,36,26)

Color info

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

RGB color model

#25241A color RGB value is (37,36,26).

RGB: (37,36,26) (15%, 14%, 10%)

RGB channels and saturation

R 37 of 255 = 15%
G 36 of 255 = 14%
B 26 of 255 = 10%

37
36
26

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

Portions of RGB colors in percentages

R + G + B = 37 + 36 + 26 = 99 (100%)
R 37 of 99 ~ 37.37%
G 36 of 99 ~ 36.36%
B 26 of 99 ~ 26.26'%

%37.37
%36.36
%26.26

CMYK color model

#25241A color CMYK value is (0,3,30,85).

  • cyan value is 0.00%
  • magenta value is 2.70%
  • yellow value is 29.73%
  • key color value is 85.49%

CMYK: (0,3,30,85)
C0M3Y30K85 (0%, 3%, 30%, 85%)
(0.00 / 0.03 / 0.30 / 0.85)

CMYK percentages

%0
%2.7
%29.73
%85.49

Codes

Color #25241A in popluar color models

25 24 1A
RGB 37 36 26
HSL 55° 17.46% 12.35%
HSB/HSV 55° 29.73% 14.51%
CMYK 0.00% 2.70% 29.73%
85.49%

Color #25241A in popluar number systems.

HEX 25 24 1A
Decimal 37 36 26
Binary 100101 100100 11010
Octal 45 44 32

Shades and tints

Shades of #25241A

#25241A
(37,36,26)
#222118
(34,33,24)
#1F1E16
(31,30,22)
#1C1B14
(28,27,20)
#191812
(25,24,18)
#161510
(22,21,16)
#13120E
(19,18,14)
#100F0C
(16,15,12)
#0D0C0A
(13,12,10)
#0A0908
(10,9,8)
#070606
(7,6,6)
#000000
(0,0,0)

Tints of #25241A

#25241A
(37,36,26)
#38372E
(56,55,46)
#4B4A42
(75,74,66)
#5E5D56
(94,93,86)
#71706A
(113,112,106)
#84837E
(132,131,126)
#979692
(151,150,146)
#AAA9A6
(170,169,166)
#BDBCBA
(189,188,186)
#D0CFCE
(208,207,206)
#E3E2E2
(227,226,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #25241A; }

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

This text font color is #25241A.

Background Color

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

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

This div background color is #25241A.

Border color

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

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

This div border color is #25241A.

Opacity

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

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

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

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

This text has shadow with #25241A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #25241A.

Preview

Color preview on black background

This text has color #25241A on black background.


Color preview on white background

This text has color #25241A on white background.


Black color preview on #25241A background

This text has black color on #25241A background.


White color preview on #25241A background

This text has white color on #25241A background.


Related colors

Complementary color

Complementary color for #hex is #DADBE5.


I love getcolorcode.com

Triadic colors

1 #1A2524 and #241A25 with #25241A are triadic colors.

2 #1A2425 and #24251A with #25241A are triadic colors.