COLOR #250C45

HEX: #250C45
RGB: (37,12,69)

Color info

#250C45 contains red, green and blue colors in about the same proportion. Web safe color of #250C45 is #330033 (or #303).

RGB color model

#250C45 color RGB value is (37,12,69).

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

RGB channels and saturation

R 37 of 255 = 15%
G 12 of 255 = 5%
B 69 of 255 = 27%

37
12
69

R + G + B ~ 16%. #250C45 is dark color.

Portions of RGB colors in percentages

R + G + B =
37 + 12 + 69 = 118 (100%)
R 37 of 118 ~ 31.36%
G 12 of 118 ~ 10.17%
B 69 of 118 ~ 58.47%

%31.36
%10.17
%58.47

CMYK color model

#250C45 color CMYK value is (46,83,0,73).

  • cyan value is 46.38%
  • magenta value is 82.61%
  • yellow value is 0.00%
  • key color value is 72.94%
CMYK:
(46,83,0,73)
C46M83Y0K73 
(46%,83%,0%,73%)
(0.46/0.83/0.00/0.73)	

CMYK percentages

%46.38
%82.61
%0
%72.94

Codes

Color #250C45 in popluar color models

250C45
RGB371269
HSL266°70.37%15.88%
HSB/HSV266°82.61%27.06%
CMYK46.38%82.61%0.00%
72.94%

Color #250C45 in popluar number systems.

HEX250C45
Decimal371269
Binary10010111001000101
Octal4514105

Shades and tints

Shades of #250C45

#250C45
(37,12,69)
#220B3F
(34,11,63)
#1F0A39
(31,10,57)
#1C0933
(28,9,51)
#19082D
(25,8,45)
#160727
(22,7,39)
#130621
(19,6,33)
#10051B
(16,5,27)
#0D0415
(13,4,21)
#0A030F
(10,3,15)
#070209
(7,2,9)
#000000
(0,0,0)

Tints of #250C45

#250C45
(37,12,69)
#382255
(56,34,85)
#4B3865
(75,56,101)
#5E4E75
(94,78,117)
#716485
(113,100,133)
#847A95
(132,122,149)
#9790A5
(151,144,165)
#AAA6B5
(170,166,181)
#BDBCC5
(189,188,197)
#D0D2D5
(208,210,213)
#E3E8E5
(227,232,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #250C45; }

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

This text font color is #250C45.


Background Color

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

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

This div background color is #250C45.


Border color

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

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

This div border color is #250C45.


Opacity

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

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

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

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

This text has shadow with #250C45 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #250C45 on black background.


Color preview on white background

This text has color #250C45 on white background.



Black color preview on #250C45 background

This text has black color on #250C45 background.


White color preview on #250C45 background

This text has white color on #250C45 background.