COLOR #25204E

HEX: #25204E RGB: (37,32,78)

Color info

#25204E contains red, green and blue colors in about the same proportion. Web safe color of #25204E is #333366 (or #336).

RGB color model

#25204E color RGB value is (37,32,78).

RGB: (37,32,78) (15%, 13%, 31%)

RGB channels and saturation

R 37 of 255 = 15%
G 32 of 255 = 13%
B 78 of 255 = 31%

37
32
78

R + G + B ~ 20%. #25204E is dark color.

Portions of RGB colors in percentages

R + G + B = 37 + 32 + 78 = 147 (100%)
R 37 of 147 ~ 25.17%
G 32 of 147 ~ 21.77%
B 78 of 147 ~ 53.06'%

%25.17
%21.77
%53.06

CMYK color model

#25204E color CMYK value is (53,59,0,69).

  • cyan value is 52.56%
  • magenta value is 58.97%
  • yellow value is 0.00%
  • key color value is 69.41%

CMYK: (53,59,0,69)
C53M59Y0K69 (53%, 59%, 0%, 69%)
(0.53 / 0.59 / 0.00 / 0.69)

CMYK percentages

%52.56
%58.97
%0
%69.41

Codes

Color #25204E in popluar color models

25 20 4E
RGB 37 32 78
HSL 247° 41.82% 21.57%
HSB/HSV 247° 58.97% 30.59%
CMYK 52.56% 58.97% 0.00%
69.41%

Color #25204E in popluar number systems.

HEX 25 20 4E
Decimal 37 32 78
Binary 100101 100000 1001110
Octal 45 40 116

Shades and tints

Shades of #25204E

#25204E
(37,32,78)
#221E47
(34,30,71)
#1F1C40
(31,28,64)
#1C1A39
(28,26,57)
#191832
(25,24,50)
#16162B
(22,22,43)
#131424
(19,20,36)
#10121D
(16,18,29)
#0D1016
(13,16,22)
#0A0E0F
(10,14,15)
#070C08
(7,12,8)
#000000
(0,0,0)

Tints of #25204E

#25204E
(37,32,78)
#38345E
(56,52,94)
#4B486E
(75,72,110)
#5E5C7E
(94,92,126)
#71708E
(113,112,142)
#84849E
(132,132,158)
#9798AE
(151,152,174)
#AAACBE
(170,172,190)
#BDC0CE
(189,192,206)
#D0D4DE
(208,212,222)
#E3E8EE
(227,232,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #25204E color. Also use rgb(37,32,78) instead hex code.

Text Font Color

.myTextColor { color: #25204E; }

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

This text font color is #25204E.

Background Color

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

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

This div background color is #25204E.

Border color

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

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

This div border color is #25204E.

Opacity

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

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

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

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

This text has shadow with #25204E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #25204E.

Preview

Color preview on black background

This text has color #25204E on black background.


Color preview on white background

This text has color #25204E on white background.


Black color preview on #25204E background

This text has black color on #25204E background.


White color preview on #25204E background

This text has white color on #25204E background.


Related colors

Complementary color

Complementary color for #hex is #DADFB1.


I love getcolorcode.com

Triadic colors

1 #4E2520 and #204E25 with #25204E are triadic colors.

2 #4E2025 and #20254E with #25204E are triadic colors.