COLOR #25382E

HEX: #25382E RGB: (37,56,46)

Color info

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

RGB color model

#25382E color RGB value is (37,56,46).

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

RGB channels and saturation

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

37
56
46

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

Portions of RGB colors in percentages

R + G + B = 37 + 56 + 46 = 139 (100%)
R 37 of 139 ~ 26.62%
G 56 of 139 ~ 40.29%
B 46 of 139 ~ 33.09'%

%26.62
%40.29
%33.09

CMYK color model

#25382E color CMYK value is (34,0,18,78).

  • cyan value is 33.93%
  • magenta value is 0.00%
  • yellow value is 17.86%
  • key color value is 78.04%

CMYK: (34,0,18,78)
C34M0Y18K78 (34%, 0%, 18%, 78%)
(0.34 / 0.00 / 0.18 / 0.78)

CMYK percentages

%33.93
%0
%17.86
%78.04

Codes

Color #25382E in popluar color models

25 38 2E
RGB 37 56 46
HSL 148° 20.43% 18.24%
HSB/HSV 148° 33.93% 21.96%
CMYK 33.93% 0.00% 17.86%
78.04%

Color #25382E in popluar number systems.

HEX 25 38 2E
Decimal 37 56 46
Binary 100101 111000 101110
Octal 45 70 56

Shades and tints

Shades of #25382E

#25382E
(37,56,46)
#22332A
(34,51,42)
#1F2E26
(31,46,38)
#1C2922
(28,41,34)
#19241E
(25,36,30)
#161F1A
(22,31,26)
#131A16
(19,26,22)
#101512
(16,21,18)
#0D100E
(13,16,14)
#0A0B0A
(10,11,10)
#070606
(7,6,6)
#000000
(0,0,0)

Tints of #25382E

#25382E
(37,56,46)
#384A41
(56,74,65)
#4B5C54
(75,92,84)
#5E6E67
(94,110,103)
#71807A
(113,128,122)
#84928D
(132,146,141)
#97A4A0
(151,164,160)
#AAB6B3
(170,182,179)
#BDC8C6
(189,200,198)
#D0DAD9
(208,218,217)
#E3ECEC
(227,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #25382E; }

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

This text font color is #25382E.

Background Color

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

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

This div background color is #25382E.

Border color

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

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

This div border color is #25382E.

Opacity

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

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

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

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

This text has shadow with #25382E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #25382E.

Preview

Color preview on black background

This text has color #25382E on black background.


Color preview on white background

This text has color #25382E on white background.


Black color preview on #25382E background

This text has black color on #25382E background.


White color preview on #25382E background

This text has white color on #25382E background.


Related colors

Complementary color

Complementary color for #hex is #DAC7D1.


I love getcolorcode.com

Triadic colors

1 #2E2538 and #382E25 with #25382E are triadic colors.

2 #2E3825 and #38252E with #25382E are triadic colors.