COLOR #25123E

HEX: #25123E
RGB: (37,18,62)

Color info

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

RGB color model

#25123E color RGB value is (37,18,62).

  • red value is 37;
  • green value is 18;
  • blue value is 62.
RGB:
(37,18,62)
(15%,7%,24%)

RGB channels and saturation

R 37 of 255 = 15%
G 18 of 255 = 7%
B 62 of 255 = 24%

37
18
62

R + G + B ~ 15%. #25123E is dark color.

Portions of RGB colors in percentages

R + G + B =
37 + 18 + 62 = 117 (100%)
R 37 of 117 ~ 31.62%
G 18 of 117 ~ 15.38%
B 62 of 117 ~ 52.99%

%31.62
%15.38
%52.99

CMYK color model

#25123E color CMYK value is (40,71,0,76).

  • cyan value is 40.32%
  • magenta value is 70.97%
  • yellow value is 0.00%
  • key color value is 75.69%
CMYK:
(40,71,0,76)
C40M71Y0K76 
(40%,71%,0%,76%)
(0.40/0.71/0.00/0.76)	

CMYK percentages

%40.32
%70.97
%0
%75.69

Codes

Color #25123E in popluar color models

25123E
RGB371862
HSL266°55.00%15.69%
HSB/HSV266°70.97%24.31%
CMYK40.32%70.97%0.00%
75.69%

Color #25123E in popluar number systems.

HEX25123E
Decimal371862
Binary10010110010111110
Octal452276

Shades and tints

Shades of #25123E

#25123E
(37,18,62)
#221139
(34,17,57)
#1F1034
(31,16,52)
#1C0F2F
(28,15,47)
#190E2A
(25,14,42)
#160D25
(22,13,37)
#130C20
(19,12,32)
#100B1B
(16,11,27)
#0D0A16
(13,10,22)
#0A0911
(10,9,17)
#07080C
(7,8,12)
#000000
(0,0,0)

Tints of #25123E

#25123E
(37,18,62)
#38274F
(56,39,79)
#4B3C60
(75,60,96)
#5E5171
(94,81,113)
#716682
(113,102,130)
#847B93
(132,123,147)
#9790A4
(151,144,164)
#AAA5B5
(170,165,181)
#BDBAC6
(189,186,198)
#D0CFD7
(208,207,215)
#E3E4E8
(227,228,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #25123E color. Also use rgb(37,18,62) instead hex code.

Text Font Color

.myTextColor { color: #25123E; }

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

This text font color is #25123E.


Background Color

.myBgColor { background-color: #25123E; }

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

This div background color is #25123E.


Border color

.myBorderColor { border: 1px solid #25123E; }

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

This div border color is #25123E.


Opacity

.myOpacity80 { color: #25123E; opacity: 0.8; }

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

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

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

This text has shadow with #25123E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #25123E on black background.


Color preview on white background

This text has color #25123E on white background.



Black color preview on #25123E background

This text has black color on #25123E background.


White color preview on #25123E background

This text has white color on #25123E background.