COLOR #25023A

HEX: #25023A
RGB: (37,2,58)

Color info

#25023A contains red, green and blue colors in about the same proportion. Web safe color of #25023A is #330033 (or #303).

RGB color model

#25023A color RGB value is (37,2,58).

  • red value is 37;
  • green value is 2;
  • blue value is 58.
RGB:
(37,2,58)
(15%,1%,23%)

RGB channels and saturation

R 37 of 255 = 15%
G 2 of 255 = 1%
B 58 of 255 = 23%

37
2
58

R + G + B ~ 13%. #25023A is dark color.

Portions of RGB colors in percentages

R + G + B =
37 + 2 + 58 = 97 (100%)
R 37 of 97 ~ 38.14%
G 2 of 97 ~ 2.06%
B 58 of 97 ~ 59.79%

%38.14
%59.79

CMYK color model

#25023A color CMYK value is (36,97,0,77).

  • cyan value is 36.21%
  • magenta value is 96.55%
  • yellow value is 0.00%
  • key color value is 77.25%
CMYK:
(36,97,0,77)
C36M97Y0K77 
(36%,97%,0%,77%)
(0.36/0.97/0.00/0.77)	

CMYK percentages

%36.21
%96.55
%0
%77.25

Codes

Color #25023A in popluar color models

25023A
RGB37258
HSL278°93.33%11.76%
HSB/HSV278°96.55%22.75%
CMYK36.21%96.55%0.00%
77.25%

Color #25023A in popluar number systems.

HEX25023A
Decimal37258
Binary10010110111010
Octal45272

Shades and tints

Shades of #25023A

#25023A
(37,2,58)
#220235
(34,2,53)
#1F0230
(31,2,48)
#1C022B
(28,2,43)
#190226
(25,2,38)
#160221
(22,2,33)
#13021C
(19,2,28)
#100217
(16,2,23)
#0D0212
(13,2,18)
#0A020D
(10,2,13)
#070208
(7,2,8)
#000000
(0,0,0)

Tints of #25023A

#25023A
(37,2,58)
#38194B
(56,25,75)
#4B305C
(75,48,92)
#5E476D
(94,71,109)
#715E7E
(113,94,126)
#84758F
(132,117,143)
#978CA0
(151,140,160)
#AAA3B1
(170,163,177)
#BDBAC2
(189,186,194)
#D0D1D3
(208,209,211)
#E3E8E4
(227,232,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #25023A; }

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

This text font color is #25023A.


Background Color

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

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

This div background color is #25023A.


Border color

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

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

This div border color is #25023A.


Opacity

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

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

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

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

This text has shadow with #25023A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #25023A on black background.


Color preview on white background

This text has color #25023A on white background.



Black color preview on #25023A background

This text has black color on #25023A background.


White color preview on #25023A background

This text has white color on #25023A background.