COLOR #25242E

HEX: #25242E RGB: (37,36,46)

Color info

#25242E contains red, green and blue colors in about the same proportion. Web safe color of #25242E is #333333 (or #333).

RGB color model

#25242E color RGB value is (37,36,46).

RGB: (37,36,46) (15%, 14%, 18%)

RGB channels and saturation

R 37 of 255 = 15%
G 36 of 255 = 14%
B 46 of 255 = 18%

37
36
46

R + G + B ~ 16%. #25242E is dark color.

Portions of RGB colors in percentages

R + G + B = 37 + 36 + 46 = 119 (100%)
R 37 of 119 ~ 31.09%
G 36 of 119 ~ 30.25%
B 46 of 119 ~ 38.66'%

%31.09
%30.25
%38.66

CMYK color model

#25242E color CMYK value is (20,22,0,82).

  • cyan value is 19.57%
  • magenta value is 21.74%
  • yellow value is 0.00%
  • key color value is 81.96%
CMYK: (20,22,0,82) C20M22Y0K82 (20%,22%,0%,82%) (0.20/0.22/0.00/0.82) 

CMYK percentages

%19.57
%21.74
%0
%81.96

Codes

Color #25242E in popluar color models

25 24 2E
RGB 37 36 46
HSL 246° 12.20% 16.08%
HSB/HSV 246° 21.74% 18.04%
CMYK 19.57% 21.74% 0.00%
81.96%

Color #25242E in popluar number systems.

HEX 25 24 2E
Decimal 37 36 46
Binary 100101 100100 101110
Octal 45 44 56

Shades and tints

Shades of #25242E

#25242E
(37,36,46)
#22212A
(34,33,42)
#1F1E26
(31,30,38)
#1C1B22
(28,27,34)
#19181E
(25,24,30)
#16151A
(22,21,26)
#131216
(19,18,22)
#100F12
(16,15,18)
#0D0C0E
(13,12,14)
#0A090A
(10,9,10)
#070606
(7,6,6)
#000000
(0,0,0)

Tints of #25242E

#25242E
(37,36,46)
#383741
(56,55,65)
#4B4A54
(75,74,84)
#5E5D67
(94,93,103)
#71707A
(113,112,122)
#84838D
(132,131,141)
#9796A0
(151,150,160)
#AAA9B3
(170,169,179)
#BDBCC6
(189,188,198)
#D0CFD9
(208,207,217)
#E3E2EC
(227,226,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #25242E color. Also use rgb(37,36,46) instead hex code.

Text Font Color

.myTextColor { color: #25242E; }

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

This text font color is #25242E.

Background Color

.myBgColor { background-color: #25242E; }

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

This div background color is #25242E.

Border color

.myBorderColor { border: 1px solid #25242E; }

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

This div border color is #25242E.

Opacity

.myOpacity80 { color: #25242E; opacity: 0.8; }

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

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

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

This text has shadow with #25242E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #25242E.

Preview

Color preview on black background

This text has color #25242E on black background.


Color preview on white background

This text has color #25242E on white background.


Black color preview on #25242E background

This text has black color on #25242E background.


White color preview on #25242E background

This text has white color on #25242E background.


Related colors

Complementary color

Complementary color for #hex is #DADBD1.


I love getcolorcode.com

Triadic colors

1 #2E2524 and #242E25 with #25242E are triadic colors.

2 #2E2425 and #24252E with #25242E are triadic colors.