COLOR #252073

HEX: #252073
RGB: (37,32,115)

Color info

#252073 contains mainly blue color. Web safe color of #252073 is #333366 (or #336).

RGB color model

#252073 color RGB value is (37,32,115).

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

RGB channels and saturation

R 37 of 255 = 15%
G 32 of 255 = 13%
B 115 of 255 = 45%

37
32
115

R + G + B ~ 24%. #252073 is dark color.

Portions of RGB colors in percentages

R + G + B =
37 + 32 + 115 = 184 (100%)
R 37 of 184 ~ 20.11%
G 32 of 184 ~ 17.39%
B 115 of 184 ~ 62.5%

%20.11
%17.39
%62.5

CMYK color model

#252073 color CMYK value is (68,72,0,55).

  • cyan value is 67.83%
  • magenta value is 72.17%
  • yellow value is 0.00%
  • key color value is 54.90%
CMYK:
(68,72,0,55)
C68M72Y0K55 
(68%,72%,0%,55%)
(0.68/0.72/0.00/0.55)	

CMYK percentages

%67.83
%72.17
%0
%54.9

Codes

Color #252073 in popluar color models

252073
RGB3732115
HSL244°56.46%28.82%
HSB/HSV244°72.17%45.10%
CMYK67.83%72.17%0.00%
54.90%

Color #252073 in popluar number systems.

HEX252073
Decimal3732115
Binary1001011000001110011
Octal4540163

Shades and tints

Shades of #252073

#252073
(37,32,115)
#221E69
(34,30,105)
#1F1C5F
(31,28,95)
#1C1A55
(28,26,85)
#19184B
(25,24,75)
#161641
(22,22,65)
#131437
(19,20,55)
#10122D
(16,18,45)
#0D1023
(13,16,35)
#0A0E19
(10,14,25)
#070C0F
(7,12,15)
#000000
(0,0,0)

Tints of #252073

#252073
(37,32,115)
#38347F
(56,52,127)
#4B488B
(75,72,139)
#5E5C97
(94,92,151)
#7170A3
(113,112,163)
#8484AF
(132,132,175)
#9798BB
(151,152,187)
#AAACC7
(170,172,199)
#BDC0D3
(189,192,211)
#D0D4DF
(208,212,223)
#E3E8EB
(227,232,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #252073; }

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

This text font color is #252073.


Background Color

.myBgColor { background-color: #252073; }

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

This div background color is #252073.


Border color

.myBorderColor { border: 1px solid #252073; }

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

This div border color is #252073.


Opacity

.myOpacity80 { color: #252073; opacity: 0.8; }

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

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

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

This text has shadow with #252073 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #252073 on black background.


Color preview on white background

This text has color #252073 on white background.



Black color preview on #252073 background

This text has black color on #252073 background.


White color preview on #252073 background

This text has white color on #252073 background.