COLOR #25304A

HEX: #25304A
RGB: (37,48,74)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

37
48
74

R + G + B ~ 21%. #25304A is dark color.

Portions of RGB colors in percentages

R + G + B =
37 + 48 + 74 = 159 (100%)
R 37 of 159 ~ 23.27%
G 48 of 159 ~ 30.19%
B 74 of 159 ~ 46.54%

%23.27
%30.19
%46.54

CMYK color model

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

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

CMYK percentages

%50
%35.14
%0
%70.98

Codes

Color #25304A in popluar color models

25304A
RGB374874
HSL222°33.33%21.76%
HSB/HSV222°50.00%29.02%
CMYK50.00%35.14%0.00%
70.98%

Color #25304A in popluar number systems.

HEX25304A
Decimal374874
Binary1001011100001001010
Octal4560112

Shades and tints

Shades of #25304A

#25304A
(37,48,74)
#222C44
(34,44,68)
#1F283E
(31,40,62)
#1C2438
(28,36,56)
#192032
(25,32,50)
#161C2C
(22,28,44)
#131826
(19,24,38)
#101420
(16,20,32)
#0D101A
(13,16,26)
#0A0C14
(10,12,20)
#07080E
(7,8,14)
#000000
(0,0,0)

Tints of #25304A

#25304A
(37,48,74)
#38425A
(56,66,90)
#4B546A
(75,84,106)
#5E667A
(94,102,122)
#71788A
(113,120,138)
#848A9A
(132,138,154)
#979CAA
(151,156,170)
#AAAEBA
(170,174,186)
#BDC0CA
(189,192,202)
#D0D2DA
(208,210,218)
#E3E4EA
(227,228,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #25304A; }

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

This text font color is #25304A.


Background Color

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

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

This div background color is #25304A.


Border color

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

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

This div border color is #25304A.


Opacity

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

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

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

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

This text has shadow with #25304A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #25304A on black background.


Color preview on white background

This text has color #25304A on white background.



Black color preview on #25304A background

This text has black color on #25304A background.


White color preview on #25304A background

This text has white color on #25304A background.