COLOR #250D52

HEX: #250D52
RGB: (37,13,82)

Color info

#250D52 contains mainly red and blue colors. Web safe color of #250D52 is #330066 (or #306).

RGB color model

#250D52 color RGB value is (37,13,82).

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

RGB channels and saturation

R 37 of 255 = 15%
G 13 of 255 = 5%
B 82 of 255 = 32%

37
13
82

R + G + B ~ 17%. #250D52 is dark color.

Portions of RGB colors in percentages

R + G + B =
37 + 13 + 82 = 132 (100%)
R 37 of 132 ~ 28.03%
G 13 of 132 ~ 9.85%
B 82 of 132 ~ 62.12%

%28.03
%9.85
%62.12

CMYK color model

#250D52 color CMYK value is (55,84,0,68).

  • cyan value is 54.88%
  • magenta value is 84.15%
  • yellow value is 0.00%
  • key color value is 67.84%
CMYK:
(55,84,0,68)
C55M84Y0K68 
(55%,84%,0%,68%)
(0.55/0.84/0.00/0.68)	

CMYK percentages

%54.88
%84.15
%0
%67.84

Codes

Color #250D52 in popluar color models

250D52
RGB371382
HSL261°72.63%18.63%
HSB/HSV261°84.15%32.16%
CMYK54.88%84.15%0.00%
67.84%

Color #250D52 in popluar number systems.

HEX250D52
Decimal371382
Binary10010111011010010
Octal4515122

Shades and tints

Shades of #250D52

#250D52
(37,13,82)
#220C4B
(34,12,75)
#1F0B44
(31,11,68)
#1C0A3D
(28,10,61)
#190936
(25,9,54)
#16082F
(22,8,47)
#130728
(19,7,40)
#100621
(16,6,33)
#0D051A
(13,5,26)
#0A0413
(10,4,19)
#07030C
(7,3,12)
#000000
(0,0,0)

Tints of #250D52

#250D52
(37,13,82)
#382361
(56,35,97)
#4B3970
(75,57,112)
#5E4F7F
(94,79,127)
#71658E
(113,101,142)
#847B9D
(132,123,157)
#9791AC
(151,145,172)
#AAA7BB
(170,167,187)
#BDBDCA
(189,189,202)
#D0D3D9
(208,211,217)
#E3E9E8
(227,233,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #250D52 color. Also use rgb(37,13,82) instead hex code.

Text Font Color

.myTextColor { color: #250D52; }

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

This text font color is #250D52.


Background Color

.myBgColor { background-color: #250D52; }

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

This div background color is #250D52.


Border color

.myBorderColor { border: 1px solid #250D52; }

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

This div border color is #250D52.


Opacity

.myOpacity80 { color: #250D52; opacity: 0.8; }

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

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

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

This text has shadow with #250D52 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #250D52 on black background.


Color preview on white background

This text has color #250D52 on white background.



Black color preview on #250D52 background

This text has black color on #250D52 background.


White color preview on #250D52 background

This text has white color on #250D52 background.