COLOR #25254A

HEX: #25254A
RGB: (37,37,74)

Color info

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

RGB color model

#25254A color RGB value is (37,37,74).

  • red value is 37;
  • green value is 37;
  • blue value is 74.
RGB:
(37,37,74)
(15%,15%,29%)

RGB channels and saturation

R 37 of 255 = 15%
G 37 of 255 = 15%
B 74 of 255 = 29%

37
37
74

R + G + B ~ 20%. #25254A is dark color.

Portions of RGB colors in percentages

R + G + B =
37 + 37 + 74 = 148 (100%)
R 37 of 148 ~ 25%
G 37 of 148 ~ 25%
B 74 of 148 ~ 50%

%25
%25
%50

CMYK color model

#25254A color CMYK value is (50,50,0,71).

  • cyan value is 50.00%
  • magenta value is 50.00%
  • yellow value is 0.00%
  • key color value is 70.98%
CMYK:
(50,50,0,71)
C50M50Y0K71 
(50%,50%,0%,71%)
(0.50/0.50/0.00/0.71)	

CMYK percentages

%50
%50
%0
%70.98

Codes

Color #25254A in popluar color models

25254A
RGB373774
HSL240°33.33%21.76%
HSB/HSV240°50.00%29.02%
CMYK50.00%50.00%0.00%
70.98%

Color #25254A in popluar number systems.

HEX25254A
Decimal373774
Binary1001011001011001010
Octal4545112

Shades and tints

Shades of #25254A

#25254A
(37,37,74)
#222244
(34,34,68)
#1F1F3E
(31,31,62)
#1C1C38
(28,28,56)
#191932
(25,25,50)
#16162C
(22,22,44)
#131326
(19,19,38)
#101020
(16,16,32)
#0D0D1A
(13,13,26)
#0A0A14
(10,10,20)
#07070E
(7,7,14)
#000000
(0,0,0)

Tints of #25254A

#25254A
(37,37,74)
#38385A
(56,56,90)
#4B4B6A
(75,75,106)
#5E5E7A
(94,94,122)
#71718A
(113,113,138)
#84849A
(132,132,154)
#9797AA
(151,151,170)
#AAAABA
(170,170,186)
#BDBDCA
(189,189,202)
#D0D0DA
(208,208,218)
#E3E3EA
(227,227,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #25254A; }

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

This text font color is #25254A.


Background Color

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

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

This div background color is #25254A.


Border color

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

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

This div border color is #25254A.


Opacity

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

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

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

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

This text has shadow with #25254A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #25254A on black background.


Color preview on white background

This text has color #25254A on white background.



Black color preview on #25254A background

This text has black color on #25254A background.


White color preview on #25254A background

This text has white color on #25254A background.