COLOR #25213A

HEX: #25213A
RGB: (37,33,58)

Color info

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

RGB color model

#25213A color RGB value is (37,33,58).

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

RGB channels and saturation

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

37
33
58

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

Portions of RGB colors in percentages

R + G + B =
37 + 33 + 58 = 128 (100%)
R 37 of 128 ~ 28.91%
G 33 of 128 ~ 25.78%
B 58 of 128 ~ 45.31%

%28.91
%25.78
%45.31

CMYK color model

#25213A color CMYK value is (36,43,0,77).

  • cyan value is 36.21%
  • magenta value is 43.10%
  • yellow value is 0.00%
  • key color value is 77.25%
CMYK:
(36,43,0,77)
C36M43Y0K77 
(36%,43%,0%,77%)
(0.36/0.43/0.00/0.77)	

CMYK percentages

%36.21
%43.1
%0
%77.25

Codes

Color #25213A in popluar color models

25213A
RGB373358
HSL250°27.47%17.84%
HSB/HSV250°43.10%22.75%
CMYK36.21%43.10%0.00%
77.25%

Color #25213A in popluar number systems.

HEX25213A
Decimal373358
Binary100101100001111010
Octal454172

Shades and tints

Shades of #25213A

#25213A
(37,33,58)
#221E35
(34,30,53)
#1F1B30
(31,27,48)
#1C182B
(28,24,43)
#191526
(25,21,38)
#161221
(22,18,33)
#130F1C
(19,15,28)
#100C17
(16,12,23)
#0D0912
(13,9,18)
#0A060D
(10,6,13)
#070308
(7,3,8)
#000000
(0,0,0)

Tints of #25213A

#25213A
(37,33,58)
#38354B
(56,53,75)
#4B495C
(75,73,92)
#5E5D6D
(94,93,109)
#71717E
(113,113,126)
#84858F
(132,133,143)
#9799A0
(151,153,160)
#AAADB1
(170,173,177)
#BDC1C2
(189,193,194)
#D0D5D3
(208,213,211)
#E3E9E4
(227,233,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #25213A; }

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

This text font color is #25213A.


Background Color

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

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

This div background color is #25213A.


Border color

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

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

This div border color is #25213A.


Opacity

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

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

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

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

This text has shadow with #25213A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #25213A on black background.


Color preview on white background

This text has color #25213A on white background.



Black color preview on #25213A background

This text has black color on #25213A background.


White color preview on #25213A background

This text has white color on #25213A background.