COLOR #25203A

HEX: #25203A
RGB: (37,32,58)

Color info

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

RGB color model

#25203A color RGB value is (37,32,58).

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

RGB channels and saturation

R 37 of 255 = 15%
G 32 of 255 = 13%
B 58 of 255 = 23%

37
32
58

R + G + B ~ 17%. #25203A is dark color.

Portions of RGB colors in percentages

R + G + B =
37 + 32 + 58 = 127 (100%)
R 37 of 127 ~ 29.13%
G 32 of 127 ~ 25.2%
B 58 of 127 ~ 45.67%

%29.13
%25.2
%45.67

CMYK color model

#25203A color CMYK value is (36,45,0,77).

  • cyan value is 36.21%
  • magenta value is 44.83%
  • yellow value is 0.00%
  • key color value is 77.25%
CMYK:
(36,45,0,77)
C36M45Y0K77 
(36%,45%,0%,77%)
(0.36/0.45/0.00/0.77)	

CMYK percentages

%36.21
%44.83
%0
%77.25

Codes

Color #25203A in popluar color models

25203A
RGB373258
HSL252°28.89%17.65%
HSB/HSV252°44.83%22.75%
CMYK36.21%44.83%0.00%
77.25%

Color #25203A in popluar number systems.

HEX25203A
Decimal373258
Binary100101100000111010
Octal454072

Shades and tints

Shades of #25203A

#25203A
(37,32,58)
#221E35
(34,30,53)
#1F1C30
(31,28,48)
#1C1A2B
(28,26,43)
#191826
(25,24,38)
#161621
(22,22,33)
#13141C
(19,20,28)
#101217
(16,18,23)
#0D1012
(13,16,18)
#0A0E0D
(10,14,13)
#070C08
(7,12,8)
#000000
(0,0,0)

Tints of #25203A

#25203A
(37,32,58)
#38344B
(56,52,75)
#4B485C
(75,72,92)
#5E5C6D
(94,92,109)
#71707E
(113,112,126)
#84848F
(132,132,143)
#9798A0
(151,152,160)
#AAACB1
(170,172,177)
#BDC0C2
(189,192,194)
#D0D4D3
(208,212,211)
#E3E8E4
(227,232,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #25203A; }

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

This text font color is #25203A.


Background Color

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

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

This div background color is #25203A.


Border color

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

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

This div border color is #25203A.


Opacity

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

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

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

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

This text has shadow with #25203A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #25203A on black background.


Color preview on white background

This text has color #25203A on white background.



Black color preview on #25203A background

This text has black color on #25203A background.


White color preview on #25203A background

This text has white color on #25203A background.