COLOR #25392E

HEX: #25392E RGB: (37,57,46)

Color info

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

RGB color model

#25392E color RGB value is (37,57,46).

RGB: (37,57,46) (15%, 22%, 18%)

RGB channels and saturation

R 37 of 255 = 15%
G 57 of 255 = 22%
B 46 of 255 = 18%

37
57
46

R + G + B ~ 18%. #25392E is dark color.

Portions of RGB colors in percentages

R + G + B = 37 + 57 + 46 = 140 (100%)
R 37 of 140 ~ 26.43%
G 57 of 140 ~ 40.71%
B 46 of 140 ~ 32.86'%

%26.43
%40.71
%32.86

CMYK color model

#25392E color CMYK value is (35,0,19,78).

  • cyan value is 35.09%
  • magenta value is 0.00%
  • yellow value is 19.30%
  • key color value is 77.65%

CMYK: (35,0,19,78)
C35M0Y19K78 (35%, 0%, 19%, 78%)
(0.35 / 0.00 / 0.19 / 0.78)

CMYK percentages

%35.09
%0
%19.3
%77.65

Codes

Color #25392E in popluar color models

25 39 2E
RGB 37 57 46
HSL 147° 21.28% 18.43%
HSB/HSV 147° 35.09% 22.35%
CMYK 35.09% 0.00% 19.30%
77.65%

Color #25392E in popluar number systems.

HEX 25 39 2E
Decimal 37 57 46
Binary 100101 111001 101110
Octal 45 71 56

Shades and tints

Shades of #25392E

#25392E
(37,57,46)
#22342A
(34,52,42)
#1F2F26
(31,47,38)
#1C2A22
(28,42,34)
#19251E
(25,37,30)
#16201A
(22,32,26)
#131B16
(19,27,22)
#101612
(16,22,18)
#0D110E
(13,17,14)
#0A0C0A
(10,12,10)
#070706
(7,7,6)
#000000
(0,0,0)

Tints of #25392E

#25392E
(37,57,46)
#384B41
(56,75,65)
#4B5D54
(75,93,84)
#5E6F67
(94,111,103)
#71817A
(113,129,122)
#84938D
(132,147,141)
#97A5A0
(151,165,160)
#AAB7B3
(170,183,179)
#BDC9C6
(189,201,198)
#D0DBD9
(208,219,217)
#E3EDEC
(227,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #25392E; }

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

This text font color is #25392E.

Background Color

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

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

This div background color is #25392E.

Border color

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

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

This div border color is #25392E.

Opacity

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

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

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

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

This text has shadow with #25392E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #25392E.

Preview

Color preview on black background

This text has color #25392E on black background.


Color preview on white background

This text has color #25392E on white background.


Black color preview on #25392E background

This text has black color on #25392E background.


White color preview on #25392E background

This text has white color on #25392E background.


Related colors

Complementary color

Complementary color for #hex is #DAC6D1.


I love getcolorcode.com

Triadic colors

1 #2E2539 and #392E25 with #25392E are triadic colors.

2 #2E3925 and #39252E with #25392E are triadic colors.