COLOR #250C52

HEX: #250C52
RGB: (37,12,82)

Color info

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

RGB color model

#250C52 color RGB value is (37,12,82).

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

RGB channels and saturation

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

37
12
82

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

Portions of RGB colors in percentages

R + G + B =
37 + 12 + 82 = 131 (100%)
R 37 of 131 ~ 28.24%
G 12 of 131 ~ 9.16%
B 82 of 131 ~ 62.6%

%28.24
%62.6

CMYK color model

#250C52 color CMYK value is (55,85,0,68).

  • cyan value is 54.88%
  • magenta value is 85.37%
  • yellow value is 0.00%
  • key color value is 67.84%
CMYK:
(55,85,0,68)
C55M85Y0K68 
(55%,85%,0%,68%)
(0.55/0.85/0.00/0.68)	

CMYK percentages

%54.88
%85.37
%0
%67.84

Codes

Color #250C52 in popluar color models

250C52
RGB371282
HSL261°74.47%18.43%
HSB/HSV261°85.37%32.16%
CMYK54.88%85.37%0.00%
67.84%

Color #250C52 in popluar number systems.

HEX250C52
Decimal371282
Binary10010111001010010
Octal4514122

Shades and tints

Shades of #250C52

#250C52
(37,12,82)
#220B4B
(34,11,75)
#1F0A44
(31,10,68)
#1C093D
(28,9,61)
#190836
(25,8,54)
#16072F
(22,7,47)
#130628
(19,6,40)
#100521
(16,5,33)
#0D041A
(13,4,26)
#0A0313
(10,3,19)
#07020C
(7,2,12)
#000000
(0,0,0)

Tints of #250C52

#250C52
(37,12,82)
#382261
(56,34,97)
#4B3870
(75,56,112)
#5E4E7F
(94,78,127)
#71648E
(113,100,142)
#847A9D
(132,122,157)
#9790AC
(151,144,172)
#AAA6BB
(170,166,187)
#BDBCCA
(189,188,202)
#D0D2D9
(208,210,217)
#E3E8E8
(227,232,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #250C52; }

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

This text font color is #250C52.


Background Color

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

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

This div background color is #250C52.


Border color

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

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

This div border color is #250C52.


Opacity

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

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

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

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

This text has shadow with #250C52 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #250C52 on black background.


Color preview on white background

This text has color #250C52 on white background.



Black color preview on #250C52 background

This text has black color on #250C52 background.


White color preview on #250C52 background

This text has white color on #250C52 background.