COLOR #25014A

HEX: #25014A
RGB: (37,1,74)

Color info

#25014A contains mainly red and blue colors. Web safe color of #25014A is #330033 (or #303).

RGB color model

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

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

RGB channels and saturation

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

37
1
74

R + G + B ~ 15%. #25014A is dark color.

Portions of RGB colors in percentages

R + G + B =
37 + 1 + 74 = 112 (100%)
R 37 of 112 ~ 33.04%
G 1 of 112 ~ 0.89%
B 74 of 112 ~ 66.07%

%33.04
%66.07

CMYK color model

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

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

CMYK percentages

%50
%98.65
%0
%70.98

Codes

Color #25014A in popluar color models

25014A
RGB37174
HSL270°97.33%14.71%
HSB/HSV270°98.65%29.02%
CMYK50.00%98.65%0.00%
70.98%

Color #25014A in popluar number systems.

HEX25014A
Decimal37174
Binary10010111001010
Octal451112

Shades and tints

Shades of #25014A

#25014A
(37,1,74)
#220144
(34,1,68)
#1F013E
(31,1,62)
#1C0138
(28,1,56)
#190132
(25,1,50)
#16012C
(22,1,44)
#130126
(19,1,38)
#100120
(16,1,32)
#0D011A
(13,1,26)
#0A0114
(10,1,20)
#07010E
(7,1,14)
#000000
(0,0,0)

Tints of #25014A

#25014A
(37,1,74)
#38185A
(56,24,90)
#4B2F6A
(75,47,106)
#5E467A
(94,70,122)
#715D8A
(113,93,138)
#84749A
(132,116,154)
#978BAA
(151,139,170)
#AAA2BA
(170,162,186)
#BDB9CA
(189,185,202)
#D0D0DA
(208,208,218)
#E3E7EA
(227,231,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #25014A; }

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

This text font color is #25014A.


Background Color

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

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

This div background color is #25014A.


Border color

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

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

This div border color is #25014A.


Opacity

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

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

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

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

This text has shadow with #25014A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #25014A on black background.


Color preview on white background

This text has color #25014A on white background.



Black color preview on #25014A background

This text has black color on #25014A background.


White color preview on #25014A background

This text has white color on #25014A background.